add flash frequency to patched firmware (#7230)
This commit is contained in:
parent
ebc8a15e0e
commit
8191aaf84b
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ def get_patched_bootloader_image(original_bootloader_image, bootloader_offset):
|
||||||
"$TARGET",
|
"$TARGET",
|
||||||
"--flash_mode",
|
"--flash_mode",
|
||||||
"${__get_board_flash_mode(__env__)}",
|
"${__get_board_flash_mode(__env__)}",
|
||||||
|
"--flash_freq",
|
||||||
|
"${__get_board_f_flash(__env__)}",
|
||||||
"--flash_size",
|
"--flash_size",
|
||||||
board_config.get("upload.flash_size", "4MB"),
|
board_config.get("upload.flash_size", "4MB"),
|
||||||
"--target-offset",
|
"--target-offset",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue