Trying to write a new system to the bricked PW3 through serial port. uImage and rootfs.img were taken from update_pw3_factory_5.8.9.0.1.bin. The log:
Code:
[192_168_15_244] login: root
Password:
[root@[192_168_15_244] root]# dd if=/mnt/us/uImage of=/dev/mmcblk0 bs=4096 seek=
65
712+1 records in
712+1 records out
2918312 bytes (2.8MB) copied, 0.293244 seconds, 9.5MB/s
[root@[192_168_15_244] root]# dd if=/mnt/us/rootfs.img of=/dev/mmcblk0p1 bs=4096
112500+0 records in
112500+0 records out
460800000 bytes (439.5MB) copied, 68.487468 seconds, 6.4MB/s
[root@[192_168_15_244] root]# 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] root]# reboot
The system is going down NOW!
Sent SIGTERM to all processes
Terminated
[root@[192_168_15_244] root]#
Sent SIGKILL to all processes
Requesting system reboot
[ 263.067903] imx2-wdt imx2-wdt.0: Device shutdown: Expect reboot!
[ 263.073951] Restarting system.
After that the Kindle does not reboot itself, waited about an hour. After rebooting with the button it remains bricked. Any ideas please.