■ Device Information
Model: Jetson AGX Orin Developer Kit (32GB)
Product Page: DigiKey - Seeed Technology
■ Issue Description
While setting up the environment to install CUDA and NVIDIA drivers on the Jetson AGX Orin, I followed the steps in the following Qiita article:
https://qiita.com/porizou1/items/74d8264d6381ee2941bd
During the process, after removing the existing CUDA and NVIDIA drivers and rebooting the device, the login screen no longer appeared, and the display remained black. The issue seems to have been caused by running the following commands:
sudo apt-get --purge remove nvidia-*
sudo apt-get --purge remove cuda-*
■ Troubleshooting Attempts and Current Status
- OS Reflash
- I used Ubuntu on a Windows PC via WSL and performed an OS reflash on the Jetson using SDK Manager.
- I tried reflashing multiple times using different JetPack versions (JetPack 6.2, 6.1, 5.1.5).
- The OS flash appears to complete successfully, but after booting the Jetson, there is still no display output.
- After powering on, the fan spins for about a minute, but there is no HDMI output, and the screen remains black.
■ Additional Information
- The monitor and HDMI cable used are working properly with other devices.
- Since there is no output on the monitor during the initial boot of the Jetson, I am unable to access the initial Ubuntu GUI setup screen.
- During the OS flash process, only “Jetson Linux” was selected for installation.
■ Request for Assistance
Currently, the Jetson AGX Orin does not display anything even after a successful OS flash, and I am unable to perform any initial setup or operations.
I would greatly appreciate any advice on what steps to try next or potential causes for this issue.