Hello,
I have a Jetson device (NVIDIA Jetson AGX Orin Developer Kit 64 GB) which I access remotely.
I have been trying to install nvidia-jetpack in my jetson device through the command line as I wanted to avoid using SDK Manager and flash the jetson and also avoid going to where the jetson is running.
While trying to install nvidia-jetpack I had some conflicting packages and executed:
apt remove --purge nvidia-* gstreamer1.0*
After this I had a couple difficulties but I was able to reinstall some nvidia packages and also the nvidia-jetpack package. I stopped using the jetson that day and everything was working fine but the next day I tried to access the jetson and it was not reachable.
Can the command apt remove --purge nvidia-* gstreamer1.0* have caused this? Is there anything I could do to fix it without reflashing the jetson?