124
ATCA-F140 Series Installation and Use (6806800M67S)
U-Boot
U-Boot
Using eTSEC0 device
TFTP from server 172.16.128.254; our IP address is 172.16.13.2
Filename 'u-boot-1.1.6-59.rom'.
Load address: 0x300000
Loading:
####################################################################
###################################
done
Bytes transferred = 524288 (80000 hex)
5.
Unprotect the currently stand-by U-Boot bank:
protect off 2:252-258
Un-Protect Flash Sectors 252-258 in Bank # 1....... done
6.
Erase the following flash area in the currently stand-by U-Boot bank:
erase e3f80000 e3ffffff
........ done
Erased 4 sectors
7.
Copy the image from the RAM to the currently stand-by U-boot bank:
cp.b $loadaddr e3f80000 80000
Copy to Flash...
done
8.
Make stand-by U-boot active and vice versa, by entering the following command:
bootsel switch
9. To boot the new U-Boot, reset the blade.
protect off 2:252-258
addresses to the currently stand-by U-Boot bank, while
protect off 1:252-258
addresses the currently active U-Boot bank.
The currently stand-by U-boot bank is always mapped to the start address
0xE2000000, while the currently active U-boot bank is always mapped to
0xE0000000.
If you wish to set a particular U-boot bank into the active state, then you need to set
the System Boot Options Parameter #96 (bit 0) appropriately and reboot. If this bit is
set to 0, then U-boot bank 1 will be active after the next reboot. If the bit is set to 1,
then U-boot bank 2 will be active. Note that depending on the blade’s IPMI firmware
version, the switch between the U-boot banks may be effective immediately.