beautypg.com

U-boot firmware – Artesyn ATCA-F120 Installation and Use (August 2014) User Manual

Page 105

background image

U-Boot Firmware

ATCA-F120 Installation and Use (6806800D06J)

105

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 fdf80000 fdffffff

........ done

Erased 7 sectors

7. Copy the image from the RAM to the currently stand-by U-boot bank.

cp.b $loadaddr fdf80000 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 0xFD000000,
while the currently active U-boot bank is always mapped to 0xFE000000.

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.