TS-7250-V3 FPGA I2C: Difference between revisions

From embeddedTS Manuals
(Created page with "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: <source lang=bash> i2cdetec...")
 
m (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))
 
Line 6: Line 6:
</source>
</source>


This will show what addresses ack on the bus.  Linux i2c-tools (i2cdetect, i2cget, i2cset) can be used to interface with devices, or [https://github.com/embeddedarm/linux-4.9.y/blob/master/Documentation/i2c/dev-interface custom clients can be written].
This will show what addresses ack on the bus.  Linux i2c-tools (i2cdetect, i2cget, i2cset) can be used to interface with devices, or [https://github.com/embeddedTS/linux-4.9.y/blob/master/Documentation/i2c/dev-interface custom clients can be written].

Latest revision as of 17:06, 17 January 2022

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.