Altera_Forum
Honored Contributor
17 years agoEPCS flash Programming error
I have just started a new project and I tried to download flashj and configuration data to my EPCS64N device. We are using a Cyclone III device. I received the following error. Does anyone know what the source of this errors could be ? Thank you
#!/bin/sh# # This file was automatically generated by the Nios II IDE Flash Programmer.# # It will be overwritten when the flash programmer options change.#
cd C:/Firmware/NIOS-Px-III/ExCARD1553PxFirmware/ExCARD1553PxFirmware/Debug
# Creating .flash file for the FPGA configuration
"$SOPC_KIT_NIOS2/bin/sof2flash" --epcs --input="C:/Firmware/NIOS-Px-III/ExCARD15
53PxFirmware/ExCARD1553PxHardware/ExCard_Px.sof" --output="ExCard_Px.flash"
Info: *******************************************************************
Info: Running Quartus II Convert_programming_file
Info: Command: quartus_cpf --no_banner --convert --device=EPCS128 --option=ExCar
d_Px.opt C:/Firmware/NIOS-Px-III/ExCARD1553PxFirmware/ExCARD1553PxHardware/ExCar
d_Px.sof ExCard_Px.pof
Info: Quartus II Convert_programming_file was successful. 0 errors, 0 warnings
Info: Peak virtual memory: 78 megabytes
Info: Processing ended: Sun Jul 05 14:13:26 2009
Info: Elapsed time: 00:00:03
Info: Total CPU time (on all processors): 00:00:02
Info: *******************************************************************
Info: Running Quartus II Convert_programming_file
Info: Command: quartus_cpf --no_banner --convert ExCard_Px.pof ExCard_Px.rpd
Info: Quartus II Convert_programming_file was successful. 0 errors, 0 warnings
Info: Peak virtual memory: 71 megabytes
Info: Processing ended: Sun Jul 05 14:13:29 2009
Info: Elapsed time: 00:00:03
Info: Total CPU time (on all processors): 00:00:02
# Programming flash with the FPGA configuration
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x00102000 --instance
=1 "ExCard_Px.flash"
Using cable "USB-Blaster ", device 1, instance 0x01
Resetting and pausing target processor: OK
No EPCS layout data - looking for section
Unable to use EPCS device
Leaving target processor paused
# Creating .flash file for the project
"$SOPC_KIT_NIOS2/bin/elf2flash" --epcs --after="ExCard_Px.flash" --input="ExCARD
1553PxFirmware.elf" --output="epcs_controller.flash"
# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x00102000 --instance
=1 "epcs_controller.flash"
Using cable "USB-Blaster ", device 1, instance 0x01
Resetting and pausing target processor: OK
No EPCS layout data - looking for section
Unable to use EPCS device
Leaving target processor paused