Holoscan Framework/Holoscan Sensor Bridge/Hardware Connection
Holoscan Framework RidgeRun documentation is currently under development. |
Holoscan Framework |
---|
Basics and Foundations |
Holoscan Sensor Bridge |
DPDK Framework |
Contact Us |
Hardware Required
Here you can find a list with the hardware required
- NVIDIA Jetson Orin AGX
- NVIDIA Holoscan Sensor Bridge
- Jetson-IMX274-Dual Cameras
- 10Gtek Ethernet Adaptor
- Ethernet Cable
- USB A to USB C cable
Connection Diagram
Here you can find a diagram describing the connection required.
Host Set Up
Use the following steps to set up the hardware requirements.
- Install git-lfs
sudo apt-get update sudo apt-get install -y git-lfs
- Enable larger network receiver buffers.
echo 'net.core.rmem_max = 31326208' | sudo tee /etc/sysctl.d/52-hololink-rmem_max.conf sudo sysctl -p /etc/sysctl.d/52-hololink-rmem_max.conf
- Configure a static address the IP for the eth0 port.
sudo nmcli con add con-name hololink-eth0 ifname eth0 type ethernet ip4 192.168.0.101/24 sudo nmcli connection up hololink-eth0
- Go to /boot/extlinux/extlinux.conf and add
isolcpus=2
At the end of the line that starts with APPEND.
If you need more detailed information about the Hardware set up use the following Link.
RidgeRun Services
RidgeRun has expertise in offloading processing algorithms using FPGAs, from Image Signal Processing to AI offloading. Our services include:
- Algorithm Acceleration using FPGAs.
- Image Signal Processing IP Cores.
- Linux Device Drivers.
- Low Power AI Acceleration using FPGAs.
- Accelerated C++ Applications.
And it includes much more. Contact us at https://www.ridgerun.com/contact.
- Install git-lfs