This topic explains how to install third-party adapters from Blackmagic Design and from Atto
Blackmagic Design cards are supported in Flame, Flame Assist, and Flare from version 2020.2 and later.
The following cards have been tested:
Installation:
Install the PCIe BMD UltraStudio or DeckLink card on your workstation following the Blackmagic Design documentation.
Install the following dependencies before installing the Desktop Video package:
yum install epel-release
yum install dkms
Refer to Optional Certified Hardware Devices for Flame Family workstations to find the version of Blackmagic Design Desktop Video currently certified for Flame Family. Download this version from Blackmagic Design Support Center. Make sure to download the Linux one!
Install the Desktop Video .rpm according to the Desktop Video documentation.
yum install --nogpgcheck desktopvideo-[0-9]*.rpm yum install --nogpgcheck desktopvideo-gui*.rpmyum install --nogpgcheck mediaexpress*.rpmOnce installed, Desktop Video applications can be found in the OS menus in Applications/Multimedia.
Once the Desktop Video package is installed, configure Flame, Flare, or Flame Assist to use the Blackmagic Design card.
Limitations:
If you are using an ATTO N352 or N412 Gigabit Ethernet adapter, take note that the driver is not part of the DKU. You will need to download it directly from the manufacturer and manually install it on your workstation. The packages from ATTO are called "ATTO Ethernet Suites" and include both the driver an a tool called ATTO360 that allow configuration and monitoring of the network adapter.
Download the ATTO FastFrame adapters from the ATTO Linux download page.
Scroll down to the "ATTO Ethernet Suite" section and select the Linux ATTO 360 download that matches your Linux OS version.
Open a shell on your Flame linux workstation.
Decompress the content of the archive downloaded. Below is an example for Rocky Linux 8.5, adapt the command line to match the downloaded file.
tar -xvf lnx_app_atto360_4000f1_rl8.5.tgz
install the driver by typing the command:
DEPENDENCY_SKIP_INSTALL=Yes OFED_SKIP_INSTALL=Yes OFED_INSTALLER_ARGS= BATCH=1 INSTALL_MODE=app ./install_atto360_4000f1_rl8.5.sh
You can use this tool by invoking:
gtk-launch atto360
This tool is totally independent from Flame and absolutely optional to use. Refer to ATTO for documentation and use of this tool.
Important : Do not alter the settings in the Performance tab of the tool. These settings can affect the optimized settings that were put in place by the DKU installation.
To uninstall the ATTO 360 application, run:
/opt/atto360/uninstall_atto360.sh
To uninstall the OFED FastFrame driver driver, type:
/usr/sbin/ofed_uninstall.sh --force