tangzixian123 发表于 2015-11-25 08:23:57

求助 make uImage

   一步步按照软件说明书,来到make uImage, 结果是: “mkimage” command not found - U-Boot images will not be build. 请问你们验证了吗?我电脑昨晚开了一夜,就这结果。

richer 发表于 2016-5-20 15:18:27

哈哈,这个我刚好知道,刚刚解决。uImage是uboot在zImage前面加了一些数据,这里是因为编译包里面缺一个mkimage的文件。
处理方式:cd u-boot-2009.08/tools-->ls就可以看到这个文件了。
cp mkimage /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin
再回到linux-3.0.35 make uImage 不会有问题了。:D
下一步,给uboot加tftp。我是初学者,多多交流。

EthanYYYY 发表于 2018-1-16 15:43:25

:handshake
页: [1]
查看完整版本: 求助 make uImage