Skip to content

Commit 314a647

Browse files
tests: add external memory erase step for b_u585 board (#109)
Signed-off-by: Patrick Robb <[email protected]>
1 parent 0ba75c1 commit 314a647

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ jobs:
140140
- name: Flash b_u585i_iot02a
141141
if: runner.environment == 'self-hosted'
142142
run: |
143+
STM32_Programmer_CLI -c port=swd -el \
144+
"/usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/ExternalLoader/MX25LM51245G_STM32U585I-IOT02A.stldr" \
145+
-e all -s
143146
STM32_Programmer_CLI -c port=swd -e all -w zephyr.bin 0x08000000 -v -rst
144147
145148
build-and-run-linux-sample:

0 commit comments

Comments
 (0)