Forum Discussion
Altera_Forum
Honored Contributor
12 years agoRetrieving usercode from binary configuration image
Hello, there have been various discussions about the raw binary file format, solutions for the basically simple problem of retrieving the usercode have been already posted. http://www.alterafo...
Altera_Forum
Honored Contributor
12 years agoHello Dave,
thanks again for your comment. I can't change the rbf header format at will because it must be understood by the hardware FPGA configuration controller. RSU controller "pof checking" is an optional consistency check step before rebooting the new application image. Originally it checks only for a header with valid CRC. Configuration with a corrupted image or an image for a different FPGA type is rejected by the hardware configuration controller anyway. But an image for a different instrument using the same FPGA type could be loaded accidentally. The additional usercode validation reduces the risk to boot a wrong image. Alternatively, additional information can be put in an unused configuration image part. But it would require additional manipulation of image files. Regards, Frank