AM625: Patch OS generated by buildroot

Part Number: AM625

Tool/software:

Hi,

One of my customers is using the AM6254 and they are looking for advice as to how to patch the OS generated by buildroot after is has been deployed, do you have any any recommendations here? 

  • Depends really on the scope of the patches I would say. Usually in real-world deployments you often update the entire FW image, using some kind of A/B scheme for robustness sake. This will make sure all systems in the field have a certain known-good baseline. Also, Buildroot itself is rather simplistic and really intended to build software for a fixed system and with that doesn't lend itself well to incremental updates. If you want to incrementally update SW packages you should consider Yocto, or even Debian, which all come with package management infrastructure and tooling.

    Regards, Andreas