DhanOS
10/31/2023, 4:59 AMDhanOS
10/31/2023, 5:00 AMDhanOS
10/31/2023, 5:01 AMincidrthreat
10/31/2023, 3:15 PMDhanOS
10/31/2023, 6:37 PMnaamval
04/06/2024, 9:01 PMapt update
would not work properly on the Jetson. This may have been an issue with NVidia's repo. Today it worked, at last.
I flashed the OS on an nvme ssd attached to the Jetson, using a Ubuntu 20.04 VM in Windows. To configure the VM, I followed the instructions in the Orin NX/Nano section in the Turing Pi docs. I then connected the Turing Pi to my computer using a USB-A to USB-A cable, and after doing tpi usb --node 2 flash
and tpi power on --node 2
on the Turing Pi, the Jetson was immediately detected in the VM (lsusb
).
To flash the OS, I used sdkmanager
that can be downloaded from NVidia's website. I chose Jetpack 5.1.3. The flashing process is pretty straightforward and it worked well, but in my case only for the Jetson OS, it would not work for the SDK's and Cuda tools and such. This may be because of the aforementioned apt update
issues I experienced. In any case, you can just install the Jetson OS and leave the other components un-checked. These optional (yet vital) packages can be installed later using apt install nvidia-jetpack
.
When the OS install was finished (this took a long time), I did tpi power off --node 2
, tpi usb --node 2 device
, and tpi power on --node 2
. I monitored the boot process via microcom -s 115200 /dev/ttyS1
. It took a few minutes and then I was able to login with the credentials I set up in sdkmanager
.
After booting, I updated everything and installed the optional packages using sudo apt update && sudo apt install upgrade -y && sudo apt install nvidia-jetpack -y && sudo apt autoremove -y
.
I tried some of the tutorials at https://www.jetson-ai-lab.com/, and the module seems to work quite well. Looking forward to getting started with my own AI edge projects! 🙂naamval
04/06/2024, 9:04 PMDan D.
04/07/2024, 1:04 AMorionalpha
05/04/2024, 4:43 PM