No MAXN after upgrade to JP6.2 on Orin Nano

I just reinstalled JP6.2 on my Orin Nano 0005 8GB using a fresh SD card and the JP6.2 ISO. The firmware has already been upgraded to 36.4.x. I do not see the new power modes available and my /etc/nvpmodel.conf only has 7W and 15W entries.

Here is my nv_boot_control.conf:

~$ cat /etc/nv_boot_control.conf
TNSPEC 3767-300-0005-K.2-1-0-jetson-orin-nano-devkit-super-
COMPATIBLE_SPEC 3767--0005--1--jetson-orin-nano-devkit-super-
TEGRA_BOOT_STORAGE mmcblk0
TEGRA_CHIPID 0x23
TEGRA_OTA_BOOT_DEVICE /dev/mtdblock0
TEGRA_OTA_GPT_DEVICE /dev/mtdblock0

I have attempted to remove the nvpmodel.conf, but it regenerates with the original 7/15W options. What can I do? Given the hardware for the dev kits are the same, can someone share their .conf file?

Thanks!

Fixed it.

So after investigating a little more, I found that nvpmodel.conf is a link to another file. It was forwarding to the nvpmodel_p3767_0003.conf file. Trying to reset the link to point to nvpmodel_p3767_0003_super.conf didn’t work, so I simply copied the contents of the super into the non-super.

Oddly enough, there are no nvpmodel_p3767_0005 configs present…

Hi,
The link is crated in

/etc/systemd/nvpower.sh

For further checking you may check why it does not link to /etc/nvpmodel/nvpmodel_p3767_0003_super.conf

p3767 0003 is Orin Nano module without SD card slot. p3767 0005 Orin Nano module with SD card slot. Both modules use either nvpmodel_p3767_0003_super.conf or nvpmodel_p3767_0003.conf.