mirror of https://github.com/Desuuuu/klipper.git
docs: Minor CanBoot documentation fixes
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
88731c2836
commit
be4b8b17f2
|
@ -428,7 +428,7 @@ enter the bootloader by pressing the reset button twice in succession.
|
||||||
|
|
||||||
The `flash_can.py` utility supplied in the `lib/canboot` folder may be used to
|
The `flash_can.py` utility supplied in the `lib/canboot` folder may be used to
|
||||||
upload Klipper firmware. The device UUID is necessary to flash. If you do not
|
upload Klipper firmware. The device UUID is necessary to flash. If you do not
|
||||||
have a UUID it is possible to query nodes in currently running the bootloader:
|
have a UUID it is possible to query nodes currently running the bootloader:
|
||||||
```
|
```
|
||||||
python3 flash_can.py -q
|
python3 flash_can.py -q
|
||||||
```
|
```
|
||||||
|
|
|
@ -125,6 +125,6 @@ callbacks.
|
||||||
|
|
||||||
The canboot directory contains code from:
|
The canboot directory contains code from:
|
||||||
https://github.com/Arksine/CanBoot
|
https://github.com/Arksine/CanBoot
|
||||||
revision f0d7bb7f9c189de2c22af9eb7210487ed5695f58. The Python module,
|
revision ae687a404d0edb2724a084f78e565dbc7dd505aa. The Python module,
|
||||||
flash_can.py, is taken from the repo's scripts directory. It may be
|
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.
|
used to upload firmware to devices flashed with the CanBoot bootloader.
|
||||||
|
|
Loading…
Reference in New Issue