Today I booted my Jetson Orin Nano the first time and noticed that those new super modes are missing.
(Using Seedstudio carrier board)
After some research I figured that those modes are only available with the dev kit on SDKmanager.
So I need to flash manually.
When trying to flash I was following this guide
https://docs.nvidia.com/jetson/archives/r35.3.1/DeveloperGuide/text/IN/QuickStart.html#to-determine-whether-the-developer-kit-is-in-force-recovery-mode
After running the command (is use nvme ssd btw)
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
-c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
--showlogs --network usb0 jetson-orin-nano-devkit internal
I get this error
[ 0.6100 ] tegrarcm_v2 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[ 0.6108 ] BR_CID: 0x80012344705DF24D440000000C030200
[ 0.6250 ] Sending bct_br
[ 0.6254 ] ERROR: might be timeout in USB write.
Error: Return value 3
Command tegrarcm_v2 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[ 10.7199 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 10.7219 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 10.7238 ] Retrieving board information
[ 10.7247 ] tegrarcm_v2 --chip 0x23 0 --oem platformdetails chip chip_info.bin
[ 10.7256 ] Retrieving EEPROM data
[ 10.7257 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/ubuntu/Documents/Linux_for_Tegra/bootloader/cvm.bin --chip 0x23 0
[ 10.7273 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 10.7287 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 10.7304 ] Dumping customer Info
[ 10.7314 ] tegrarcm_v2 --chip 0x23 0 --oem dump bct tmp.bct
[ 10.7336 ] tegrabct_v2 --brbct tmp.bct --chip 0x23 0 --custinfo /home/ubuntu/Documents/Linux_for_Tegra/bootloader/custinfo_out.bin
[ 10.7343 ] File tmp.bct open failed
[ 10.7345 ] Error: try getting custinfo fail. Moving on
[ 10.7345 ] Rebooting to recovery mode
[ 10.7356 ] tegrarcm_v2 --chip 0x23 0 --ismb2
[ 10.7365 ] Rebooting to recovery mode
[ 10.7373 ] tegrarcm_v2 --chip 0x23 0 --reboot recovery
Parsing board information failed.
Error: failed to generate images
Cleaning up...