Skip to content

Commit d9fed63

Browse files
authored
Update klipper expander menuconfig items and clarify what's required to be configured. Add note about errors (#241)
* -update menuconfig images to reflect updated configuration items in klipper firmware -Add comment about not configuring `USB ids` (appears not to be needed) -Borrow content from V0 display repo about the error after flashing being OK * add files that were supposed to be added in last commit
1 parent a03235f commit d9fed63

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

Klipper_Expander/Documentation/Setup_and_Flashing_Guide.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
7) Run `make menuconfig` settings should be:
1818

1919
<img src="../Images/Menuconfig_Base_Options.png" width="1000">
20-
20+
21+
- Do not configure `USB ids`
2122
- Set the "Optional features" to:
2223

2324
<img src="../Images/Menuconfig_Optional_Options.png" width="1000">
@@ -28,6 +29,11 @@
2829

2930
9) Run `make flash FLASH_DEVICE=xxxx:yyyy` (using xxxx:yyyy from above)
3031

32+
- You may see what appears to be an "error" after flashing your board. (Blue box)
33+
- As long as you see the `File downloaded successfully` text (Green box) you are good to proceed.
34+
- The error (Red box) seems to be caused by the controller immediately running the uploaded code and no longer appearing as a DFU device. This is not an issue, as long as the board reports a Klipper serial name.
35+
<img src="../Images/dfu-util_Flashing_Error.png" width="500">
36+
3137
10) Remove the boot jumper and press the reset button.
3238

3339
11) After completion `ls /dev/serial/by-id/*` should return a device begining with `/dev/serial/by-id/usb-Klipper_stm32f042x6...`
235 KB
Loading
355 KB
Loading
41.6 KB
Loading

0 commit comments

Comments
 (0)