Infinite restarting after flashed Jetson Linux 6.0 production release

Sdkmanager will install the BSP directory to your host PC. The default path of this package is ~/nvidia/.

This package will have flash tool which sdkmanager is using to flash your board. Thus, you can also manually flash your board by using these tools without running sdkmanager.

The thing I need you to run is

  1. Following the " Skipping oem-config" in below document in your BSP directory.
    Flashing Support — NVIDIA Jetson Linux Developer Guide 1 documentation

  2. After running (1), flash the board again manually (put the board into recovery mode before running command).

$ sudo ./flash.sh jetson-agx-orin-devkit internal

After these steps, your board won’t get stuck in “Please complete system configuration setup on desktop to proceed”.

I would like to know if you get reboot again even in this situation. Thanks.