Orin: Fail to install Jetpack5.0.1

Hi,

I try to install Jetpack5.0.1 on JetsonAGXOrin by using “sdkmanager_1.8.0” based on below guide.

But I found Error like below;
jp

Question:
Are there anyone to succeed to install Jetpack5.0.1 on JetsonAGXOrin by using “sdkmanager_1.8.0”?

I want to use ISAAC_ROS which requires to use jetpack5.0.1.
So, I need to install jetpack5.0.1.
We would appreciate if you tell us how to solve this issue.

P.S. I also share the console capture like below;


Best regards,

Our team is investigating this issue, will do the update soon. Thanks

Hi,

Thank you very much for your kindness.
I really appreciate your help.
We are waiting your feedback.

Best regards,

In the meantime, please install JP 5.0.1 DP using SDK Manager.

Follow the steps at Install Jetson Software with SDK Manager

Be sure to have Ubuntu 20.04 host PC to intall the SDK manager.

Hi,

Thank you very much for your kindness.
I really appreciate your help.

Is seems to succeed to install jetpack5.0.1 by “sdkmanager_1.8.0" like below.

But we cannot find jetpack version information like below.
apt

Question:
Can I believe jetpack5.0.1 is installed by “sdkmanager_1.8.0"?

We would appreciate if you tell us recommended way to check the jetpack version.


Best regards,

typed the following command to check the Jetpack version.
$ sudo apt show nvidia-jetpack -a

Hi,

Thank you for your prompt replay!
I found like below.
a

Is this OK?


Best regards,

Hi mat-h,

From your first comments, your Orin BSP version show R34.1.1, not R35.1.0 (JetPack-5.0.2)

$ head -1 /etc/nv_tegra_release 
# R35 (release), REVISION: 1.0, GCID: 31250864, BOARD: t186ref, EABI: aarch64, DATE: Thu Aug 11 03:40:29 UTC 2022

Are you only connect one Jetson device to your host machine?

Hi,
Thank you very much for your kindness.
I really appreciate your help.

YES! I only connect one JetsonOrinDevKit to my host machine.
And As I said before,
I want to use ISAAC_ROS which requires to use jetpack5.0.1.
So, I need to install jetpack5.0.1(BSP version show R34.1.1)

Then I try another way like below;

[host]
cd ~/nvidia/nvidia_sdk/JetPack_5.0.1_DP_Linux_JETSON_AGX_ORIN_TARGETS/
sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1

[target:Orin]
sudo apt update
sudo apt dist-upgrade
sudo reboot
sudo apt install nvidia-jetpack

Then I found another Error like below;

Question:
Do you have same experience?

We would also appreciate if you check the behavior with your OrinDevKit.


Best regards,

Hi mat-h,

Actually we don’t hit this issue on r34.1.1.
Can you suggest “ISAAC_ROS” to use the latest JetPack-5.0.2?

Hi,

Thank you very much for your kindness.
I really appreciate your help.

I understand you can succeed to install jetpack5.0.1 like below procedure;

[host]
cd ~/nvidia/nvidia_sdk/JetPack_5.0.1_DP_Linux_JETSON_AGX_ORIN_TARGETS/
sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1

[target:Orin]
sudo apt update
sudo apt dist-upgrade
sudo reboot
sudo apt install nvidia-jetpack

Best regards,

Hi,
5.0.1 is developer preview so it is not stable. Please use production release 5.0.2. You can install it through SDKManager.

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