guchangwei1991 发表于 2016-11-23 00:19:02

niosii程序固化不了一下载就出问题,求大神解决

#!/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 E:/NIOSII_/software/hello_world_0/Debug

# Creating .flash file for the FPGA configuration
"$SOPC_KIT_NIOS2/bin/sof2flash" --epcs --input="E:/NIOSII_/HELLO.sof" --output="
HELLO.flash"

# Programming flash with the FPGA configuration
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x00000000 --cable='U
SB-Blaster ' --device=1 --sidp=0x00001860 --id=0 --timestamp=1479827651 -
-instance=0 "HELLO.flash"
Using cable "USB-Blaster ", device 1, instance 0x00
Resetting and pausing target processor: OK
Reading System ID at address 0x00001860: verified
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="HELLO.flash" --input="hello_worl
d_0.elf" --output="epcs.flash"

# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x00000000 --cable='U
SB-Blaster ' --device=1 --sidp=0x00001860 --id=0 --timestamp=1479827651 -
-instance=0 "epcs.flash"
Using cable "USB-Blaster ", device 1, instance 0x00
Resetting and pausing target processor: OK
Reading System ID at address 0x00001860: verified
No EPCS layout data - looking for section
Unable to use EPCS device
Leaving target processor paused
QUARTUS下载程序没问题,不晓得咋解决这个
页: [1]
查看完整版本: niosii程序固化不了一下载就出问题,求大神解决