Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI'm not sure I understand what you want!?
But What I have done is to use the remote_update in both the factory image as well as the user image. In my case the factory is at 0x00000 and the user image at 0x00200000. When I power up my system the factory image automaticaly load the user image by using the above call with address 0x00200000. In this case my user image is loaded. When my user image is runing and receives an reset command for example through the can interface I call the same function but in this case with address 0x000000. This results in my factory image being in loaded followed by the user image. As I understand your problem, this is more or less what you want to do. So you just have to add the remote update to your SOF2 and call the reconfiguration function whenever you want to get back to SOF1.