分类: LINUX
2014-12-12 17:48:09
Smdk2410-uboot 编译
第一步:解压u-boot源码包到当前目录
#tar jxvf u-boot-2008.10.tar.bz2
第二步:进入目录,清理中间文件
[root@localhost 4-2-2]# cd u-boot-2008.10
[root@localhost u-boot-2008.10]# make clean
第三步:选择板级配置
[root@localhost u-boot-2008.10]# make smdk2410_config
Configuring for smdk2410 board...
第四步:开始编译u-boot
#make CROSS_COMPILE=arm-linux-
[root@localhost u-boot-2008.10]# ls u-boot.bin
u-boot.bin