2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 11:42:04 +10:00

tcl/board: Add imx8mp-evk

Board includes an internal adapter (interface/ftdi/imx8mp-evk.cfg) and a
standard external ARM-10 connector.

Change-Id: Ibb301011665b1edfb95be1213d8100143f6839dd
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-on: http://openocd.zylin.com/5427
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Leonard Crestez 2020-02-01 02:02:04 +02:00 committed by Tomas Vanek
parent 4617630456
commit da181fc3ec

15
tcl/board/imx8mp-evk.cfg Normal file
View File

@ -0,0 +1,15 @@
#
# configuration file for NXP MC-IMX8MP-EVK
#
# Board includes FTDI-based JTAG adapter: interface/ftdi/imx8mp-evk.cfg
#
transport select jtag
adapter speed 1000
reset_config srst_only
adapter srst delay 100
set CHIPNAME imx8mp
set CHIPCORES 4
source [find target/imx8m.cfg]