Forum Discussion
FakhrulA_altera
Regular Contributor
9 months agoHi mtwieghr,
To locate the FPGA bitstream in flash, you can try refer to the .map file generated with the .jic, it shows where each component (SOF,etc) is placed.
From my understanding, the corruption detection for Nios code isn’t handled by FPGA crc. If needed, you can implement a simple checksum or CRC check in the Nios bootloader to validate integrity before jumping to the app. You can try check this document as example/reference:
Nios II Custom Instruction User Guide.
Hope this helps.
Regards,
Fakhrul