Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
raspberry_pi_with_talon_srx [2019/01/14 22:47] – bob | raspberry_pi_with_talon_srx [2019/01/14 22:49] (current) – bob | ||
---|---|---|---|
Line 28: | Line 28: | ||
dtparam=spi=on | dtparam=spi=on | ||
dtoverlay=mcp2515-can0, | dtoverlay=mcp2515-can0, | ||
- | | + | |
* Reboot and make sure CAN and SPI devices show up | * Reboot and make sure CAN and SPI devices show up | ||
Line 41: | Line 41: | ||
Example libraries, headers, and example code are at: | Example libraries, headers, and example code are at: | ||
| | ||
- | | + | https:// |
wget https:// | wget https:// | ||
Line 48: | Line 48: | ||
sudo cp -R include/* / | sudo cp -R include/* / | ||
sudo cp lib/ | sudo cp lib/ | ||
+ | | ||
chmod 755 build.sh | chmod 755 build.sh | ||
chmod 755 clean.sh | chmod 755 clean.sh | ||
./build.sh | ./build.sh | ||