大家您好!我是新学nios的!在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 F:/zncore/zd/Debug
# Creating .flash file for the project "$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x00000000 --end=0x3ffff --reset=0x0 --in put="zd.elf" --output="flash.flash" --boot="C:/altera/61/ip/nios2_ip/altera_nios 2/boot_loader_cfi.srec"
# Programming flash with the project "$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x00000000 "flash.flash" Using cable "ByteBlasterII [LPT1]", device 1, instance 0x00 Resetting and pausing target processor: No CFI table found at address 0x00000000 CFI erase region definitions don't match device size OK Leaving target processor paused
|