summaryrefslogtreecommitdiff
path: root/baseboard/nucleo-h743zi/openocd-flash.cfg
blob: 8ee5dd67070a4b86f9e33b47b829a1ec811e7eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2019 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source [find board/st_nucleo_h743zi.cfg]

gdb_port 0
tcl_port 0
telnet_port 0
init
reset halt
flash write_image erase $BUILD_DIR/ec.bin 0x08000000
reset
shutdown