UE-9260 instructions for use 2, ue-9260 instructions for use
Generate an image
1. U-boot
Generate u-boot.bin files
(1) Makefile
Ifeq ($ (ARCH), arm)
CROSS_COMPILE =
Endif
Change
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 the 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, you need to install the mkimage of u-boot:
# Apt-get installuboot-mkimage
# Make
# Make uImage