mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-18 04:08:04 -06:00
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>
This commit is contained in:
parent
60625f4422
commit
5ec3939f34
2 changed files with 559 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue