I have device that works under Ubuntu server, there are two apps I created which is actually my "firmware" My goal is to update those two apps by having Azure IoT Edge and create some kind of agent that send health and sensor status. I read couple of articles but still have questions:
- How to create custom firmware that has two bin apps inside, unpack it on target device and move to particular folders?
- Is it possible to write that agent in .NET CORE whether it is supported?
Appreciate in advance for any links regarding how to create custom firmware.