From c2f16926ab03f9f590a293cd15b98cd126589717 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Sun, 12 Jan 2020 12:24:07 -0800 Subject: [PATCH] docs --- CHANGELOG.md | 1 + docs/development.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30be9e0..a495f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Buildbotics CNC Controller Firmware Changelog - Prevent cutting off distant parts of 3D path view. - Raised default ``latch-backoff`` to 100mm and ``zero-backoff`` to 5mm. - Added ``max-deviation`` option. + - Fixed problem with GCode boolean expression parsing. #232. ## v0.4.11 - Don't reset global offsets on M2. diff --git a/docs/development.md b/docs/development.md index 51647dc..b245ecc 100644 --- a/docs/development.md +++ b/docs/development.md @@ -19,6 +19,13 @@ On a Debian Linux (9.6.0 stable) system install the required packages: git clone https://github.com/buildbotics/bbctrl-firmware +## Install the Linux kernel source + +An optimized Linux serial driver is built as part of the Buildboitcs firmwere. +A copy of the Linux kernel source for the RaspberryPi is necessary for building +this module. [Download the kernel source](https://github.com/dbrgn/linux-rpi/releases/tag/raspberrypi-kernel_1.20171029-1) +and move it to ``src/bbserial/kernel``. + ## Build the Firmware cd bbctrl-firmware -- 2.27.0