11.13 I2C Test
Power adapter, Orin main unit, and AW2013 daughterboard.
1 min read · English documentationTest Equipment
Power adapter, Orin main unit, and AW2013 daughterboard.
Test Objective
Test the functionality of the I2C circuit path.
Test Procedure
- Connect the AW2013 daughterboard to the I2C interface.

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

- 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
