Altera_Forum
Honored Contributor
11 years agoRemote System Update : Arria V (EPCQ 256), failed to configure the application image
Hello,
The remote system update failed to configure in Arria V. Quartus version : 14.1 FPGA : arria v FLASH : epcq 256 Assignments used : set_global_assignment -name STRATIXV_CONFIGURATION_SCHEME "ACTIVE SERIAL X1" set_global_assignment -name STRATIXII_CONFIGURATION_DEVICE EPCQ256 set_global_assignment -name STRATIXIII_UPDATE_MODE REMOTE set_global_assignment -name IP_TOOL_NAME "ALTREMOTE_UPDATE" I have 2 images, Factory kept at 0x00000000 and Application at 0x1000000. The module RSU IP is well updated with the AnF (datain is 0x0000001 and param is 0b101) and the application address (datain is 0x1000000 and param is 0b100) before triggering the reconfig. Once the reconfig is launched, I have observed nios2-terminal connection ceases. When I tried to debug the Application soft NIOS IDE, the debugger shows up that there is no valid sof or nios. With a LED which is wired to "conf done", I have confirmed that the configuration of the application image failed. I couldn't make out where is the mistake. I hope my method of generating Application image is correct conversion sof2flash: sof2flash --input="../FPGA_APP_std_5AGXMB1G4F35I5.sof" --output="../FPGA_APP_std_5AGXMB1G4F35I5_tmp.flash" --epcq --verbose nios2-elf-objcopy -I srec -O srec --change-addresses=0x1000000 "../FPGA_APP_std_5AGXMB1G4F35I5_tmp.flash" "../FPGA_APP_std_5AGXMB1G4F35I5.flash" programming: nios2-flash-programmer "../FPGA_APP_std_5AGXMB1G4F35I5.flash" --cable="$JTAG_PROBE_NAME" --base=0x23002000 --epcs --sidp=0x230050a0 --id=0 --timestamp=1436179333 --device=1 --instance=0 --program --verbose Could you please tell me if I forget anything special for EPCQ-256 config? Further to that I tried to verify the image written in the flash with nios2-flash-programmer "FPGA_APP_std_5AGXMB1G4F35I5.flash" --base=0x23002000 --epcs --device=1 --instance=0 --verify --verbose It returns 0.. Thanks in advance for your help..