File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Use of this source code is governed by a BSD-style license that can be
33# found in the LICENSE file.
44
5- chip-y =
5+ chip-y =
66
77loader-chip-y = \
88 gpio.loader.o \
@@ -13,7 +13,7 @@ loader-chip-y = \
1313
1414# FIXME: move to toplevel definitions
1515platform-flash-command = \
16- st-flash write $(1 ) 0x8000000 || \
16+ st-flash --connect-under-reset write $(1 ) 0x8000000 || \
1717 openocd -f interface/stlink-v2.cfg \
1818 -f target/stm32f4x_stlink.cfg \
1919 -c "init" \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ loader-chip-y = \
2121
2222# FIXME: move to toplevel definitions
2323platform-flash-command = \
24- st-flash write $(1 ) 0x8000000 || \
24+ st-flash --connect-under-reset write $(1 ) 0x8000000 || \
2525 openocd -f interface/stlink-v2.cfg \
2626 -f target/stm32f4x_stlink.cfg \
2727 -c "init" \
You can’t perform that action at this time.
0 commit comments