File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ but is not enabled by default. You can load the SPI driver manually by running::
54
54
You can permanently enable it one of two ways, depending on which kernel
55
55
version you're on.
56
56
57
- - Kernel Version < 3.18 (The old way): Comment out ``blacklist spi-bcm2708 `` line in ``/etc/modprobe.d/raspi-blacklist.conf ``.
57
+ - Kernel Version < 3.18 (The old way): Comment out ``blacklist spi-bcm2708 `` line in ``/etc/modprobe.d/raspi-blacklist.conf ``.
58
58
59
- - Kernel Version >= 3.18 (Device Tree): add ``dtparam=spi=on `` to ``/boot/config/txt ``
59
+ - Kernel Version >= 3.18 (Device Tree): add ``dtparam=spi=on `` to ``/boot/config/txt ``
60
60
61
61
The /dev/spidev* devices should now appear but they require special privileges
62
62
for the user *pi * to access them. You can set these up by adding the following
You can’t perform that action at this time.
0 commit comments