Thank you MSchmitt.
My fpga is ep3c25q240c8 My msel pins is 010 My epcs64 power is 3.3v
fpga image is loaded from epcs after power on
quartus 9.0 no sp
This my Nios II IDE Flash Programmer
# !/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 D:/FPGA/sopc_cy3/software/memtest_usb/Debug# Creating .flash file for the FPGA configuration
"$SOPC_KIT_NIOS2/bin/sof2flash" --epcs --input="D:/FPGA/sopc_cy3/chip_top.sof" -
-output="chip_top.flash"
Info: *******************************************************************
Info: Running Quartus II Convert_programming_file
Info: Command: quartus_cpf --no_banner --convert --device=EPCS128 --option=chip_
top.opt D:/FPGA/sopc_cy3/chip_top.sof chip_top.pof
Info: Quartus II Convert_programming_file was successful. 0 errors, 0 warnings
Info: Peak virtual memory: 73 megabytes
Info: Processing ended: Wed Sep 02 16:08:47 2009
Info: Elapsed time: 00:00:04
Info: Total CPU time (on all processors): 00:00:04
Info: *******************************************************************
Info: Running Quartus II Convert_programming_file
Info: Command: quartus_cpf --no_banner --convert chip_top.pof chip_top.rpd
Info: Quartus II Convert_programming_file was successful. 0 errors, 0 warnings
Info: Peak virtual memory: 70 megabytes
Info: Processing ended: Wed Sep 02 16:08:51 2009
Info: Elapsed time: 00:00:04
Info: Total CPU time (on all processors): 00:00:04# Programming flash with the FPGA configuration
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x0008a000 --sidp=0x0
0088030 --id=6395680 --timestamp=1251442455 --instance=0 "chip_top.flash"
Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Resetting and pausing target processor: OK
Reading System ID at address 0x00088030: verified
: Checksumming existing contents
00000000 : Verifying existing contents
00010000 : Verifying existing contents
00020000 : Verifying existing contents
00030000 : Verifying existing contents
00000000 : Reading existing contents
00010000 : Reading existing contents
00020000 : Reading existing contents
00030000 : Reading existing contents
Checksummed/read 12kB in 0.2s
00000000 ( 0%): Erasing
00010000 (25%): Erasing
00020000 (50%): Erasing
00030000 (75%): Erasing
Erased 256kB in 2.3s (111.3kB/s)
00000000 ( 0%): Programming
00010000 (25%): Programming
00020000 (50%): Programming
00030000 (75%): Programming
Programmed 245KB +11KB in 5.6s (45.7KB/s)
Did not attempt to verify device contents
Leaving target processor paused# Creating .flash file for the project
"$SOPC_KIT_NIOS2/bin/elf2flash" --epcs --after="chip_top.flash" --input="memtest
_usb.elf" --output="epcs_controller.flash"# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x0008a000 --sidp=0x0
0088030 --id=6395680 --timestamp=1251442455 --instance=0 "epcs_controller.flash"
Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Resetting and pausing target processor: OK
Reading System ID at address 0x00088030: verified
: Checksumming existing contents
00030000 : Verifying existing contents
00040000 : Verifying existing contents
00050000 : Verifying existing contents
00030000 : Reading existing contents
00040000 : Reading existing contents
00050000 : Reading existing contents
Checksummed/read 110kB in 2.6s
00030000 ( 0%): Erasing
00040000 (33%): Erasing
00050000 (66%): Erasing
Erased 192kB in 1.8s (106.6kB/s)
00030000 ( 0%): Programming
00040000 (33%): Programming
00050000 (66%): Programming
Programmed 83KB +109KB in 4.0s (48.0KB/s)
Did not attempt to verify device contents
Leaving target processor paused