I am now trying to create ota packages with the ota tools of jetpack 6.2 l4t 36.4.3 and jetpack 6.0 l4t 36.3.0.
My question is when I tried to create an ota package to our jetson orin nx 3767 0000, the scripts also use flash.sh to create images of 3767-0001 3767-0003 and 3767-0005 which used a lot of times.
If I confirm that the ota package is only need for 37670000, what can we do to avoid the generate binary image step of other sku?
I tried comment the kernel spec and bl spec like below. But it seems that it is not working as expected, the step are still run as I execute ‘sudo -E ./tools/ota_tools/version_upgrade/l4t_generate_ota_package.sh --external-device nvme0n1 jetson-orin-nano-devkit R36-3’.