Browse Source

Prevent SKR Pro bootloader corruption (#17657)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Alexander Amelkin 4 years ago
parent
commit
c3aeed0dcc
No account linked to committer's email address

+ 1
- 0
buildroot/share/PlatformIO/boards/BigTree_Btt002.json View File

@@ -37,6 +37,7 @@
37 37
       "dfu",
38 38
       "jlink"
39 39
     ],
40
+    "offset_address": "0x8008000",
40 41
     "require_upload_port": true,
41 42
     "use_1200bps_touch": false,
42 43
     "wait_for_upload_port": false

+ 1
- 0
buildroot/share/PlatformIO/boards/BigTree_SKR_Pro.json View File

@@ -37,6 +37,7 @@
37 37
       "dfu",
38 38
       "jlink"
39 39
     ],
40
+    "offset_address": "0x8008000",
40 41
     "require_upload_port": true,
41 42
     "use_1200bps_touch": false,
42 43
     "wait_for_upload_port": false

Loading…
Cancel
Save