Jetson Orin NX AI Dev Kit

by NVIDIA

Image of Board

Based on Jetson Orin NX Module, with JETSON-IO-BASE-B base board, providing rich peripheral interfaces such as M.2, HDMI, USB, etc., which is more convenient for users to realize the product performance.

This kit includes the Orin NX Module with options for 8GB/16GB memory, no built-in storage module, provides up to 70 TOPS/100 TOPS AI Performance. Comes with a Free 128 GB NVMe Solid State Drive, high-speed reading/writing, meet the needs of large AI project development.

Purchase

Contribute

Have some info to add for this board? Edit the source for this page here.

Adafruit Blinka Installation

We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.

For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.