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.

TMDX654GPEVM: How to configure one of the I2Cs for personal use

Part Number: TMDX654GPEVM

I want to configure one of the i2c available on the board, and i found that i2c0 can be used as a test header but i don't know how to configure it. I'm using SDK ti-processor-sdk-linux-am65xx-evm-06.00.00.07.

  • Hello Abdulaziz,

    First, please note that AM65xx SDK 6.0 is too old for me to be able to answer questions about on the forums. So I won't be able to answer questions specific to that SDK release.

    What kind of guidance are you looking for? If the I2C device has a Linux driver, you can add the driver to the Linux devicetree node of the I2C interface where you want to control the I2C device. You can reference arch/arm64/boot/dts/ti/ to see examples of what is done on the EVM boards.

    Regards,

    Nick