Update the u-boot.v2010.03 on AMCC 460EX canyonlands board
% setenv CROSS_COMPILE ppc_4xxFP-
% setenv PATH "/opt/eldk-4.2/usr/bin:/opt/eldk-4.2/bin:$PATH"
% git clone git://git.denx.de/u-boot.git
% git-archive --format=tar v2010.03 | bzip2 > ../v2010.03.tbz
% cd ../; mkdir v2010.03; cd v2010.03; tar xvfjp ../v2010.03.tbz
% make canyonlands_config
% make
% cp u-boot.bin /tftpboot/u-boot/u-boot.bin-2010.03
% cd /tftpboot/u-boot; ln -s u-boot.bin-2010.03 u-boot.bin
Turn on the power and the below command on the u-boot prompt
>> run nupd (run the update script)
>> reset
U-Boot 2009.11.1 ( 6月 15 2010 - 14:25:44)
CPU: AMCC PowerPC 460EX Rev. A at 800 MHz (PLB=200 OPB=100 EBC=100)
Security/Kasumi support
Bootstrap Option H - Boot ROM Location I2C (Addr 0x52)
Internal PCI arbiter enabled
32 kB I-Cache 32 kB D-Cache
Board: Canyonlands - AMCC PPC460EX Evaluation Board, 2*PCIe, Rev. 16
I2C: ready
DRAM: 2 GB (ECC not enabled, 400 MHz, CL3)
FLASH: 64 MB
NAND: 128 MiB
PCI: Bus Dev VenId DevId Class Int
00 06 1095 3124 0180 00
PCIE0: successfully set as root-complex
02 00 10ee 5050 0500 ff
PCIE1: link is not up.
DTT: 1 is 47 C
Net: ppc_4xx_eth0, ppc_4xx_eth1
Type run flash_nfs to mount root filesystem over NFS
Hit any key to stop autoboot: 0
>>