aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32h7/flash-boot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/boot/application/stm32h7/flash-boot.sh')
-rwxr-xr-xexamples/boot/application/stm32h7/flash-boot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/application/stm32h7/flash-boot.sh b/examples/boot/application/stm32h7/flash-boot.sh
index a3003681a..4912a50b7 100755
--- a/examples/boot/application/stm32h7/flash-boot.sh
+++ b/examples/boot/application/stm32h7/flash-boot.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2probe-rs-cli erase --chip STM32H743ZITx 2probe-rs erase --chip STM32H743ZITx
3mv ../../bootloader/stm32/memory.x ../../bootloader/stm32/memory-old.x 3mv ../../bootloader/stm32/memory.x ../../bootloader/stm32/memory-old.x
4cp memory-bl.x ../../bootloader/stm32/memory.x 4cp memory-bl.x ../../bootloader/stm32/memory.x
5 5