Boot system – Artesyn MVME2500 ECC Installation and Use (August 2014) User Manual
Page 117
Advertising

Boot System
MVME2500-ECC Installation and Use (6806800N30F)
117
3. Select SPI flash # 0:
sf probe 0
4. Erase 0x90000 bytes starting at SPI address 0:
sf erase 0 0x90000
5. Write 0x90000 bytes from RAM address 0x1000000 starting at SPI address 0:
sf write 0x1000000 0 0x90000
To replace the image in SPI bank 1, replace step 2 with Select SPI flash # 1:
sf probe 1
Advertising