Hello
on my AM335x board, based on EVM, we have a NAND of twice the length of the EVM one. The ECC is also BCH8, block size=128K, page 2K, eob=64 bytes.
The nand dump command is OK : we read the good byte.
If we boot on NAND, the SPL is executed, but stops; then with the debugger reading the memory where the u-boot is loaded by SPL, we can see some word difference every 248bytes, 248+128, 248+128+128, 248+128+128+248,248+128+128+248+128.....
Why the SPL wouldn't load u-boot in RAM the same way the nand dump command do ?
thank for any help
best regards