Forum Discussion
How to use or configure Remote System Update IP core for Cyclone 10 LP device.
hello Friends,
I have used Cyclone 10 LP device and I want to add feature of Remote System Update using Altera's RSU IP core, I have studied IP user guide and I have implemented the software in NIOS but I IP is not configuring.
If anybody has done such a thing then please let me know how to access RSU's registers. and What is the flow of configuration. Right now I am configuring like below:
- Set watchdog timeout value (offset 0x8)
- Enable Watchdog Timer (offset 0xC)
- Set Boot Address (offset 0x10)
- Then set Reconfiguration register to start (offset 0x1D)
Please let me know where I am doing mistake.
I have referred section 1.4 of attached document.
Thanks
Tejas Limbasiya
5 Replies
- AnandRaj_S_Intel
Regular Contributor
Hi,
Before Reconfiguration you can Disable Watchdog Timer. to avoid any error.
You can refer below link example design
Also refer below links
https://www.youtube.com/watch?v=4Eob-sxCSxU
https://www.youtube.com/watch?v=zxVDx38H9Vg
https://www.youtube.com/watch?v=edFn55SLM58
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Regards
Anand
- TejasL
New Contributor
Dear Anand,
First of All thank you for your valuable reply, I have already referred that document. But unfortunately I am configuring RSU IP core in NIOS II software not via RTL design.
Also I want to know that if I disable Watchdog Timer and in case my Application image is corrupted or not available then How system will come back in Factory Image?
Thanks,
Tejas Limbasiya
- AnandRaj_S_Intel
Regular Contributor
Hello,
If the application configuration does not reset the user watchdog timer before time expires, the dedicated circuitry reconfigures the device with the factory configuration and resets the user watchdog timer.
So we need to reset the watchdog timer before time expires.
Regards
Anand