USB Setup
This page describes how to install and troubleshoot DeGirum Orca devices with a USB-C interface.
Ubuntu Orca USB Setup
Enable and Update DeGirum repository
1
sudo apt install curl2
wget -O - -q http://assets.degirum.com/apt-repo/DeGirum.gpg.key | sudo apt-key add -curl -fsSL http://assets.degirum.com/apt-repo/DeGirum.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/degirum.gpg3
echo deb [arch=amd64,arm64] https://assets.degirum.com/apt-repo ORCA main | sudo tee -a /etc/apt/sources.listecho deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/degirum.gpg] https://assets.degirum.com/apt-repo ORCA main | sudo tee -a /etc/apt/sources.listecho 'Types: deb
URIs: https://assets.degirum.com/apt-repo
Suites: ORCA
Components: main
Architectures: amd64 arm64
Signed-By: /usr/share/keyrings/degirum.gpg' | sudo tee /etc/apt/sources.list.d/degirum.sources4
sudo apt update5
sudo -E apt install dg-linusbTroubleshooting
1
cat /etc/group | grep dg_orca && groups | grep dg_orcasudo -E usermod -a -G dg_orca <username>2
degirum sys-info --host <hostname or IP>Windows Orca USB Setup
1
2
3
4
5
6
7
Last updated
Was this helpful?

