分类: LINUX
2012-05-01 11:02:25
"mkimage" command not found - U-Boot images will not be built
Image arch/arm/boot/uImage is ready
解决办法:将mkimage拷贝到交叉编译器的安装目录下即可( /usr/local/arm/4.3.2/bin/ )
yaffs移植;
uboot和mkimage工具需要patch
http://blog.chinaunix.net/u1/34474/showart_2220344.html
因为新的内核有改动,所以需要这些。 另外并不需要禁用内核中ecc,有些文档过时了。
uboot命令:
清除假坏块
nand scrub
write命令size 需要对齐
卡了我很久的问题终于解决了。
Devs.c (arch/arm/plat-s3c24xx
Warning: bad configuration page, trying to continue