Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNIOS II SBT Configuration with EPCS Controller
Hi All, I have a basic NIOS II system with a EPCS Controller used for booting. I have successfully flashed the EPCS device and on power-up the FPGA configures and the NIOS boots. However, ...
Altera_Forum
Honored Contributor
14 years agoLooks like something has made the linker put some code/data at the epcs address. Might be easiest to sort out from the elf symbol table and/or program sections. objdump is your friend here! -p will give the program headers (ie what is loaded).