Bring Up Process



Previous: Holoscan Sensor Bridge/Hardware Connection Index Next: Holoscan Sensor Bridge/Running Demo







Docker Environment Set Up

  1. On your host device open a terminal and run the following command to assign docker's permissions to your user.
    sudo usermod -aG docker $USER
  2. Create an API-KEY on NGC NVIDIA with your developer account.
  3. Run on terminal
    docker login nvcr.io
  4. For the username requested use
    Username: $oauthtoken

    And the password use the API-KEY generated before.

     
    NVIDIA Log in
  5. Clone the sensor bridge source code
    git clone https://github.com/nvidia-holoscan/holoscan-sensor-bridge
  6. Inside the repository run the following command to build the container into the Jetson AGX Orin
    sh docker/build.sh --igpu
     
    Docker build running




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.


Previous: Holoscan Sensor Bridge/Hardware Connection Index Next: Holoscan Sensor Bridge/Running Demo