Forum Discussion
KAbde4
New Contributor
7 years agoBoot fails from EPCS
Actualy I’m using hardware card based on Cyclone 10LP FPGA for my project. I'm using to try to develop a small test program. on the platform designer i used the "Serial Flash Controller Intel FPGA ...
- 7 years agoHi I followed these steps, but I modified the second. “2. Click on HEX data->properties ->select absolute addressing” instead of “Click on HEX data->properties ->select relative address and set it =auto” and also putting the right address on reset vector offset now the NIOS boot correctly. Thank you Anand for your help. Best regerds
AnandRaj_S_Intel
Regular Contributor
7 years agoHi,
Re-Check the steps and file used for creating .jic.
Attached the example project. compare the map file for debugging.
If possible please attach the .map, .sof and .hex file.
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Regards
Anand
- meenalkb5 years ago
Occasional Contributor
Hi, I am in a similar position, trying to boot from EPCQ memory. I tried this example you attached, but you haven't set the .text section to PERIPHERALS_EPCQ64_AVL_MEM. So this example doesn't apply for Execute-in-Place, is that correct?