Quote:
Originally Posted by Stea1th
hmmm... I ssh and it gives me this
#################################################
# N O T I C E * N O T I C E * N O T I C E #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
|
If you're booted in diags, just
- copy the main image to the kindle via ssh (if you haven't copied it there before)
-then execute something along these lines:
Code:
dd if=/mnt/us/mmcblk0p1.img of=/dev/mmcblk0p1 bs=4K
dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K
idme -d --bootmode main
rm /mnt/us/ENABLE_DIAGS; sync; reboot
(ok, Stea1th was faster)