Nand erase
From Openmoko
(Difference between revisions)
DanielRuoso (Talk | contribs) (→NAND erase) |
|||
| Line 1: | Line 1: | ||
| − | |||
To make a NAND erase, you need to connect to your device while in uboot using minicom or cu. The device will usually be called /dev/ttyACM0. | To make a NAND erase, you need to connect to your device while in uboot using minicom or cu. The device will usually be called /dev/ttyACM0. | ||
| + | |||
| + | cu -l /dev/ttyACM0 | ||
After connecting, you should get a prompt, where you can write: | After connecting, you should get a prompt, where you can write: | ||
# nand erase clean rootfs | # nand erase clean rootfs | ||
| + | # nand erase clean kernel | ||
Revision as of 09:37, 15 August 2007
To make a NAND erase, you need to connect to your device while in uboot using minicom or cu. The device will usually be called /dev/ttyACM0.
cu -l /dev/ttyACM0
After connecting, you should get a prompt, where you can write:
- nand erase clean rootfs
- nand erase clean kernel
