Hi,Why does it fail when creating an OTA? Please help.thanks

Hi,Why does it fail when creating an OTA? Please help.thanks.

jepack 5.1.4–>jepack 6.2
Create OTA package based on jepack 6.2.

export BASE_BSP=/home/w/master/L4T-public-source/output/Linux_for_Tegra
export TARGET_BSP=/home/w/jp6.2/L4T-public-source/output/Linux_for_Tegra
w@w:~/jp6.2/L4T-public-source/output/Linux_for_Tegra$ cd ${TARGET_BSP}/../
w@w:~/jp6.2/L4T-public-source/output$ mv ~/ota_tools_R36.4.3_aarch64.tbz2 ./
w@w:~/jp6.2/L4T-public-source/output$ sudo tar xpf ota_tools_R36.4.3_aarch64.tbz2
w@w:~/jp6.2/L4T-public-source/output$ sudo -E ./tools/ota_tools/version_upgrade/l4t_generate_ota_package.sh --external-device nvme0n1 jetson-orin-nano-devkit R35-6

failure_log.txt (206.0 KB)

Hi wxsrite,

Are you using the devkit or custom board for Orin NX?

grep: : No such file or directory
No image is specified for ESP

From the log you shared, it seems something missing in your BSP pacakge.
How do you get the BSP package of JP6.2(/home/w/jp6.2/L4T-public-source/output/Linux_for_Tegra)?
Have you confirmed it working on your board (through flash directly)?

OK, thank you. I want to upgrade JP5.1.2 to JP6.2, but I added a new partition in JP6.2. Is there any way I can do it?

It is not valid to use image-based OTA to create new partition since OTA update would not re-partition the disk and the offset of each partition should be the same after update.

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