Browse Source
Prevent SKR Pro bootloader corruption (#17657)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
vanilla_fb_2.0.x
Alexander Amelkin
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
buildroot/share/PlatformIO/boards/BigTree_Btt002.json
-
buildroot/share/PlatformIO/boards/BigTree_SKR_Pro.json
|
|
@ -37,6 +37,7 @@ |
|
|
|
"dfu", |
|
|
|
"jlink" |
|
|
|
], |
|
|
|
"offset_address": "0x8008000", |
|
|
|
"require_upload_port": true, |
|
|
|
"use_1200bps_touch": false, |
|
|
|
"wait_for_upload_port": false |
|
|
|
|
|
@ -37,6 +37,7 @@ |
|
|
|
"dfu", |
|
|
|
"jlink" |
|
|
|
], |
|
|
|
"offset_address": "0x8008000", |
|
|
|
"require_upload_port": true, |
|
|
|
"use_1200bps_touch": false, |
|
|
|
"wait_for_upload_port": false |
|
|
|