Generate image
1. U-boot
Generate U-boot.bin File
(1) Makefile
Ifeq ($ (ARCH), arm)
Cross_compile =
endif
Revision changed to
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) makeV1.1.5
$make Mrproper
$make At91sam9260ek_config
$make DEP
$make
V1.3.4
$make Distclean
$make At91sam9260ek_config
$make DEP
$make
2. Kernel
(1) Makefile
ARCH =arm.
Cross_compile? =/home/at91/x-tools/arm-softfp-linux-gnueabi/bin/arm-softfp-linux-gnueabi-
(2) Make Menuconfig
Configure the NFS client and LXT physical layer chip.
1) config_ip_pnp_dhcp
Networking Supportà
Networking Optionsà
[*] Ip:kernel levelautoconfiguration
[*] Ip:dhcpsupport
[*] Ip:bootpsupport
2) Config_root_nfs
File Systemsà
Network File Systemsà
[*] Root file Systemon NFS
3) othernetworking Options
Networking Supportà
Networking Optionsà
[*] Inet:socketmonitoring interface
4) Network Device options
Device Driversà
Networkdevice Supportà
Phydevice Support and Infrastructureà
<*>drivers for the Intel LXT PHYs
(3) Make
When executing the second command, a u-boot mkimage is required;
#apt-get Installuboot-mkimage
#make
#make Uimage
UE-9260 Instructions for use 2