aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/spi_flash/board_defs.py
diff options
context:
space:
mode:
authorJamesH1978 <87171443+JamesH1978@users.noreply.github.com>2022-10-14 00:35:07 +0100
committerGitHub <noreply@github.com>2022-10-13 19:35:07 -0400
commit638303b396e1d7b394a3e496a3526518eb8b28c0 (patch)
treec10d1e29a71b7a78e8106d2fd144b29f7edb53d5 /scripts/spi_flash/board_defs.py
parent2bffa925c8adb2935008fa29dd0c7d17a6176919 (diff)
downloadkutter-638303b396e1d7b394a3e496a3526518eb8b28c0.tar.gz
kutter-638303b396e1d7b394a3e496a3526518eb8b28c0.tar.xz
kutter-638303b396e1d7b394a3e496a3526518eb8b28c0.zip
spi_flash: Update to fix SKR-3 config (#5827)
it seems I made an error with my code for the SKR 3, and I copied the code from the wrong host , this PR fixes that. I have just retested with the right code and works as expected, this is confirmed by @adelyser who brought the issue to my attention. Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'scripts/spi_flash/board_defs.py')
-rw-r--r--scripts/spi_flash/board_defs.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/spi_flash/board_defs.py b/scripts/spi_flash/board_defs.py
index 43921d43..51ff276d 100644
--- a/scripts/spi_flash/board_defs.py
+++ b/scripts/spi_flash/board_defs.py
@@ -89,8 +89,9 @@ BOARD_DEFS = {
},
'btt-skr-3': {
'mcu': 'stm32h743xx',
- 'spi_bus': 'spi3a',
- 'cs_pin': 'PA15',
+ 'spi_bus': 'swspi',
+ 'spi_pins': "PC8,PD2,PC12",
+ 'cs_pin': 'PC11',
'skip_verify': True
},
'creality-v4.2.2': {