Solved
Forum Discussion
YuanLi_S_Intel
Regular Contributor
3 years ago1st thing 1st, is the image written correctly? To check the image file, you may read out the data stored and then compare with the rpd file.
Hi, for CRC error, i think it could be due to the incorrect bitstream / bitstream order when loading it into the QSPI flash. I would suggest to select the appropriate data format when generating RPD file. You can select little endian for it. Otherwise, you need to do bit reversal.
1st thing 1st, is the image written correctly? To check the image file, you may read out the data stored and then compare with the rpd file.