MAXN Super mode on custom carrier board Jetson Orin Nano 8GB, manual flash problem

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...

The guidance you are referring to is for rel-35.3.1 (jetpack5.1.1)
There is no super mode flash command at that document at all.

Super mode is added on Jetpack5.1.5 and Jetpack6.2.

So what is the exact version you want to use here?

Hello, thank you for your reply.
Oh I see, but isn’t the flashing exactly the same for 5.1 and 6.2?
I want to use Jetpack 6.2

The flash command is similar but still different due to the file path which is changed.

You should check jetpack6.2 document.

Also, jetson-orin-nano-devkit is for non-super config. Our document will guide you what is super config.

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