Forum Discussion
Altera_Forum
Honored Contributor
19 years agodo the trick, (though I haven't tried myself)
you have to change the boot loader, because normal "call" can not work across 256M boundary, you need to use "callr" or "jmp" to jump start from flash to sdram. check nios2 manuals on these instructions.