Hi,
in http://processors.wiki.ti.com/index.php/DM814x_AM387x_PSP_U-Boot#Flashing_images_to_NAND_in_SD_boot
it says "
sw - Set software ECC for NAND hw <hw_type> - Set hardware ECC for NAND <hw_type> - 0 for Hamming code 1 for bch4 2 for bch8 3 for bch16 Currently we support only Software, Hamming Code and BCH8. We do not support BCH4 and BCH16
"
But in the example below it shows using nandecc hw
TI8148_EVM# nand erase 0x0 0x20000 TI8148_EVM# nandecc hw 2 TI8148_EVM# nand write.i 0x81000000 0x0 0x20000 TI8148_EVM# nandecc hw 0
So, is nandecc hw suported ?
Thanks,
Ran