(Created page with " == 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 : <PRE> tftp 0x6400000 uImage-...") |
m (→Saving the Kernel to Flash) |
||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
== Saving the Kernel to Flash == | == Saving the Kernel to Flash == | ||
− | + | Once your new kernel has been tested, you may want to permanently save it to flash. | |
− | To flash the kernel : | + | To flash the kernel: |
<PRE> | <PRE> |
Once your new kernel has been tested, you may want to permanently save it to flash.
To flash the kernel:
tftp 0x6400000 uImage-GuruPlug-3.1.10 nand erase 0x100000 0x400000 nand write.e 0x6400000 0x100000 0x400000 reset