Altera_Forum
Honored Contributor
19 years agoError in SDK Shell when I do FlashProgrammer
dear all,
I follow the web page-- http://nioswiki.jot.com/wikihome/operating...flashprogrammer (http://nioswiki.jot.com/wikihome/operatingsystems/flashprogrammer) I want Nios II to boot from EPCS device,so I do the folowing: 1.rebuild the kernel and get zImage_epcs_1102 2.in NIOS SDK Shell: elf2flash --input=zImage_epcs_1102 --output=zImage_epcs_1102.flash --location=0x00900800 --epcs --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_epcs.srec nios2-flash-programmer --epcs --base=0x00900800 zImage_epcs_1102.flash (0x00900800 is the base address of epcs controller in SOPC builder) (zImage_epcs_1102.flash is 2424 KB) BUT, I get this: Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Resetting and pausing target processor: OK Checksummed/read 1024kB in 140.2s Erased 1024kB in 15.4s (66.4kB/s) Programmed 970KB +54KB in 128.8s (7.9KB/s) Did not attempt to verify device contents Leaving target processor paused Anyone can give me some hints?