Reputation: 676
I would like to build a C# application that would update itself on a RaspberryPi using Windows IoT Core. I've done this before in NodeJs on Linux using a repo in the cloud, the app was simply re-writing itself.
Is there such a feature already implemented on the IoT Core or in Azure or do I need to program my own solution? I won't have physical access to the device or it's network once it is deployed.
Upvotes: 1
Views: 625
Reputation: 1650
we are in precisely the same situation. There is nothing yet at the level that can be found, for example, in debian. However, there are preview (very early) options in the iot-hub space moving in this direction. Also, you can create a custom image and have it updated from the windows store via the oem program (currently costs around 70 $/year). We are investigating both and, in the meantime, have written our own over-air-update. However, our custom update is now being hindered by the automatic updates of iot-core. Here is the thread with the current "play-by-play" as far as I can see. Hope this helps!
Upvotes: 1