View Single Post
Old 09-21-2012, 12:17 PM   #29
megacoupe
Connoisseur
megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.megacoupe shines like a glazed doughnut.
 
Posts: 80
Karma: 8682
Join Date: Aug 2007
Device: Kindle Voyage
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

Last edited by megacoupe; 09-21-2012 at 12:38 PM.
megacoupe is offline   Reply With Quote