Hello,
I would like to ask what is the ecc scheme used by Linux ?
In http://processors.wiki.ti.com/index.php/DM814x_AM387x_PSP_U-Boot it is says that hamming should be used for flashing any image (except u-boot). But I used bch8 in all flashing (including environment save from u-boot). I would like to assure that there should not be any problem with using bch8 for all image flashing ? Does Linux use BCH8 too ?
ECC type | Usage |
---|---|
S/W ECC | Not used |
H/W ECC - Hamming Code | Should use this scheme while flashing any image/binary which will be used by Linux. This is also used for the U-Boot ENV variables. |
H/W ECC – BCH8 | Only while flashing U-Boot from U-Boot already running out of OCMC RAM1. After flashing revert back to hamming code H/W ECC |
Regards,
Ran