A:
To use HAT-sized CPI series devices, it is necessary to configure the I2C devices.
The I2C configuring method differs depending on the form factor of the
single board computer (SBC) used.
Please check the SBC form factor to be used together and refer to the table
below.
Form factors of single board computers (SBC) |
How to configure I2C devices |
Raspberry Pi |
(1)For Raspberry Pi OS, edit /boot/firmware/config.txt(*1). Add [dtparam=i2c_vc=on]. (2)Enable the I2C function. (3)Turn off the power of Raspberry Pi. (4)Install the IO module on the Raspberry Pi and start it. |
Tinker Board |
(1)Edit /boot/config.txt. Change [#intf:i2c6=off] to [intf:i2c6=on] (2)Turn off the power of Tinker Board. (3)Install the IO module on the Tinker Board and start it. |