解決Ubuntu編譯內核uImage出現問題"mkimage" command not found - U-Boot images will not be built問題
問題:
"mkimage" command not found - U-Boot images will not be built
解決方法:
如果使用的是Ubuntu 9.10及以上版本,可以使用下面的命令安裝mkimage:
#apt-get install uboot-mkimage
安裝完成後在編譯內核make umage ARCH=arm CROSS_COMPILE=arm-linux-,就可以生成uImage文件
更多Ubuntu相關信息見Ubuntu 專題頁面 http://www.linuxidc.com/topicnews.aspx?tid=2