Hello,
I'm starting to use DM365, there two questions about nand flash bad blocks as below need your help, Thanks.
a. UBL is small and loads u-boot to RAM from flash for running, but what's the solution to deal with nand flash bad blocks when loading u-boot in UBL, and loading kernel in u-boot? I checked the UBL source that it will use NAND_Copy() function to search the magic of u-boot, then load u-boot(includes many blocks) to RAM, but it seems don't take valid action when some blocks have loaded to RAM and one bad block exist, i think UBL needs skip the bad block and load the next block. Could you help taking a check?
b. Could you provide some method to deal with the nand flash bad blocks?
Thanks.
Best Regards
Sharp