I received a new Jetson AGX Orin. I first went through the headless configuration steps with a windows PC using putty (https://developer.nvidia.com/embedded/learn/get-started-jetson-agx-orin-devkit#step-2-install-jetpack-components).
sudo apt install nvidia-jetpack
failed, and I realized that the L4T version was old, so I ran the following (from the instructions)
sudo bash -c 'echo "deb https://repo.download.nvidia.com/jetson/common r34.1 main" >> /etc/apt/sources.list.d/nvidia-l4t-apt-source.list'
sudo bash -c 'echo "deb https://repo.download.nvidia.com/jetson/t234 r34.1 main" >> /etc/apt/sources.list.d/nvidia-l4t-apt-source.list'
After rebooting, the Orin would no longer allow a connection through the serial port. After reading through some of the posts here, I installed SDK manager on an Ubuntu 20.04.5 PC and flashed Jetpack 5.0.2 through recovery mode.
Even after flashing (successfully) via SDK manager, I cannot get the Orin to boot (except in recovery mode). I have tried flashing 5.0.2 rev1, 5.0.2 rev1 Runtime in both runtime and OEM config. The flashing is always successful, but after the Orin reboots, I am unable to connect through the USB serial connection. SDK manager doesn’t recognize the Orin unless it is in recovery mode.
What can I do to get the Orin to boot normally again?