Forum Discussion
Altera_Forum
Honored Contributor
20 years agoEPCS controller booting trouble
Dear NIOS friends, I am porting a system that was developed on a (custom board) with a EP1C6 to a new board revision with a EP2C8. Both are configured with an EPCS4 device and it worked very we...
Altera_Forum
Honored Contributor
20 years agoHi Arjan,
Assuming you're doing everything the same WRT to programming the epcs device and using on-chip v. sdram, I would still be suspicious of the sdram controller/device itself. Is there any chance your memory tests are missing failures. E.g. -- are you using a data cache, but forgetting to flush/invalidate before doing the read back? > Is the bootloader that comes with the NIOS kit smart enough to know where to > copy the NIOS code? Yes -- basically for each elf (output) section there's an address-length-data record that gets programmed into the epcs. The address/length is the VMA/size from the corresponding section in your elf file. It would be a good idea to check your elf file (via objdump) to make sure your sections are where they need to be and review jdhar's document. Regards, --Scott