Altera_Forum
Honored Contributor
12 years agouClinux and Remote Update on Cyclone III
Hi all,
I'm trying to implement Remote Firmware Update on a Cyclone III based custom board. The goal is to remotely update the system with both a new sof file and a new zImage. My system boots from a SPI Flash (in which I store the pof file) and I'm not using MTD, I'm directly accessing the flash that is not memory mapped. I have a Web GUI that shows me some information about system status. I'd like to insert in this GUI the possibility to upload the new firmware (sof+image). I've found no examples about remote configuration using uClinux. I have a few questions, I hope you can help me in figuring out the answers: - How can I pass files to the system? Do I need to pass just a .flash file and then simply store it into the flash? - How can I concatenate pof and zImage files in a single .flash file? Thanks in advance, Marco