Forum Discussion
12 Replies
- Altera_Forum
Honored Contributor
So the only suggestion I have so far is to get the FPGA to check the configuration image.
- Altera_Forum
Honored Contributor
--- Quote Start --- So the only suggestion I have so far is to get the FPGA to check the configuration image. --- Quote End --- No, I gave you another suggestion at the beginning. You said "I'd like to have a host processor test the bitstream image", and I suggested wrapping the .sof file using a tool that your host processor can use to check the file integrity, eg., mkimage or you could use an md5 sum, etc. There's lots of cases where you want to see if your binary blob arrived safely at its destination, look at what you have available at your host processor, eg., if its only U-Boot, then mkimage is a good solution, if its Linux, then use an md5 sum or similar. The fact that the FPGA also checks the integrity of the image is just a "bonus" :) Cheers, Dave