Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNios II boot Remote Update
I'm working on the Nios II with the device cyclone III, my flash EPCS64 memory contains 2 FPGA images and 2 softwares. The 1st FPGA image (factory) address is 0, the 1st Nios software address is ...
Altera_Forum
Honored Contributor
13 years agoFound the solution :) in a datasheet after spent 18 days on it.
You've to reset the timer periodically using it in your callback function IOWR(REMOTE_UPDATE_BASE, 0X20, 0x2) // reset timer IOWR(REMOTE_UPDATE_BASE, 0x20, 0x0) // allow timer to continue