Forum Discussion
Altera_Forum
Honored Contributor
11 years agosmall boot copier for EPCS
I have a customized board, with 5CEBA4 and EPCS16. I want the FPGA boot from a specified SW image address after the HW image is loaded. I studied AN458, and I think the small boot copier is go...
Altera_Forum
Honored Contributor
11 years agoIf indeed your application image does have a header I don't think it would be a good idea to skip the signature check.
You may need to change the VALID_BOOT_SIGNATURE parameter and recompile. If the header block has not been included in the image, I guess it's ok commenting out the code you quoted. In any case you must update FLASH_BASE and BOOT_IMAGE_OFFSET parameters according to your design, otherwise the image won't load.