7.5 SPI Interface
The interface supports 3.3 V CMOS levels. The pin definition is shown below.
1 min read · English documentationThe interface supports 3.3 V CMOS levels. The pin definition is shown below.

| PIN1 | PIN2 | PIN3 | PIN4 | PIN5 | PIN6 |
|---|---|---|---|---|---|
| 3V3 | MOSI | SCK | MISO | CS | GND |
SPI Function Test
Test Equipment
Power adapter, Allspark-Orin NX main unit, and a self-made loopback cable (4-pin cable with MISO and MOSI shorted together)
| PIN1 | PIN2 | PIN3 | PIN4 | PIN5 | PIN6 |
|---|---|---|---|---|---|
| 3V3 | MOSI | SCK | MISO | CS | GND |
Test Objective
Test the functionality of the SPI-related circuitry
Test Procedure
- Connect the self-made loopback cable.

- Enable SPI.
A. Open the script.
sudo /opt/nvidia/jetson-io/jetson-io.py
B. Select the 40-pin configuration.
C. Select Configure header pins manually.
D. Select SPI1 (press the Space key), and then select Back.
E. Select Save pin changes.
F. Select Save and exit. The system restarts automatically.
- Run the test command and enter the
amovpassword.
sudo spidev_test -D /dev/spidev0.0 -v -p 11/dasd/$$$

- The test is successful if
dasdin TX matchesdasdin RX in the figure.
