Holoscan Framework/Holoscan Sensor Bridge/Hardware Connection: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{Holoscan Framework/Head|previous=Holoscan Sensor Bridge/Architecture|next=Holoscan Sensor Bridge/Bring Up Process|metakeywords=nvidia,holoscan,low latency,capture,camera,fpga}}
{{Holoscan Framework/Head|previous= Architecture|next= Bring Up Process|metakeywords=nvidia,holoscan,low latency,capture,camera,fpga}}
</noinclude>
</noinclude>


Line 52: Line 52:


<noinclude>
<noinclude>
{{Holoscan Framework/Foot|Holoscan Sensor Bridge/Architecture|Holoscan Sensor Bridge/Bring Up Process}}
{{Holoscan Framework/Foot| Architecture| Bring Up Process}}
</noinclude>
</noinclude>

Revision as of 16:04, 22 July 2024



Previous: Architecture Index Next: Bring Up Process







Hardware Required

Here you can find a list with the hardware required

  1. NVIDIA Jetson Orin AGX
    NVIDIA Jetson Orin AGX. Source: NVIDIA
  2. NVIDIA Holoscan Sensor Bridge
    Holoscan Sensor Bridge. Source: Lattice Semiconductor
  3. Jetson-IMX274-Dual Cameras
    li-jetson-imx274-dual. Source: Leopard Imaging Inc
  4. 10Gtek Ethernet Adaptor
  5. Ethernet Cable
  6. USB A to USB C cable

    Connection Diagram

    Here you can find a diagram describing the connection required.

    Hardware Diagram Connection

    Host Set Up

    Use the following steps to set up the hardware requirements.

    1. Install git-lfs
      sudo apt-get update
      sudo apt-get install -y git-lfs
    2. 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
    3. 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
    4. 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.



      Previous: Architecture Index Next: Bring Up Process