Altera_Forum
Honored Contributor
9 years agoflash usage
I'm trying to follow the Altera DE2-115 with Linux sample from this link (http://www.alterawiki.com/wiki/linux_with_mmu_on_veek/t-pad#unfortunately.2c_if_you_don.27t_have_veek.2ft-pad_kit.2c_but_you_have_de2-115...).
The first part works but then I get
$ nios2-flash-programmer --epcs --base=0x0a001800 tPad_Selector.flash --debug
Reading override file "/opt/intelFPGA_lite/16.1/nios2eds/bin/nios2-flash-override.txt"
Using cable "USB-Blaster ", device 1, instance 0x00
Resetting and pausing target processor:
OK
Processor data bus width is 32 bits
Looking for EPCS registers at address 0x0A001800 (with 32bit alignment)
Initial values: 0001703A 04C00074 9801483A 9CFFF804 983FFD1E 0000203A
Not here: reserved fields are non-zero
Looking for EPCS registers at address 0x0A001900 (with 32bit alignment)
Initial values: 92400237 4A40100C 483FFD26 90000135 92400237 4A40200C
Not here: reserved fields are non-zero Can you help me? Why doesn't it work?