diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-10-11 20:50:24 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-10-11 21:03:13 -0400 |
commit | d3eb148cfa411bd8e22f06f190ffda4b2cca5a06 (patch) | |
tree | 2706346415b40d5e5e7f203c10ed0d73b0a5bb10 /docs/Installation.md | |
parent | 00d541b7674fde5c4b308a4328fcc836dabcf1b9 (diff) | |
download | kutter-d3eb148cfa411bd8e22f06f190ffda4b2cca5a06.tar.gz kutter-d3eb148cfa411bd8e22f06f190ffda4b2cca5a06.tar.xz kutter-d3eb148cfa411bd8e22f06f190ffda4b2cca5a06.zip |
docs: Point to beaglebone.md from the main installation document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r-- | docs/Installation.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index d1c40a24..64d4f180 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -1,15 +1,17 @@ These instructions assume the software will run on a Raspberry Pi -computer in conjunction with OctoPrint. It is recommended that a -Raspberry Pi 2 or Raspberry Pi 3 computer be used as the host -machine. +computer in conjunction with OctoPrint. (See the +[Beaglebone specific instructions](beaglebone.md) if using a +Beaglebone.) It is recommended that a Raspberry Pi 2 or Raspberry Pi 3 +computer be used as the host machine. It should be possible to run the Klipper host software on any computer running a recent Linux distribution, but doing so will require Linux admin knowledge to translate these installation instructions to the particulars of that machine. -Klipper currently supports Atmel ATmega based micro-controllers and -Arduino Due (Atmel SAM3x8e ARM micro-controller) printers. +Klipper currently supports Atmel ATmega based micro-controllers, +Arduino Due (Atmel SAM3x8e ARM micro-controller), and +[Beaglebone PRU](beaglebone.md) based printers. Prepping an OS image ==================== |