环境:
uboot-2012.04
linux-3.4.2
jz2440
开发板
问题:uboot启动Linux失败,如下:
NAND read: device 0 offset 0x60000, size 0x400000
NAND read from offset 60000 failed -74
0 bytes read: ERROR
Wrong Image Format for bootm command
ERROR: can't get kernel image!
其中在uboot-2012.04中smdk2440.h中相关设置如下图1和2:
在linux-3.4.2中common-smdk.c中相关设置如下图3:
请问老师我的设置哪里有问题,这个错误怎么解决?谢谢