Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNios doesn't boot using custom bootloader
Hi, I have implemented the remote_update function on my custom board and it works for HW images. Now I am trying to boot nios images from non standard offset but it does not work :-/. I ...
Altera_Forum
Honored Contributor
13 years agoIt works !!!
I had 2 problems: - I was using an onchip ROM instead of RAM to store the bootloader in SOPC - Then I have seen after reading back EPCS content that Nios binary file must be written without any byte modification unlike RBF files. So I have modified the ROM to RAM and the way I write nios file on EPCS and now everything is working. Now Nios can boot from a custom offset in EPCS and I can update binary file in EPCS !! Thanks for support.