![Artesyn ATCA-F140 Installation And Use Manual Download Page 115](http://html1.mh-extra.com/html/artesyn/atca-f140/atca-f140_installation-and-use-manual_2977735115.webp)
U-Boot
ATCA-F140 Installation and Use (6806800M67J)
115
4. Load the image to the RAM.
tftpboot $loadaddr <U-boot file name, for example: u-boot-1.1.6-
59.bin>
Speed: 1000, full duplex
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
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.