diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2021-11-21 13:06:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 08:06:31 -0500 |
commit | 4d738c8379b525c8bb7fb1afc5084d70582956f9 (patch) | |
tree | 9151f743df408770e6624368f7f990ebc73f6ec8 /config/generic-bigtreetech-skr-2.cfg | |
parent | 83889ac435ee61478460adfec875fa80eb861f6d (diff) | |
download | kutter-4d738c8379b525c8bb7fb1afc5084d70582956f9.tar.gz kutter-4d738c8379b525c8bb7fb1afc5084d70582956f9.tar.xz kutter-4d738c8379b525c8bb7fb1afc5084d70582956f9.zip |
config: add flash details for STM32F429 (#4942)
Updates for generic-bigtreetech-skr-2.cfg to include comment on newly shipped board with STM32F429 instead of the original STM32F407
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'config/generic-bigtreetech-skr-2.cfg')
-rw-r--r-- | config/generic-bigtreetech-skr-2.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/generic-bigtreetech-skr-2.cfg b/config/generic-bigtreetech-skr-2.cfg index e978af21..d32d2e41 100644 --- a/config/generic-bigtreetech-skr-2.cfg +++ b/config/generic-bigtreetech-skr-2.cfg @@ -2,6 +2,10 @@ # To use this config, the firmware should be compiled for the # STM32F407 with a "32KiB bootloader". +# In newer versions of this board shipped in late 2021 the STM32F429 +# is used, if this is the case compile for this with a "32KiB bootloader" +# You will need to check the chip on your board to identify which you have. +# # The "make flash" command does not work on the SKR 2. 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 SKR 2 |