Tools
This page describes the utilities for Orca. It covers the installation of the tools and provides usage details for utilities.
Enable and Update the 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.list4
sudo apt updateInstallation procedure for ORCA utilities
1
sudo -E apt install dgotools-dgdgoinfo - DeGirum ORCA info
Description
Parameters
Available commands:
hw - Print out information about hardware
fw - Print out information about firmware
pwr - Print out information about power control
stats - Print out information about device statistic
all - Print out all above information (Default command)Options
Sample run
dgopwc - DeGirum ORCA power control
Description
Parameters
Common options
Sample run
qflup - QSPI flash updater
Description
Parameters
Available commands:
Common options
Update command parameter and options:
Sample run updating firmware image in the device with bus number 3:
Read command options:
Sample run (reading a part of the flash from device with bus address 3)
Check command options:
Sample run of checking firmware in the flash from device with bus address 4:
Was this helpful?

