SPI on Raspberry PI

March 25, 2013

I know this information is elsewhere, but I hate digging for it all the time.

To load the SPI kernel module on boot:

sudo vim etc/modprobe.d/raspi-blacklist.conf

And comment out:

#blacklist spi-bcm2708

To load the same module manually:

sudo modprobe spi-bcm2708

James Hagerman

Written by James Hagerman

© 2026