Hello @whjshishen
I think you are trying to enable the Orin Nano Super Mode. You have to flash the board by using a specific could. Please refer to Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation which refers to the Supported Modes and Power Efficiency.
The command you need to run depends on the flashed device:
- Jetson Orin Nano Developer Kit with Super Configuration (NVMe)
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 internal
- Jetson Orin Nano Developer Kit with Super Configuration (USB):
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device sda1 \
-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 internal
- Jetson Orin Nano Developer Kit with Super Configuration (SD card):
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device mmcblk0p1 \
-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 internal
You could also check our Exploring NVIDIA Jetson Orin Nano Super Mode performance using Generative AI wiki which details instructions on how to enable the Jetson Orin Super Nano mode and how to verify that was enabled with success.
Furthermore, you could check this announcement from NVIDIA JetPack 6.2 Brings Super Mode to NVIDIA Jetson Orin Nano and Jetson Orin NX Modules
Please, let me know if this works for you
Regards!
Eduardo Salazar
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/
Website: www.ridgerun.com