Issues with updating to Jetpack 6.2.1 from 5.1.2

Hello. I am having a lot of issues with installing Jetpack 6.2.1 onto my Jetson Orin AGX Developer Kit. I am able to get the flash completed successfully and log into the ubuntu user, but when it gets to the part of installing the SDK components I have not been successful. I always get an error that the host PC is unable to SSH to the Jetson.

I have tried creating a static IP, disabling firewall, using WiFi, connecting through ethernet, etc.

I want to run a YOLO model for a project, so it is my understanding that the SDK components are necessary for this. Should I try to skip the SDK install through SSH and do it manually? Has anyone else had this issue that can help me? I am not technically experienced, this is my first real project on something like this so I have minimal Linux experience.

Thank you.

Hi,

If you perform a full flash of the device, you will be able to access it and execute the following commands on your AGX Orin.

sudo apt update
sudo apt install nvidia-jetpack

Thanks

Okay, I’m trying this now. Thank you!