From 3b4088c23fc742334f5bd9daf9bbf98e7e89daac Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 25 Aug 2017 23:31:58 -0400 Subject: chipmisc: Add support for Replicape board Add support for configuring and controlling the hardware specific to the revision "B3" Replicape board. Signed-off-by: Kevin O'Connor --- docs/beaglebone.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') 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 ======================= -- cgit v1.2.3-70-g09d2