Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 675 Bytes

File metadata and controls

24 lines (19 loc) · 675 Bytes

AJA Modules for Nodos

build-badge

This folder contains the Nodos modules for AJA SDI I/O boards.

Build Instructions

  1. Download latest Nodos release from nodos.dev
  2. Clone the repository under Nodos workspace Module directory
git clone https://github.com/nodos-dev/aja.git --recurse-submodules Module/aja-modules
  1. Generate project files from workspace root directory using CMake:
cmake -S ./Toolchain/CMake -B Build
  1. Build the project:
cmake --build Build

On Ubuntu

You need libudev-dev package in order to build AJA SDK.