aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 70e553e4..731f48a2 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.