This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to flash UBL and U-Boot to NAND using Serial Flasher, I just follow the steps in this link :
I type following command at command prompt:
but the flashing is failed. And the following information came out.
As the prompting message says, that's because the nand block 0x06~0x33 is bad.
How should I do to resolve this problem? Please help. Thanks a lot !
Have you tried doing a global erase of the nand yet? We found that the TI NAND routines would call a block bad if something was accidentally written in the spare bytes of the NAND. A global erase fixed the problem.
Thanks a lot ! Your suggestion is so good. After I erase the nandflash, it's all right!
Dear,
I have got the same problem when downloading the ubl and u-boot. How can I do global erase nand flash.
Thank you!