Actions
Feature #212
openReview integration of SPI and I2C support
Start date:
12 Aug 2013
Due date:
% Done:
0%
Estimated time:
Severity:
03 - Medium
Description
Having i2c and spi would allow for addition of sensors, like an temperature sensor for the trailer.
It's unclear if this is in the kernel rev I'm using for PiBox. This issue will track research into adding support for these two buses.
- http://www.bootc.net/archives/2012/05/19/i2c-and-the-raspberry-pi/
- This suggests using BCM2708 support, which is already compiled as module in PiBox's kernel
- find /lib/modules/uname -r/kernel -name "*bcm*" shows both an i2c and spi driver. Both modules load without error. So now I just need a way to test them.
Actions