各位朋友,我最近做了个实验,用的ALTERA 的 DE1 的板子,quartus 和 nios 都是 7.2版本 先烧SOF文件,没问题
后用 Flash Programm 烧写NIOS 程序,结果出现:
"$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x00000000 --end=0x3fffff --reset=0x0
--input="vga_display1.elf" --output="cfi_flash_0.flash" --boot="D:/altera/72/ip/nio
s2_ip/altera_nios2/boot_loader_cfi.srec"
# Programming flash with the project
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x00000000 --cable='USB-Blas
ter [USB-0]' --device=1 --instance=0 "cfi_flash_0.flash"
Using cable "USB-Blaster [USB-0]", device 1, instance 0x00
Resetting and pausing target processor: OK
No CFI table found at address 0x00000000
Leaving target processor paused
请问大家我如何解决