U-Boot編譯過程


ubuntu 16


arm-none-linux-gnueabi : arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 


uboot:u-boot-2015.04


解壓,命令爲:
tar -jxvf u-boot-2010.03.tar.bz2 


在readme文件中描述瞭如何查找 XXX_config,內容如下

where "NAME_defconfig" is the name of one of the existing configu-
rations; see boards.cfg for supported names.

但實際發現新版的已沒有boards.cfg文件存在了,要找到相關開發板的config應在 configs目錄下面,如果這個目錄下面也沒有則到

doc/README.scrapyard中查找,若在這個文檔中找到則說明這個config文件已被移出了uboot中.你只能自己建一個config或用舊版本的uboot

設置:make versatilepb_config

編譯:make  arch=ARM CROSS_COMPILE=arm-none-linux-gnueabi-






u-boot-2015.04.tar.bz2下載地址: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.04.tar.bz2

uboot官方下載地址:ftp://ftp.denx.de/pub/u-boot/

參考文檔:http://www.cnblogs.com/pengdonglin137/p/5023704.html用Qemu模擬vexpress-a9 (三)--- 實現用u-boot引導Linux內核

http://blog.csdn.net/fantasy_wxe/article/details/19754979   Qemu下u-Boot + Kernel + rootfs完整啓動移植

http://www.elinux.org/Virtual_Development_Board Virtual Development Board

發佈了21 篇原創文章 · 獲贊 2 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章