Implementing an update/upgrade system for embedded Linux devices

后端 未结 5 784
忘了有多久
忘了有多久 2021-01-29 21:03

I have an application that runs on an embedded Linux device and every now and then changes are made to the software and occasionally also to the root file system or even the ins

5条回答
  •  梦如初夏
    2021-01-29 21:31

    Currently, there are quite a few Open Source embedded Linux update tools growing, with different focus each.

    Another one that is worth being mentioned is RAUC, which focuses on handling safe and atomic installations of signed update bundles on your target while being really flexible in the way you adapt it to your application and environment. The sources are on GitHub: https://github.com/rauc/rauc

    In general, a good overview and comparison of current update solutions you might find on the Yocto Project Wiki page about system updates:

    https://wiki.yoctoproject.org/wiki/System_Update

提交回复
热议问题