Problem generating OTA payload for 5.1.2->5.1.3 update

Hi,

I am following the steps here for generating an OTA payload but am running into the problem that I get


+ cp /workspace/target_bsp/5.1.3/Linux_for_Tegra/bootloader/xusb_sil_rel_fw /workspace/target_bsp/5.1.3/Linux_for_Tegra/ota_base_dir_tmp/internal_device/images-R35-ToT/
+ '[' -n '' ']'
+ '[' 0x23 == 0x19 ']'
+ cp /workspace/target_bsp/5.1.3/Linux_for_Tegra/tools/ota_tools/version_upgrade/l4t_update_partitions.sh /workspace/target_bsp/5.1.3/Linux_for_Tegra/ota_base_dir_tmp
+ cp /workspace/target_bsp/5.1.3/Linux_for_Tegra/tools/ota_tools/version_upgrade/upgradetasklist.txt.jetson-agx-orin-devkit.R32x_to_R35-ToT_emmc /workspace/target_bsp/5.1.3/Linux_for_Tegra/ota_base_dir_tmp/upgradetasklist.txt
cp: cannot stat '/workspace/target_bsp/5.1.3/Linux_for_Tegra/tools/ota_tools/version_upgrade/upgradetasklist.txt.jetson-agx-orin-devkit.R32x_to_R35-ToT_emmc': No such file or directory

looking into this folder I only see the following files

./rootfs/5.1.3/Linux_for_Tegra/tools/ota_tools/version_upgrade/upgradetasklist.txt.jetson-agx-xavier-devkit.R32x_to_R35-ToT_emmc
./rootfs/5.1.3/Linux_for_Tegra/tools/ota_tools/version_upgrade/upgradetasklist.txt.jetson-xavier-nx-devkit-emmc.R32x_to_R35-ToT_emmc
./rootfs/5.1.3/Linux_for_Tegra/tools/ota_tools/version_upgrade/upgradetasklist.txt.jetson-agx-xavier-industrial.R32x_to_R35-ToT_emmc

I cannot find these appropriate file for JP 5.1.3 and a jetson-agx-orin-devkit board.

What am I missing?

Cheers

Hi,

Could you provide your commands you execute for us to review?
Also some questions to confirm

  • Is your AGX Orin a dev kit or a custom board?

Thanks

The command I am running is

./tools/ota_tools/version_upgrade/l4t_generate_ota_package.sh jetson-agx-orin-devkit R35-4

Moving from JP 5.1.2 → 5.1.3.

I should also mention that I have modified the default partition .XML to remove some of the non-required partitions such that the payload would match the partition scheme we use in ops on our jetsons.

It is a AGX Orin dev kit

Any ideas @DavidDDD ?

I have checked all OTA tools and it seems that these update files for the Orin are not included in any of them and I cannot find them online. please help