AVS3022 Install

This document describes how to install the AVS3022 software on 64-bit Ubuntu 18.04LTS.

Installing Software from APT Repository

The following commands are required to add the Avid APT Respository to the system:

# First, Update system
$ sudo apt update;sudo apt upgrade -y

# Add Avid Repository
$ wget -O - http://repo.avid-systems.com/site.gpg.key | sudo apt-key add -
$ sudo -s eval 'echo "deb [arch=arm64] http://repo.avid-systems.com/ bionic main" \
    >> /etc/apt/sources.list'

The above only needs to be done once for the system.

Install AVS3022 Software

Assuming the APT Repository has been added from above, then the following can be used to install the AVS3022 software.

$ sudo apt update
$ sudo apt install avs3022

# The following is used to install the UDEV rules for AVSDRV device files
$ sudo cp /usr/share/doc/avs3022/90-avsdrv-avs3022.rules /etc/udev/rules.d/

# Must reboot the system after the install is complete
$ sudo reboot

Install AVS3022 GNU Radio Module

In order to use the AVS3022 with GNU Radio, the following commands should be used

$ sudo apt update
$ sudo apt install gr-avs3022 gnuradio