LTP详解 LTP 安装 详解 关特点测试的一整套工具集,它力求通过自动化的测试方法改进Linux内核 Makefile LTP顶层目录的Makefile,负责编译安装pan,testcases和tools runalltests.sh
uboot nand烧写命令详解 //烧写uImage: tftp 0x30800000 uImage nand erase 0x40000 0x1C0000 nand write 0x30800000 0x40000 0x1C0000 // 将sdram 0x30800000位置处的数据写到nandflash的0x40000位移处