boards: arm: arduino_nano_33_ble: Fix bossac mode
This board uses an old bootloader version. The bootloader always relocate code due to flash bootloader. This imply a wrong behaviour when using --offset. This is fixed using bossac legacy mode. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
f3a7f041bf
commit
8d0b3983fb
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ CONFIG_GPIO=y
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_CONSOLE=y
|
||||
|
||||
# enable flashing and linker options
|
||||
CONFIG_USE_DT_CODE_PARTITION=y
|
||||
# enable sam-ba bootloader on legacy mode
|
||||
CONFIG_BOOTLOADER_BOSSA=y
|
||||
CONFIG_BOOTLOADER_BOSSA_LEGACY=y
|
||||
|
||||
# additional board options
|
||||
CONFIG_GPIO_AS_PINRESET=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue