Altera_Forum
Honored Contributor
12 years agoBootloader and Remote System Upgrade scheme
Good-morning and happy new year,
I work with a Cyclone IV and a nios II processor, I use Active Serial configuration with an EPCS. I want to be able to update my software, and hardware nios application with serial port. So this is my idea, I want to use a factory hardware and software application stored in EPCS at two fixed address, this application is called at power up and wait for a command from serial port, to reconfigure itself with application hardware and software or store the new application update into EPCS. The application hardware and software are both store at fixed address in the EPCS. I made a schema : https://www.alteraforum.com/forum/attachment.php?attachmentid=8298 Can you tell me if this is coherent, do I made any mistake ? If in my application hardware I define the software address as Reset Vector Memory will it work or I need to made a custom boot-loader to boot to this address ? Thank you for your help.