aboutsummaryrefslogtreecommitdiffstats
path: root/docs/beaglebone.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix malformed link in beaglebone.mdKevin O'Connor2021-05-291-5/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-3/+2
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Replicape pru update start scripts (#2277)BlackStump2019-12-181-4/+5
| | | Signed-off-by: Trevor Wilson <altocoey@hotmail.com>
* docs: Avoid using .. in markdown linksKevin O'Connor2019-04-141-2/+3
| | | | | | | Using .. in the markdown link can confuse some document processors. Use an absolute link to github instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pru: Disable ADC reading directly from the PRUKevin O'Connor2018-06-271-3/+3
| | | | | | | | The PRU code size has grown too close to the maximum - remove the ADC code to reduce its overall size. (On the beaglebone, the Linux process can, and typically does, do the ADC reading.) Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note the use of the virtual_sdcard featureKevin O'Connor2018-03-021-1/+10
| | | | | | Note that virtual_sdcard helps on slower machines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Point to beaglebone.md from the main installation documentKevin O'Connor2017-10-111-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Octoprint should not run at a higher priority than Klipper on beagleboneKevin O'Connor2017-10-111-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* chipmisc: Add support for Replicape boardKevin O'Connor2017-09-201-0/+14
| | | | | | | Add support for configuring and controlling the hardware specific to the revision "B3" Replicape board. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pru: Add documentation and install scripts for running on the PRUKevin O'Connor2017-07-051-0/+79
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>