Flash script and BSP version are not correct in manual for super mode

The link to down load bsp is only for 36.4.0 and it does not have the config setting for

jetson-orin-nano-devkit-super

So the flash script from the manual fails.

Is NVMe considered internal or external?

What is the link to 36.4.2?
It must have updated during an apt update and now I cannot flash update kernel and device tree that are built using 36.4.0 sources.

Hi,
You can use SDKManager to re-flash Orin Nano developer kit for enabling super mode. Or download the packages through SDKManager:
Overlay to add MAXN mode to existing Jetson Orin Nano on top of Jetpack 6.1 installation - #7 by DaneLLL

And run manual steps to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation

That installs a complete image and wipes out all existing work. Its a great tool for the first install. 36.4.2 has problems with the jetson-io.py, its broken. 36.4.0 works fine.

The download pointed to in the flash instructions is for 36.4.0 and does not have the conf for super. That is only in the 36.4.2 download that is pulled using sdk manager. Users of that version are not able to use the jetson-io.py tool to apply overlays, hence no camera or other stuff on the header.

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

Hi,
Failing to run jetson-io is a known issue and we will fix it in next release:
Jetson-io.py crash when launch for Jetpack 6.1 - #32 by DaneLLL

Does it actually work in R36.4.0? Im unsure if the SD version is broken even on R36.4.0

Yes,the nvme is what I was using, you will have to download the source and use the flash install instructions in the dev manual.