75XX Offboard Flash

From embeddedTS Manuals
Revision as of 22:49, 23 July 2011 by Mark (talk | contribs) (Created page with "This needs to be done directly on the SBC. You can find the latest SPI image [ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7500-linux/binaries/ts-images/4mb-spiflash-latest.dd.bz2 he...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This needs to be done directly on the SBC. You can find the latest SPI image here.

Backup

spiflashctl -l 0 -R 64 -z 65536 > spiflash.dd

Restore

dd if=/path/to/4mb-spiflash-latest.dd bs=512 conv=sync | spiflashctl -l 0 -W 64 -z 65536 -i -