I’m using JetPack 5.1.2 L4T R35.4.1. I’m running Yocto to build an OS image for different Jetson boards (Orin Nano 8GB, NX 16GB …) currently I’m using the devkit, but later, I’ll need to support a custom board with the OS. Therefore, I’m creating overlays in Yocto. The problem is, these overlays are written into an SPI partition which I cannot access/update from the running Linux (see other post). So, I’m wondering what is NVIDIA’s recommendation to do updates in the field?
I know how to flash all parts using flash.sh utility, but I am searching for a possibility to OTA update the QSPI NOR flash partitions during operation.