Forum Discussion
Altera_Forum
Honored Contributor
10 years agoJust had this problem 10 years later. The solution is to specify the command correctly.
nios2-flash-programmer --epcs -base=0x00060800 --erase-all is wrong because -base looks to the programmer like -b at address "a". It should be (note --base): nios2-flash-programmer --epcs --base=0x00060800 --erase-all