Altera_Forum
Honored Contributor
17 years agohelp: about flash programming
hi,when i do my flash programming,it shows the following tips:
-------------------------------------------------------------------# !/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/work/flash_access/software/memtest_0/Debug # Creating .flash file for the project "$SOPC_KIT_NIOS2/bin/elf2flash" --base=0x01400000 --end=0x17fffff --reset=0x1400 000 --input="memtest_0.elf" --output="cfi_flash.flash" --boot="D:/altera/80/ip/n ios2_ip/altera_nios2/boot_loader_cfi.srec" # Programming flash with the project "$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --base=0x01400000 --instance=0 "cfi _flash.flash" Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Resetting and pausing target processor: OK No CFI table found at address 0x01400000 Leaving target processor paused ----------------------------------------------------------------------- i don't kown what's the CFI talbe and, how i add the table? when i choose run->niosII hardware,the console tips as follows: ------------------------------------------------------------------------ Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Processor is already paused Initializing CPU cache (if present) OK Downloading 01400000 ( 0%) Downloading 01410000 (73%) Downloaded 88KB in 1.5s (58.6KB/s) Verifying 01400000 ( 0%) Verify failed between address 0x1400000 and 0x140FFFF Leaving target processor paused ---------------------------------------------------------------------- how should i do to solve these problems? i'm very appriciate if you can offer any help.