Hi,
I’m running a Jetson AGX Orin 32GB and currently exploring building my system using Yocto and the meta-tegra layer. I’ve successfully built and flashed the system over USB. However, I have deployed units that I can’t access physically, so I’m looking into using the OTA script provided by NVIDIA.
What would be the most straightforward way to make this work? Can I simply use the Yocto-built rootfs (including the kernel and everything else) by untarring it in place of the example rootfs provided by NVIDIA?
I tried doing this with the following command:
sudo ROOTFS_AB=1 tools/ota_tools/version_upgrade/l4t_generate_ota_package.sh -s -f ~/core-jetson-agx-orin-forecr.rootfs.tar.gz jetson-agx-orin-devkit R35-5
However, this resulted in an error stating that a user-defined rootfs update script must be provided in place of the default one.
Thanks!