TS-7250-V3 FPGA I2C

From embeddedTS Manuals
Revision as of 17:06, 17 January 2022 by Lionel (talk | contribs) (Links auto-updated for 2022 re-branding ( https://github.com/embeddedarm/linux-4.9.y/blob/master/Documentation/i2c/dev-interface →‎ https://github.com/embeddedTS/linux-4.9.y/blob/master/Documentation/i2c/dev-interface))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The TS-7250-V3 supports the opencore I2C controller which is used for Mikrobus I2C.

The Mikrobus i2c port is /dev/i2c-4. Scan for devices with:

i2cdetect 4

This will show what addresses ack on the bus. Linux i2c-tools (i2cdetect, i2cget, i2cset) can be used to interface with devices, or custom clients can be written.