标签:
生成u-boot.bin文件
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
$make mrproper
$make at91sam9260ek_config
$make dep
$make
$make distclean
$make at91sam9260ek_config
$make dep
$make
ARCH ?=arm
CROSS_COMPILE ?=/home/at91/x-tools/arm-softfp-linux-gnueabi/bin/arm-softfp-linux-gnueabi-
配置NFS客户端和LXT物理层芯片。
Networking support à
Networking options à
[*] IP: kernel levelautoconfiguration
[*] IP: DHCPsupport
[*] IP: BOOTPsupport
File systems à
Network File Systems à
[*] Root file systemon NFS
Networking support à
Networking options à
[*] INET: socketmonitoring interface
Device Drivers à
Networkdevice support à
PHYDevice support and infrastructure à
<*>Drivers for the Intel LXT PHYs
在执行第二个命令时,需要u-boot的mkimage;安装:
#apt-get installuboot-mkimage
#make
#make uImage
标签:
原文地址:http://blog.csdn.net/xiaobin_hlj80/article/details/44505451