This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Am335x Starter kit I2C driver

Hi,

Not sure i'm on the right forum. I have a starter kit of am335x running on my desk. I'm trying work on the I2C on this board, I have a device (electronic configuration plug) connected to the J8 pin (or port?). I have checked there's only i2c-1 is enabled from the terminal. But when I try to run these commands;

root@am335x-evm:/test# i2cdetect -F -y 1
Functionalities implemented by /dev/i2c-1:
I2C yes
SMBus Quick Command no
SMBus Send Byte yes
SMBus Receive Byte yes
SMBus Write Byte yes
SMBus Read Byte yes
SMBus Write Word yes
SMBus Read Word yes
SMBus Process Call yes
SMBus Block Write yes
SMBus Block Read no
SMBus Block Process Call no
SMBus PEC yes
I2C Block Write yes
I2C Block Read yes
root@am335x-evm:/test# i2cdetect -y 1
Error: Can't use SMBus Quick Write command on this bus
root@am335x-evm:/test# i2cdetect -y -r 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- UU -- -- UU -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- UU -- --
30: -- -- -- -- -- UU -- -- -- -- -- -- -- -- -- --
40: UU -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: UU UU -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

root@am335x-evm:/test# lsmod
Module Size Used by
g_mass_storage 37599 0
bufferclass_ti 5060 0
omaplfb 11075 0
pvrsrvkm 170641 2 omaplfb,bufferclass_ti
wl12xx_sdio 3986 0
root@am335x-evm:/test#

it seems I2C module is not loaded? Any idea how I can load the I2C module?

Any help?

Thanks.

Regards,

jenny