NVIDIA® Jetson Orin™ Nano Setup

To leverage the advanced computational power of the NVIDIA Jetson Orin Nano Super Developer Kit:

Step 1: Hardware Setup

  1. Connect the Jetson Orin Nano to a power source and monitor.

  2. Install the required peripherals (keyboard, mouse, etc.).

Step 2: Install the Developer Kit Software

  1. Download the latest JetPack SDK from NVIDIA’s official website.

  2. Follow the installation guide to flash the software onto your Jetson device.

Step 3: Configure FluxionNode AI

  1. Clone the FluxionNode AI repository:

    git clone https://github.com/FluxionNodeAI/fluxionnode.git
  2. Navigate to the project directory:

    cd fluxionnode
  3. Install dependencies:

    sudo apt-get update
    sudo apt-get install -y python3 python3-pip
    pip3 install -r requirements.txt
  4. Start the FluxionNode AI service:

    python3 fluxionnode.py

Last updated