Documentation/Allspark2-Orin NX WikiEnglish · NX
Browse documentation
10 Interface Function Test Demos

11.13 I2C Test

Power adapter, Orin main unit, and AW2013 daughterboard.

1 min read · English documentation

Test Equipment

Power adapter, Orin main unit, and AW2013 daughterboard.

Test Objective

Test the functionality of the I2C circuit path.

Test Procedure

  1. Connect the AW2013 daughterboard to the I2C interface.

图片.png

  1. Enter the following command to become the superuser.
sudo su
  1. Enter the following command to check whether the device is detected.
i2cdetect -r -y 7 | grep 45

图片.png

  1. The AW2013 daughterboard above can be replaced with another I2C device board. If you replace it, change the address in the command as follows:
i2cdetect -r -y 7 | grep address