View Single Post
Old 05-28-2012, 10:39 PM   #247
ppoo
Connoisseur
ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.
 
Posts: 56
Karma: 40393
Join Date: May 2012
Device: Kindle Touch
Smile

Quote:
Originally Posted by geekmaster View Post
The commands look correct. I need to see you do that again and post a copy of what you typed (above) and the output messages from those commands. You can copy the scrollback buffer from putty. Can you post that here please?
Thanks for your fast reply
I forget to tell that my kindle touch has been updated to firmware 5.1. Then I bricked it ;(
My result here:
From system32\cmd.exe
Code:
D:\kindle\fastboot>fastboot.exe flash kernel kernel-5.0.0.img
downloading 'kernel'...
OKAY [  0.234s]
writing 'kernel'...
OKAY [  0.938s]
finished. total time: 1.172s
D:\kindle\fastboot>fastboot.exe flash diags mmcblk0p2.img
downloading 'diags'...
OKAY [  3.109s]
writing 'diags'...
OKAY [  6.406s]
finished. total time: 9.516s
From Putty
Code:
[root@[192_168_15_244] us]# dd if=/mnt/us/mmcblk0p1-kt-5.0.0.img of=/dev/mmcblk0
p1 bs=4K
dd: writing '/dev/mmcblk0p1': No space left on device
89601+0 records in
89600+0 records out
367001600 bytes (350.0MB) copied, 140.341680 seconds, 2.5MB/s
[root@[192_168_15_244] us]# dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K
dd: writing '/dev/mmcblk0p3': No space left on device
8193+0 records in
8192+0 records out
33554432 bytes (32.0MB) copied, 0.267083 seconds, 119.8MB/s
[root@[192_168_15_244] us]# idme -d --bootmode main
Devmode enabled
Reading vars from temp storage...
...None found, Copying vars from /proc
Setting bootmode to main
Writing new vars to temp area
You must reboot before new values will take effect
[root@[192_168_15_244] us]# rm /mnt/us/ENABLE_DIAGS
rm: can't remove '/mnt/us/ENABLE_DIAGS': No such file or directory
[root@[192_168_15_244] us]# mount -text3 /dev/mmcblk0p1 /mnt/us/tmp
mount: wrong fs type, bad option, bad superblock on /dev/mmcblk0p1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

[root@[192_168_15_244] us]# dmesg | tail
kernel: I papyrus:TempExceeded:temp=31:
kernel: I papyrus:TempExceeded:temp=31:
kernel: I papyrus:TempExceeded:temp=31:
kernel: I papyrus:TempExceeded:temp=31:
kernel: I papyrus:TempExceeded:temp=31:
kernel: I papyrus:TempExceeded:temp=32:
kernel: I papyrus:TempExceeded:temp=32:
kernel: I papyrus:TempExceeded:temp=31:
kernel: I papyrus:TempExceeded:temp=31:
VFS: Can't find ext3 filesystem on dev mmcblk0p1.
[root@[192_168_15_244] us]#

Last edited by ppoo; 05-28-2012 at 10:51 PM.
ppoo is offline   Reply With Quote