Quote:
Originally Posted by damon12
Original boot loader.
Sorry, how to check if the flash being initialized (including dependent hardware) and accessed correctly?
|
If original bootloader, you have no control over that. Those questions were for if you were using a custom bootloader, to make sure it included all necessary hardware initialization. The original boot loader obviously does that, or it would not work in any kindle. You probably have some other problem.
If it was mine, I would connect to the serial port and see what debug messages are being output to the serial console. That last lines before it stops would be of primary importance in solving the problem. Especially things that look like error messages.