aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorEric Callahan <arksine.code@gmail.com>2022-04-14 14:22:48 -0400
committerKevinOConnor <kevin@koconnor.net>2022-05-10 11:48:06 -0400
commit5ec3939f347beb9c82f23c28dff6655a9601ed6c (patch)
tree2dc562eb8bf58375589f5b9c7a0fc4b503b10a72 /lib/README
parent60625f4422503be9919094310954b4d26e3ef3fe (diff)
downloadkutter-5ec3939f347beb9c82f23c28dff6655a9601ed6c.tar.gz
kutter-5ec3939f347beb9c82f23c28dff6655a9601ed6c.tar.xz
kutter-5ec3939f347beb9c82f23c28dff6655a9601ed6c.zip
lib: add flash_can.py
This script may be used to update Klipper firmware for CAN nodes running the CanBoot bootloader. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index a5c3042a..417eb79a 100644
--- a/lib/README
+++ b/lib/README
@@ -122,3 +122,9 @@ has been modfied to enable the US code page (437) and enable label
support. The file "diskio.c" in the original archive is not included
as it is only serves as an example for how to implement the media api
callbacks.
+
+The canboot directory contains code from:
+ https://github.com/Arksine/CanBoot
+revision f0d7bb7f9c189de2c22af9eb7210487ed5695f58. The Python module,
+flash_can.py, is taken from the repo's scripts directory. It may be
+used to upload firmware to devices flashed with the CanBoot bootloader.