Hi,
Im trying to use I2C thermal camera module in Tinkerboard2 with Android OS(v1.0.0).
I plugged the SDA and SCL wires in Pin 3, 5, and typed "i2cdectect -y 1" in adb terminal
But, any addresses were not displayed.
I tested same thermal camera module in raspberry pi4, and at that time, it works!
In the below thread, I found that bus 6 is used in Tinkerboard2 for I2C communication.
But when I typed "i2cdetect -l", I didnot found bus 6 interface.
How can I find the method to enable bus 6? or plz suggest any other methods to use I2C in tinkerboard2 with android OS.
Thank you