No Super mode and got NVIDIA-Container-Runtime error after flash Jetpack 6.2 for Jetson Orin Nano 4g

Hi I have a Jetson Orin Nano 4g with a commercial carrier board, and it has NVMe 500G and without MicroSD card slot. After I flash Jetpact 6.2 by sdkmanager 2.2 on Ubuntu 22.04 X86 host PC, and choice flash to NVMe SSD, I got two problems as…

  1. install the “NVIDIA-Container-Runtime” error by sdkmanager.
  2. If I download and flash all the components shown on the sdkmanager, I found the Jetson Orin Nano has no Super mode option, even if I command “sudo nvpmodel -m 2”, I only see 7W CPU (others are 0:10W, 1:7W AI).

For the problem 1 , some expert tell that we need to downgrade to 27.5.1 docker to fix the problem and it’s difficult to me by commands and got several errors due to environment different. Will new version of sdkmanager fix this problem soon?

For the problem 2, super mode are not available, how to fix it? (My sdkmanager shows flash success for all the components except the Nvidia-Container-Runtime)

Anyone who use Jetson Orin Nano 4g model got the same problem as above?

Best

Hi,
Please try the manual steps to re-flash the Orin Nano developer kit:

Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation

>> Jetson Orin Nano Developer Kit with Super Configuration (NVMe) <<
$ 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

And see if the super mode is enabled.

For the docker issue, it looks like it is updated per
28.0.0: Cannot start with iptables=true · Issue #49505 · moby/moby · GitHub

Please try again and see if you still hit the issue.

Hi DaneLLL
Just today, I’ve re-installed all the components by sdkmanager successfully. The version that I check on my Jetson Orin Nano 4g are as follows (Docker Engine version = 28.0.1):

And the other version are as :
“nvidia-l4t-core 36.4.3-20250107174145”,

“R36 (release), REVISION: 4.3, GCID: 38968081, BOARD: generic, EABI: aarch64, DATE: Wed Jan 8 01:49:37 UTC 2025”

However, I still can’t see the Super mode on my up-right screen of Ubuntu 22.04. How to fix it?

Hi, after manual steps to flash the Jetson Orin Nano 4g , I success see the MAXN SUPER option, thank you.

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