Revision as of 12:00, 3 February 2012 by Craig Peacock (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Saving the Kernel to Flash

One your new kernel & filesystem has been tested, you may want to save them to flash.

To flash the kernel :

tftp 0x6400000 uImage-GuruPlug-3.1.10
nand erase 0x100000 0x400000
nand write.e 0x6400000 0x100000 0x400000
reset