Remote update for Cyclone 10GX
I am writing a bootloader programme using the Intel Remote update IP on a cyclone 10GX.
The Remote update block is part of a NIOS II system and is setup using platform designer.
The factory image is based at 0x20 in flash
The application image is at 0x01001000 in flash
From the factory I can successfully start the application image - all seems ok
The application image will be stopped and the factory image restarted if there is a problem (e.g no WDT kicking), this also seems to work ok too. I can read back why the factory image has been restarted.
However when in the application image there appears to be no way of telling that the application image is the image running. ie the RU_CONFIGURATION_MODE is 0 not 1 as I expect.
This was set to 1, in the factory image, prior to starting the application image - using Altera's function "altera_remote_update_trigger_reconfig"
I am correct in a saying that this register should be 1, to show the application image is being run?
The user guide seems to suggest this is the case.