redragonx / can2RNET

This repo has code and documentation to control power-wheelchairs with R-Net electronics.
GNU General Public License v3.0
65 stars 25 forks source link

Remove "-overlay" from config.txt lines #5

Closed ysshah closed 7 years ago

ysshah commented 7 years ago

We had to remove the "-overlay" from these lines in /boot/config.txt

dtoverlay=mcp2515-can0-overlay,oscillator=16000000,interrupt=25         
dtoverlay=spi-bcm2835-overlay

so it became

dtoverlay=mcp2515-can0,oscillator=16000000,interrupt=25         
dtoverlay=spi-bcm2835

for it to work. Maybe it was due to a Raspbian update?

redragonx commented 7 years ago

Fixed in 1c147a8cab03261bec5d19e9b5ea63f7a426e50b