I was following this guide to setup.
I managed to Flash the Orin Devkit. I am able to login to the orin device.
I am seeing errors trying to install Jetpack components following this section of the guide
I found this existing issue but the fix mentioned there did not help me.
Some relevant information:
sudo apt update
sudo apt dist-upgrade
sudo reboot
### These commands run sucessfully.
sudo apt install nvidia-jetpack
[sudo] password for <....>:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nvidia-jetpack
apt list nvidia-l4t-core
Listing... Done
nvidia-l4t-core/now 35.1.0-20220810203728 arm64 [installed,local]
cat /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
# SPDX-FileCopyrightText: Copyright (c) 2019-2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
#
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
# property and proprietary rights in and to this material, related
# documentation and any modifications thereto. Any use, reproduction,
# disclosure or distribution of this material and related documentation
# without an express license agreement from NVIDIA CORPORATION or
# its affiliates is strictly prohibited.
deb https://repo.download.nvidia.com/jetson/common r35.1 main
deb https://repo.download.nvidia.com/jetson/t234 r35.1 main
I also found this thread and ran
sudo apt install --fix-broken -o Dpkg::Options::="--force-overwrite"
but that did not help.
Any help would be appreciated and please let me know if any additional information is needed.
Thanks in advance.