Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThanks, it can work well.
After open the cmd.exe, I run 3 commands to program to EPCS on a stand-alone computer. 1.//Location of nios2-flash-programmer.exe cd "C:\altera\91sp2\qprogrammer\bin" 2.//program .flash of sof2flash. nios2-flash-programmer "D:/C_epcs.flash" --base=0x81800 --epcs --id=0x1C53A879 --timestamp=1395209813 --device=1 --program --verbose 3.//program .flash of elf2flash. nios2-flash-programmer "D:/C_SOPC_epcs.flash" --base=0x81800 --epcs --id=0x1C53A879 --timestamp=1395209813 --device=1 --program --verbose Some picture as follow: https://www.alteraforum.com/forum/attachment.php?attachmentid=8677 And I find some errors like: Initial values: ......... Not here: reserved fields are non-zero. I donot kown why.