iMX53 I2C and SPI Interfaces

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

iMX53 I2C and SPI Interfaces

497件の閲覧回数
AOlvera
Contributor I

I am having trouble finding documentation or examples of how to use the i2c and spi interfaces on the iMX53 development board. I was able to get i2c working by installing i2c-tools and disabling kernel control by running:

$ echo "1-000a" | sudo tee /sys/bus/i2c/devices/1-000a/driver/unbind

This allows me to run commands like :

$ sudo i2cdetect -y 0

and:

$ sudo i2cget -f -y 0 0x1c 0x06 w

I have not had any luck with accessing the SPI interface. Can someone assist me in how I can navigate this? Thanks!

0 件の賞賛
返信
1 返信

458件の閲覧回数
pengyong_zhang
NXP Employee
NXP Employee

HI @AOlvera 

you can use the spidev_test tool run the spi related test.

B.R

0 件の賞賛
返信