FPGA芯片:EP3C10F256C8 配置芯片:EPCS16 7.2版的环境 我用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:/zzz/software/hello_led_0/Debug # Creating .flash file for the FPGA configuration "$SOPC_KIT_NIOS2/bin/sof2flash" --epcs --input="D:/zzz/zzz.sof" --output="zzz.fl ash" Info: ******************************************************************* Info: Running Quartus II Convert_programming_file Info: Command: quartus_cpf --no_banner --convert --device=EPCS64 --option=zzz.op t D:/zzz/zzz.sof zzz.pof Info: Quartus II Convert_programming_file was successful. 0 errors, 0 warnings Info: Allocated 60 megabytes of memory during processing Info: Processing ended: Fri Nov 14 17:50:29 2008 Info: Elapsed time: 00:00:02 Info: ******************************************************************* Info: Running Quartus II Convert_programming_file Info: Command: quartus_cpf --no_banner --convert zzz.pof zzz.rpd Info: Quartus II Convert_programming_file was successful. 0 errors, 0 warnings Info: Allocated 57 megabytes of memory during processing Info: Processing ended: Fri Nov 14 17:50:30 2008 Info: Elapsed time: 00:00:01 # Programming flash with the FPGA configuration "$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x00009800 --cable='U SB-Blaster [USB-0]' "zzz.flash" Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Resetting and pausing target processor: OK No EPCS layout data - looking for section [EPCS-FF] Unable to use EPCS device Leaving target processor paused # Creating .flash file for the project "$SOPC_KIT_NIOS2/bin/elf2flash" --epcs --after="zzz.flash" --input="hello_led_0. elf" --output="epcs_controller.flash" # Programming flash with the project "$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x00009800 --cable='U SB-Blaster [USB-0]' "epcs_controller.flash" Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Resetting and pausing target processor: OK No EPCS layout data - looking for section [EPCS-FF] Unable to use EPCS device Leaving target processor paused Info: Command: quartus_cpf --no_banner --convert --device=EPCS64 --option=zzz.op 怎么会出现EPCS64呢?帮忙一下? |