How to do a full-system updating by OTA

Dear nvidia team:

I follow the below steps to do a full-system updating.But I only see rootfs updates, and the files in other partitions have not been updated. How can I update all partitions by OTA?
$export BASE_BSP=/home/lcfc/nvidia_S50/JetPack_6.2_Linux_JETSON_ORIN_NX_TARGETS/Linux_for_Tegra/
$export TARGET_BSP=/home/lcfc/nvidia_S50/JetPack_6.2_Linux_JETSON_ORIN_NX_TARGETS/Linux_for_Tegra/
$sudo -E ROOTFS_AB=1 ./tools/ota_tools/version_upgrade/l4t_generate_ota_package.sh --external-device nvme0n1 -S 27GiB jetson-orin-nano-devkit R36-4
The OTA tar package only have rootfs and boot.img.So other partition files are not included.


hello 592803276,

please see-also readme file, Image_based_OTA_Examples.txt for some specific use-case for reference.
please also note that, here’re internal and external storage.
you may running OTA script directly to create complete OTA payload.
for instance,
$ sudo -E ./tools/ota_tools/version_upgrade/l4t_generate_ota_package.sh <target_board> <bsp_version>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.