Hi, I've got a bricked PW2.
I managed to connect it via serial port (Mac + Ft232R) and get it into Fastboot mode.
I'm using the following images:
https://ixtab.tk/kindle-touch-images/PW2/
So far, I have successfully flashed only the diags_kernel.img. Here are the logs a) from the terminal:
Quote:
./fastboot flash diags_kernel.img
writing 'diags_kernel.img'...
OKAY [ 0.005s]
finished. total time: 0.005s
|
b) from the serial monitor (using CoolTerm for Mac):
Quote:
flashing diags_kernel.img to MMC1, partition 0
done.
|
However, the other 2 images that should be flashed via Fastboot return the following error:
Quote:
./fastboot flash mmcblk0p2.bin
writing 'mmcblk0p2.bin'...
FAILED (remote: Invalid partition)
finished. total time: 0.000s
|
I've tried the images from PW section (non-PW2) - same story, only the Diags Kernel goes through.
I tend to think the memory of my device is corrupted or something. I have quite basic knowledge of Linux-based systems and would appreciate any help.
Kindly let me know if you have any ideas - I'll try them out and will revert with my findings.