coreboot-libre-fam15h-rdimm/3rdparty/chromeec/board/stm32l476g-eval/openocd-flash.cfg

20 lines
508 B
INI

# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source [find board/stm32l4discovery.cfg]
# For flashing, force the board into reset on connect, this ensures that
# code running on the core can't interfere with programming.
reset_config connect_assert_srst
gdb_port 0
tcl_port 0
telnet_port 0
init
reset init
flash write_image erase $BUILD_DIR/ec.bin 0x08000000
reset halt
resume
shutdown