aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/beaglebone.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/beaglebone.md b/docs/beaglebone.md
index 2eea47a8..d3e1b000 100644
--- a/docs/beaglebone.md
+++ b/docs/beaglebone.md
@@ -71,6 +71,20 @@ make flash
sudo service klipper start
```
+For the Replicape, it is also necessary to compile and install the
+micro-controller code for a Linux host process. Run "make menuconfig"
+a second time and configure it for a "Linux process":
+```
+make menuconfig
+```
+
+Then install this micro-controller code as well:
+```
+sudo service klipper stop
+make flash
+sudo service klipper start
+```
+
Remaining configuration
=======================