Hi!
I want my application that’s runnning on a G120 to have ifu-capabilities. In the SystemUpdate on 4.1
http://www.ghielectronics.com/downloads/man/Library_Documentation_v4.1/html/53c9fe92-8150-bd36-e2de-bf4fc6f13f8f.htm
there was a managed bootloader that would do the update, and one could choose to allways start in the managed bootloader mode. This was an attractive feature I think, because it gave alternatives for choosing which application to start based on external information, so one could have a fallback application if something went wrong.
Now in the SystemUpdate class for GHI.Premium I can’t figure out how this can be done.
http://www.ghielectronics.com/downloads/NETMF/Library%20Documentation%20v4.2/Premium/html/da86348a-19c7-08a9-a6b9-78084dffc903.htm
are there any alternatives to the managed bootloader or does the update allways have to bo carried out from the main application?