failing mcuboot poc
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
# Available runners configured by board.cmake.
|
||||
runners:
|
||||
- stm32cubeprogrammer
|
||||
- pyocd
|
||||
- openocd
|
||||
- jlink
|
||||
|
||||
# Default flash runner if --runner is not given.
|
||||
flash-runner: stm32cubeprogrammer
|
||||
|
||||
# Default debug runner if --runner is not given.
|
||||
debug-runner: pyocd
|
||||
|
||||
# Common runner configuration values.
|
||||
config:
|
||||
board_dir: /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb
|
||||
# Build outputs:
|
||||
elf_file: zephyr.elf
|
||||
hex_file: zephyr.hex
|
||||
bin_file: zephyr.bin
|
||||
# Host tools:
|
||||
gdb: /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb-py
|
||||
openocd: /nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/openocd
|
||||
openocd_search:
|
||||
- /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/share/openocd/scripts
|
||||
|
||||
# Runner specific arguments
|
||||
args:
|
||||
stm32cubeprogrammer:
|
||||
- --port=swd
|
||||
- --reset-mode=hw
|
||||
pyocd:
|
||||
- --dt-flash=y
|
||||
- --target=stm32g431rbtx
|
||||
openocd:
|
||||
- --cmd-load
|
||||
- flash write_image erase
|
||||
- --cmd-verify
|
||||
- verify_image
|
||||
- --cmd-erase=stm32l4x mass_erase 0
|
||||
jlink:
|
||||
- --dt-flash=y
|
||||
- --device=STM32G431RB
|
||||
- --speed=4000
|
||||
Reference in New Issue
Block a user