- Jetson AGX Orin DevKit
- Jetson Orin Nano DevKit
- Jetson Orin NX + Jetson Orin Nano DevKit carrier
- All Alvium C cameras with Firmware 13 or newer
- Download the two debian packages from the releases section to our target board
- Install the packages by running:
sudo apt install ./alvium-csi2-driver-<version>.deb ./avt-nvidia-l4t-kernel-oot-modules-<version>.deb
- Configure the device tree
- Start the jetson-io tool
sudo /opt/nvidia/jetson-io/jetson-io.py
- Select the CSI connector configuration
- For AGX Orin: "Jetson AGX CSI Connector"
- For Orin Nano / NX: "Jetson 24pin CSI Connector"
- Select "Configure for compatible hardware"
- Select the "Allied Vision Alvium Dual" configuration
- Select "Save pin changes"
- Select "Save and reboot to reconfigure pins"
- Start the jetson-io tool
- After the board has reboot the camera can be access with V4L2 and Vimba X
- Clone this repository including all submodules
- Download the Jetson Linux driver package and cross compiler from: Jetson Linux Downloads
- Extract the driver package:
tar -xf jetson_linux_r36*.bz2
- Extract the kernel headers from the driver package:
cd Linux_for_Tegra/kernel/ tar -xf kernel_headers.tbz2
- Extract the cross compiler
- Build the modules:
export ARCH=arm64 export CROSS_COMPILE=<path to cross compiler>/bin/aarch64-buildroot-linux-gnu- export KERNEL_SRC=Linux_for_Tegra/kernel/linux-headers-*-linux_x86_64/3rdparty/canonical/linux-jammy/kernel-source/ make all
- Install the driver modules
export INSTALL_MOD_PATH=<path to install directory> make install
Please be aware that all code revisions not explicitly listed in the Github Release section are considered a Beta Version.
For Beta Versions, the following applies in addition to the GPLv2 License:
THE SOFTWARE IS PRELIMINARY AND STILL IN TESTING AND VERIFICATION PHASE AND IS PROVIDED ON AN “AS IS” AND “AS AVAILABLE” BASIS AND IS BELIEVED TO CONTAIN DEFECTS. THE PRIMARY PURPOSE OF THIS EARLY ACCESS IS TO OBTAIN FEEDBACK ON PERFORMANCE AND THE IDENTIFICATION OF DEFECTS IN THE SOFTWARE, HARDWARE AND DOCUMENTATION.