1, no 25W power selection
2, CPU frequency is still 1.5GHZ, GPU frequency is 625MHZ
To sum up, the upgrade to jetpack6.2 did not improve, is there a problem?
1.txt (5.6 KB)
1, no 25W power selection
2, CPU frequency is still 1.5GHZ, GPU frequency is 625MHZ
To sum up, the upgrade to jetpack6.2 did not improve, is there a problem?
1.txt (5.6 KB)
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:
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
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
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
Yes, I have tried it yesterday, the conclusion is effective, I successfully ran MAXN mode, I have a question, can only do this? Why did I fail to upgrade jetpack6.2 with SDK Manager?
please check the announcements.
→ * Note that SDK Manager supports default Super Mode flashing configuration only for Jetson Orin Nano developer kit.
Only the Orin Nano with sdcard slot on it will be by default flashed with super config. The rest of kinds rely on manual flash.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.