Jetson-Nano-Ubuntu-20-image icon indicating copy to clipboard operation
Jetson-Nano-Ubuntu-20-image copied to clipboard

Will this work for Jetson TX2?

Open fpm-github opened this issue 2 years ago • 4 comments

fpm-github avatar Jan 20 '23 04:01 fpm-github

I don't know. You can try to install Ubuntu 20.04 manually following our guide. I never tried it on a TX2, so it will be an adventure. Please let me (and the other readers) know how it went, if you decide to step into the deep.

Qengineering avatar Jan 20 '23 09:01 Qengineering

I 'm new using Jetson Tx2. Any recommendations or guide you can provide please for installing Python 3.8.10v, Pytorch 1.12.0v and TorchVision 0.13.0v for JetPack 4.6.1v (Ubuntu 18.04)?

fpm-github avatar Jan 20 '23 15:01 fpm-github

Dear @fpm-github,

Before you can install Pytorch and TochVision, you need indeed Python 3.8, which, on its turn, needs Ubuntu 20.04. JetPack 4.6 ships with Ubuntu 18.04 and Python 3.6. The only way to get all things working is by upgrading Ubuntu 18 to 20.04. You could try to upgrade only Python. However, that is something I don't recommend. Python runs at the hart of your system, and two versions simultaneous running is asking for disaster. Install your JetPack 4.6. See if everything is working well. Try to upgrade to Ubuntu 20 with the guide. Next, install the remaining software.

Qengineering avatar Jan 20 '23 16:01 Qengineering

@fpm-github were you able to upgrade to Ubuntu 20.04 on the TX2 using the guide from @Qengineering? I will be attempting to do the same in the following days and would update regarding the same.

Previously, what worked for us was to create a Python 3.8 virtual environment and then install Pytorch and Torchvision. Our goal was to run YOLO object detection on the Jetson Nano and this link was very helpful. With this approach, we didn't have to upgrade to Ubuntu 20.04.

However, now we are interested in running ROS2 applications and would like to use Ubuntu 20.04 on a old Jetson TX2.

aniruddha236 avatar Dec 11 '23 09:12 aniruddha236