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!