This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3352 系列 开机提示 mkimage signature not found - ih_magic = edfe0dd0



开机的具体显示信息如下:

U-Boot SPL 2011.09-00000-g3054624-dirty (Dec 25 2015 - 10:40:36)
Texas Instruments Revision detection unimplemented
mkimage signature not found - ih_magic = edfe0dd0
Assuming u-boot.bin ..

 在网上查找的原因是uImage烧写不对,前几次还可以烧写  uImage也没有更改过!!  请问这个问题怎么解决

  • 这是在SPL的阶段,就是系统启动的第一个阶段,和uImage没关系,主要看uboot的移植和配置部分。

    编译uboot的时候,使用的参数和当前使用的启动方式是一致的吗?

    你用的什么方式来启动的,用的什么配置来编译的uboot?

    错误提示是mkimage签名有问题,你是不是用了nor flash启动的编译选项,但却跑在了NAND之类的设备中?