Use Jetson Nano Image on Jetson Orin

I have developed applications on the Jetson Nano.
Now I want to transfer the entire OS (Jetson Image) to a Jetson Orin.
Can you refer me to the site for the steps to do the transfer.

Tks.

The Jetson Nano image can’t be used/transfer on Jetson Orin, they’re different SoM. there is no doc to teach how to do that.
You can only do the porting of your application onto Jetson Orin.

Tks,

I noted that in the nvidia website they only show support for pytorch 1.11 and 1.12
Will I be able to install pytorch 1.7 and the corresponding torchvision on Jetson Orin.
The reason is that my application in the Nano uses torch 1.7 and which other software also depends on. Changing to a higher version will affect other dependencies

Tks.

Hi,

You can try to build it from the source.
But please noted that Orin depends on CUDA 11, please check if PyTorch 1.7 support CUDA 11 first.

Thanks.

Hi,

If I am to install Pytorch 1.7, can I still work with JetPack 5.0 or must revert to 4.6.
Also 1.7 requires CUDA 10. So I will have to install CUDA 10 then.

Tks

Hi,

Sorry that Orin needs JetPack 5 which only supports CUDA 11.
If PyTorch 1.7 cannot work with CUDA 11, please upgrade your PyTorch version to the newer version.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.