Skip to content

Commit

Permalink
tcl: Add support for Kontron SMARC-sAL28
Browse files Browse the repository at this point in the history
This commit is adapted from [1].

[1] https://review.openocd.org/c/openocd/+/4999

Signed-off-by: Michael Walle <[email protected]>
Signed-off-by: Heiko Thiery <[email protected]>
[ adapted to use common configuration ]
Signed-off-by: Sean Anderson <[email protected]>
Change-Id: I9a428371694e7864e03055b8de18a55a7843b8c2
Reviewed-on: https://review.openocd.org/c/openocd/+/6977
Tested-by: jenkins
Reviewed-by: Antonio Borneo <[email protected]>
  • Loading branch information
sean-anderson-seco authored and borneoa committed May 27, 2022
1 parent 9d8b98d commit 390720c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tcl/board/kontron_sl28.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Kontron SMARC-sAL28

transport select jtag
reset_config srst_only srst_nogate

jtag newtap unknown0 tap -irlen 12

set _CPUS 2
source [find target/ls1028a.cfg]

source [find tcl/cpld/altera-epm240.cfg]

adapter speed 2000

0 comments on commit 390720c

Please sign in to comment.