Flashing Jetson Orin NX 16gb to 40w

hi all,

i am trying to flash the device to 40W.

  1. i used sdk manager gui, but i cannot get 40w super mode

  2. i try to use download and extract ,

sudo ./flash.sh jetson-orin-nano-devkit-super-nvme internal

i can install 40w super mode, but missing mulitmedia pack so i cannot use the camera,

what so i do it correctly

Hi,

Please refer to below doc:

The suggested command is

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
  -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 jetson-orin-nano-devkit-super external

Please make sure your Orin NX using a devkit.

Thanks

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