NVP modes on Jetson Orin Nano

I flashed 2 Jetson Orin Nano Super Dev Kit(8 GB):
First with command: sudo ./nvsdkmanager_flash.sh --storage nvme0n1p1

And second with custom boot logo: sudo ./flash.sh --no-systemimg -c bootloader/generic/cfg/flash_t234_qspi.xml jetson-orin-nano-devkit nvme0n1p1

For first Jetson Orin Nano, when I opened jtop and navigate to 6CTRL, I got to see multiple modes: 15W, 25W, MAXN_SUPER, 7W (refer SS2.png)

For second Jetson Orin Nano, I see only 2 modes: 15W and 7W (Refer SS1.png)

How I can get all modes for second Jetson Orin Nano as I got for first?

  1. Just want to clarify that “Jetson Nano” and “Jetson Orin Nano” are different things… You should file your question in Orin Nano forum next time.

  2. For your question. The reason that modes are less is coming from that you are not flashing super mode config.

jetson-orin-nano-devkit

Use that one with super mode config suffix. Check your Linux_for_Tegra directory and it will show.

Its Jetson Orin Nano.

I also used these command:

  1. sudo ./flash.sh --no-systemimg -c bootloader/generic/cfg/flash_t234_qspi.xml jetson-orin-nano-devkit-super nvme0n1p1

  2. sudo ./flash.sh --no-systemimg -c bootloader/generic/cfg/flash_t234_qspi.xml jetson-orin-nano-devkit-super-maxn nvme0n1p1

But nothing happened, still 2 modes are visible (7W and 15W)

Please do full flash command with initrd flash… I don’t know who taught you to use that command to flash… that one you are using is not full flash command.

I used this command to add custom logo.

Could you please specify the command so that custom logo and all modes could be visible?

please refer to

Replaced the files (uefi_jetson.bin and BOOTAA64.efi) in Linux_For_Tegra.

And just do the full flash: sudo ./nvsdkmanager_flash.sh --storage nvme0n1p1

Both custom image and NVP modes will be visible.

nvsdkmanager_flash.sh is just a wrapper tool that uses the tool from quick start guide.

What this tool can do is limited.
You should truly learn things from the correct tool instead of keep relying on this.

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