Forum Discussion
SrLam9
New Contributor
8 years agoHow does the Remote Update IP work?
Hi am trying to implement the Remote update IP core into my Arria 10 system with an EPCQ512. I want to have an application and factory configuration to fall back on. I am configuring the Remote updat...
SrLam9
New Contributor
8 years agoHi,
On power up, I read the Reconfiguration Trigger Conditions register. If it is 0, then the system tries to reconfigure to the application mode by:
- Setting the watchdog value
- enabling the watchdog timer
- changing the configuration mode
- writing the application page address
- asserting the reconfig signal to start the reconfiguration
for the logic, if it is not 0, it goes into an idle state.
Thank you