I am looking for a best practice software architecture for deliverying over-the-air security updates to the Jetson Xavier and Jetson Orin.
I am looking for a light-weight solution that allow me to easily keep up with SOC2 compliance for instance.
For the Xavier, I am using Jetpack 5.1.2 with docker images and I have many IoT devices in the field. I do not have a prescribed architecture for the Orin yet.
I can use the OTA image based updates for Jetpack Software Packages and the Update Mechanism — Jetson Linux Developer Guide documentation
As for docker images updates, that would be a hosted repository.
I am curious if I am on the right for the Xavier and if there is a potentially ligher weight solution for the Orin?
hello brents1,
you may also use OTA image based updates on Orin series.
Thanks for confirming.
Is there a security maintence architecture whitepaper out there that I could reference for supplying continuous security updates to the IoT devices in the field?
hello brents1,
please refer to developer guide, Over-the-Air Update, or, you may also check L4T page, such as NVIDIA Jetson Linux 36.4.4 for the [OTA Tools] package, there’s readme file, Image_based_OTA_Examples.txt, which provides several examples of how to use an image-based OTA update for specific use cases.