Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorApulo <anthony.dellett@gmail.com>2022-10-06 18:16:13 +0300
committerGitHub <noreply@github.com>2022-10-06 18:16:13 +0300
commit7290c14531211d027b430f36db5645ce496be900 (patch)
treedef49e5aeb82554d1fce5a21a5be9e7b8d6dc873
parent5fad485b1354e289c0d4df4e51177d096e9d98ce (diff)
config: Update generic-th3d-ezboard-lite-v2.0.cfg (#5785)
Corrected the build instructions for the TH3D EZBoard V2 to include the command to convert Klipper.elf to a SREC bin format named firmware.bin. The SREC format is required for the bootloader installed on the board. Signed-off-by: Anthony Dellett <anthony.dellett@gmail.com>
-rw-r--r--config/generic-th3d-ezboard-lite-v2.0.cfg13
1 files changed, 8 insertions, 5 deletions
diff --git a/config/generic-th3d-ezboard-lite-v2.0.cfg b/config/generic-th3d-ezboard-lite-v2.0.cfg
index 70e553e41..731f48a25 100644
--- a/config/generic-th3d-ezboard-lite-v2.0.cfg
+++ b/config/generic-th3d-ezboard-lite-v2.0.cfg
@@ -1,11 +1,14 @@
# This file contains common pin mappings for the TH3D EZBoard Lite v2.
-# To use this config, the firmware should be compiled for the
-# STM32F405 with 12mhz Crystal, 48KiB Bootloader, and USB communication.
+# To use this config, check "Enable extra low-level configuration options"
+# and compile the firmware for the STM32F405 with 12mhz Crystal,
+# 48KiB Bootloader, and USB communication.
+
+# After the firmware is compiled, execute the following command
+# arm-none-eabi-objcopy -O srec out/klipper.elf out/firmware.bin
# The "make flash" command does not work on this board. Instead,
-# after running "make", copy the generated "out/klipper.bin" file to a
-# file named "firmware.bin" on an SD card and then restart the board
-# with that SD card.
+# after running "make", copy the generated "out/firmware.bin" file to
+# an SD card and then restart the board with that SD card.
# See docs/Config_Reference.md for a description of parameters.