Jetson Orin Nano SDK Components Installation

So I managed to flash and install Ubuntu on my Nvidia Jetson, however I’m not able to SSH from my linux computer to the Jetson for some reason. Tried using 192.168.55.1, what can I do to install these components, Can I install them through the Jetson?

Hi,

Could you minicom to the device?
If you want to sdk components, you could run below commands in Jetson device.

sudo apt update
sudo apt install nvidia-jetpack

Thanks