Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
The are specific regions of flash where the hardware is expected to reside. Ensure you are using those regions otherwise the CPLD that is handling the flash configuration will not be able to program the image you want. These regions should be defined in the user guide for the board.
If you are also seeing issues programming the .sof then make sure you either pull the reconfig_req_n signal high or set the unused I/O to input tri-state. Without doing one of these the first thing your design might be doing is pulling reconfig_req_n low which tells the MAX part to send in a new image from flash. - Altera_Forum
Honored Contributor
Is this a DE2 board?