mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 04:04:24 +00:00
13 lines
318 B
INI
13 lines
318 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# BeagleBoard xM (DM37x)
|
|
# http://beagleboard.org
|
|
|
|
set CHIPTYPE "dm37x"
|
|
source [find target/amdm37x.cfg]
|
|
|
|
# The TI-14 JTAG connector does not have srst. CPU reset is handled in
|
|
# hardware.
|
|
reset_config trst_only
|
|
|
|
# "amdm37x_dbginit dm37x.cpu" needs to be run after init.
|