|
#!/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 F:/code/Quartus/nios_test/software/hello_world_0/Debug
# Creating .flash file for the project
"$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x00000000 --end=0x1fffff --reset=0x0 --i
nput="hello_world_0.elf" --output="cfi_flash.flash" --boot="C:/altera/80/ip/nios
2_ip/altera_nios2/boot_loader_cfi.srec"
# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x00000000 --sidp=0x00201010
--id=1828290788 --timestamp=1280895143 "cfi_flash.flash"
Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Resetting and pausing target processor: OK
Reading System ID at address 0x00201010: verified
No CFI table found at address 0x00000000
Leaving target processor paused
我也提示了这种错误,请高手出来指点下啊,都这么多人搞错了的东西,谢谢了 |
|