Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
raspberry_pi_with_talon_srx [2019/01/14 22:28] – 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 36: | Line 36: | ||
===== Install CTRE Software ===== | ===== Install CTRE Software ===== | ||
| | ||
+ | sudo apt-get install libsdl2-dev | ||
+ | sudo apt-get install cmake | ||
+ | |||
Example libraries, headers, and example code are at: | Example libraries, headers, and example code are at: | ||
| | ||
- | | + | https:// |
wget https:// | wget https:// | ||
unzip -l master.zip | unzip -l master.zip | ||
Line 44: | Line 48: | ||
sudo cp -R include/* / | sudo cp -R include/* / | ||
sudo cp lib/ | sudo cp lib/ | ||
- | |||
- | Headers only are at: | ||
- | |||
- | wget http:// | ||
- | unzip CTRE_Phoenix_FRC_Linux_5.12.0.zip | ||
- | unzip -d / | ||
- | unzip -d / | ||
- | unzip -d / | ||
| | ||
- | | + | |
- | | + | |
+ | | ||