Hi igor,
We had confirmed it again like below:
We download the u-boot-3ds.bin(183KB)from FSL website. NAND Flash 1block=128KB.
a. ATK: flash erase 0x00000000-0x00040000 #both erase the block0&1;
b. ATK: Program 0x00000000-0x40000 u-boot-3ds.bin
c. reset and the board boot, customer can confirm the u-boot information output by uart.
d. ATK: flash erase 0x00000000-0x20000 #erase somewhere in block0;
e. ATK: Flash erase 0x00020000–0x40000 #erase somewhere in block1;
f. ATK: Program 0x00020000-0x40000 u-boot-3ds.bin
g. Reset, but boot failed. also can not check the u-boot information output by uart.
Please help check the above sequence. Is there some wrong sequence in them?