Skip to content

Commit 5412336

Browse files
committed
Fix board flash commands
Adds back a STM32_Programmer_CLI commands accidentally missed / deleted in previous merge. Signed-off-by: Matthew Gee <mgee@iol.unh.edu>
1 parent bc2c86e commit 5412336

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ jobs:
405405
STM32_Programmer_CLI -c port=swd -el \
406406
"/usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/ExternalLoader/MX25LM51245G_STM32U585I-IOT02A.stldr" \
407407
-e all -s
408+
STM32_Programmer_CLI -c port=swd -e all -w zephyr.bin 0x08000000 -v -rst
408409
409410
flash-validation-tests:
410411
needs: flash-zephyr-base-b_u585i_iot02a
@@ -508,6 +509,7 @@ jobs:
508509
STM32_Programmer_CLI -c port=swd -el \
509510
"/usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/ExternalLoader/MX25LM51245G_STM32U585I-IOT02A.stldr" \
510511
-e all -s
512+
STM32_Programmer_CLI -c port=swd -e all -w zephyr.bin 0x08000000 -v -rst
511513
512514
modbus-server-validation-tests:
513515
needs: flash-zephyr-modbus_server-b_u585i_iot02a

0 commit comments

Comments
 (0)