Okay, this is where I am so far:
-minicom is running
-I have the rootfs.img file I needed
-After entering my login and password, I'm at a prompt in the serial console that says:
Code:
[root@kindle root]#
I enter the command: dd if=/mnt/us/rootfs.img of=/dev/mmcblk0p1
and I get an error message stating:
Quote:
dd: can't open '/mnt/us/rootfs.img': Stale NFS file handle
|
Does this mean the DXG's USB drive is located elsewhere? When I run fdisk -l in another terminal window, I see that the Kindle is designated as /dev/sdb1. Should I perhaps try the following command instead:
dd if=/dev/sdb1/rootfs.img of=/dev/mmcblk0p1
???
EDIT:
Nevermind, apparently I had to unmount the USB/mount storage part