Hi,
I am using C6745 and AISgen D800K003. Currently, I am able to boot my application from SPI0 flash. Now I am ready to add the CRC checking in the bootloader to check the AIS image integrity stored in flash before jump into the main app. I read 'Using the OMAP-L1x7 Bootloader SPRAB04D' application report. I am interest in the build-in 'Enable CRC' feature but my sample application bootloader does not have this CRC checks it against the expected value from AIS. I attached my bootloader write_flash.c for reference. In the StartMainApp(), AIS_OP_crc cases are noop. Please point me to a bootloader sample code that take advantage of the AIS CRC enable.
Thanks a lot,
Dennis