mat-h
August 22, 2022, 1:37am
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;
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,
kayccc
August 22, 2022, 2:39am
2
Our team is investigating this issue, will do the update soon. Thanks
mat-h
August 22, 2022, 2:50am
3
Hi,
Thank you very much for your kindness.
I really appreciate your help.
We are waiting your feedback.
Best regards,
kayccc
August 22, 2022, 3:43am
4
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.
mat-h
August 22, 2022, 6:41am
5
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.
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,
kayccc
August 22, 2022, 6:54am
6
typed the following command to check the Jetpack version.
$ sudo apt show nvidia-jetpack -a
mat-h
August 22, 2022, 7:02am
7
Hi,
Thank you for your prompt replay!
I found like below.
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?
mat-h
August 25, 2022, 11:30am
10
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?
mat-h
August 26, 2022, 8:12am
12
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.
system
Closed
September 14, 2022, 1:49am
15
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.