Forum Discussion
Max10 remote update without power cycling the board
I'm looking for a clever way to update MAX10 in are large scale deployment of servers where we don't need to power cycle each system in the datacenter. Currrently, customer is remote updating across 1000s of systems, but they don't have remote PDU power cycling capability. Anyone know a trick to update this Power Seq CPLD with new FW and not require power cycling the system?
You can trigger it with an external signal or use a control mechanism like a Nios processor. This training discusses the Nios flow:
5 Replies
- sstrell
Super Contributor
The RSU feature of MAX10 doesn't require a power cycle to implement. It can be triggered through software. Are you saying this feature is not being used? https://www.intel.com/content/www/us/en/docs/programmable/683865/current/remote-system-upgrade.html
- John_T_Intel2
New Contributor
I've read thru the RSU sections and reviewed the flow diagram, I'm not seeing the details on how the MAX10 loads and runs the new image without power cycling. Can you be more specific? Thanks for your initial response.
- sstrell
Super Contributor
You can trigger it with an external signal or use a control mechanism like a Nios processor. This training discusses the Nios flow:
- jozephka99
Contributor
Yes you can trigger the FPGA to power cycle by writing the dualboot registers (https://www.intel.com/programmable/technical-pdfs/683865.pdf page:65). But the device must power cycle to be able to update the hardware design.
- John_T_Intel2
New Contributor
Instructions are not clear, and by "power cycling" are you referring to removal of the STBY power? or are you suggesting just a reboot of the CPLD? My goal is to not power cycle the system, i.e. AC cycle since that's the only way to remove STBY power to the system.