还有我现在flash在线下载的时候出现问题,如下: #!/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:/altera/70/hhhh/hello_led_0/Debug # Creating .flash file for the project "$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x00000000 --end=0xfffff --reset=0x0 --in put="hello_led_0.elf" --output="cfi_flash_0.flash" --boot="d:/altera/70/ip/nios2 _ip/altera_nios2/boot_loader_cfi.srec" # Programming flash with the project "$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x00000000 --cable='ByteBlas terII [LPT1]' --device=1 --sidp=0x00202038 --id=2744944800 --timestamp=119738259 8 --instance=0 "cfi_flash_0.flash" Using cable "ByteBlasterII [LPT1]", device 1, instance 0x00 Resetting and pausing target processor: OK Reading System ID at address 0x00202038: FAIL ID value does not match: read 0x00C00034; expected 0xA39C88A0 Timestamp value does not match: image on board is older than expected Read timestamp 11:03:32 1983/02/28; expected 22:16:38 2007/12/11 Leaving target processor paused
问题如红色所示,然后关于程序和数据的一些区间配置如图所示: 大家帮帮忙啊
[此贴子已经被作者于2007-12-11 23:43:29编辑过] |