diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-08-25 23:31:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-09-20 13:18:07 -0400 |
commit | 3b4088c23fc742334f5bd9daf9bbf98e7e89daac (patch) | |
tree | 009e520d09981f605ba1fde3b281da3e9252d6bd /docs/beaglebone.md | |
parent | 5a85c1667a80cc2dda9861980c64d99f8da0163e (diff) | |
download | kutter-3b4088c23fc742334f5bd9daf9bbf98e7e89daac.tar.gz kutter-3b4088c23fc742334f5bd9daf9bbf98e7e89daac.tar.xz kutter-3b4088c23fc742334f5bd9daf9bbf98e7e89daac.zip |
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 <kevin@koconnor.net>
Diffstat (limited to 'docs/beaglebone.md')
-rw-r--r-- | docs/beaglebone.md | 14 |
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 ======================= |