码迷,mamicode.com
首页 > 其他好文 > 详细

u-boot for at91sam9260ek

时间:2015-01-23 18:20:00      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

         生成u-boot.bin


         首先,修改Makefile中的交叉编译器;

         然后,执行make.

1.Makefile

ifeq ($(ARCH),arm)
CROSS_COMPILE = 
endif

修改为

ifeq ($(ARCH),arm)
CROSS_COMPILE = /opt/crosstool/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnu/bin/arm-softfloat-linux-gnu-
endif

2. make

    V1.1.5

$make mrproper
$make at91sam9260ek_config
$make dep
$make

    V1.3.4

$make distclean
$make at91sam9260ek_config
$make dep
$make


u-boot for at91sam9260ek

标签:

原文地址:http://blog.csdn.net/xiaobin_hlj80/article/details/43058967

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!