Is possible to perform image base OTA package generation on jetson nano

In the latest release Jetpack 4.6, it has included ota_tools for update system images for Jetson-agx-xavier and xavier-nx via l4t_generate_ota_package.

I would like to apply the same process to a Jetson Nano to generate the OTA system image package on a Jeston Nano. However, from the released note, current OTA tool only supports Jetson Xavier NX , Xavier agx and Tx2.

Here is also what I have tried :

sudo ./tools/ota_tools/version_upgrade/l4t_generate_ota_package.sh jetson-nano-devkit-emmc mmcblk0p1 R32-5
Target board(MMCBLK0P1) and base version(R32_5) is not supported
Failed to run “ota_validate_params mmcblk0p1 R32-5 internal /home/user/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/tools/ota_tools/version_upgrade/ota_board_specs.conf BOARD_SPECS_ARRAY CHIPID”

I would like to know:

  1. Does there anyway to generate image based ota package for Jetson nano
  2. Any new release soon from Nvidia to do this image base update on Jetson Nano

Thank you !

No, it is not supported because the redundancy mechanism on jetson Nao is different from TX2/AGX series.