Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI'm booting from serial flash device (EPCS). The reset vector points to the epcs_controller which contains a small onchip ram (see attached jpg). In that RAM is the boot copier or bootloader which copies the Nios program from serial flash to the SDRAM. After that that the programm is called by the bootloader.
Your reset vector should point to the bootloader code. Have you the source code of the bootloader? Than you can debug the code and see if the flash content will be copied to the SDRAM. Jens