NUC972平台学习笔记之uboot编译

uboot编译笔记

拷贝NUC970_U-Boot_v2016.11-maste到usr/uboot/目录

[root@localhost uboot]# cp -rf /mnt/hgfs/LINUX_JZQ/Linux/Uboot/* /usr/uboot/

[root@localhost NUC970_U-Boot_v2016.11-master]# make distclean

[root@localhost NUC970_U-Boot_v2016.11-master]# make O=../build/ distclean

[root@localhost NUC970_U-Boot_v2016.11-master]# make O=../build/ nuc970_config

[root@localhost NUC970_U-Boot_v2016.11-master]# make O=../build/ all

在build目录生成u-boot.bin和SPI目录里生成u-boot-spI.bin

posted @ 2021-04-23 18:35  wzr777  阅读(234)  评论(0)    收藏  举报