View Single Post
Old 01-16-2013, 06:16 AM   #136
ichrispa
Enthusiast
ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.ichrispa shines like a glazed doughnut.
 
Posts: 40
Karma: 8604
Join Date: Dec 2012
Location: Germany
Device: Kobo Touch
Quote:
Originally Posted by Reaper1242 View Post
Nothing worked for me at all. Tried power cycle, soft restart, both factory reset methods. Opened it up and pulled the battery and internal SD.
Tried connecting to USB and didn't pick up. Overnight charge on mains, nothing.
It did flash green and blue, but that was the end of it's activity. I have a hunch it was a hardware failure that just happened to coincide with the update.

From my chat with a Kobo agent they still aren't even acknowledging the release of 2.3.2. I wonder if they're skipping it outside of Japan and running straight to 2.3.3.
Sorry to hear that nothing worked, but what you describe is exactly the behavior I saw on my misupdated kobo.

As far as I can tell the hardware restore function is handled by a software interrupt, meaning the kernel must be up and running for the reset sequence to work. The update overwrites the kernel and bootloader images, meaning that if they go wrong the kernel won't even be loaded. The flashing LEDs are propably a function of the bootloader or even an even lower function from the MX processors internal program memory.

So I will speculate that by updating the reader with the wrong firmware, either uboot or the kernel fail to load properly on boot. That means you see the flashing led's, but after that the kernel panics and the software interrupt doesn't work anymore.

Restoring the internal sd card with an image also restores the original bootloader and the kernel image. So I was able to do a factory reset after that.

The only alternative to that would propably be JTAG debuggung. I found an unused serial port when I opened my kobo (4 vias marked RX,TX,+,GND on the USB side of the PCB), but failed to locate a jtag interface. It must still be on the board somewhere and this post suggests that the individual pins are located on the "down" side of the board. But if I reach the point that I need to resort to JTAG it is really much easier to call on the waranty.

Note to Kobo Developer: You are checking the PCB Version of the board in the 10th line or so of rcS script. Would it hurt to run a version check against the Update before unpacking it to the partition!??

Last edited by ichrispa; 01-16-2013 at 06:20 AM. Reason: spelling
ichrispa is offline   Reply With Quote