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:
parent
4617630456
commit
da181fc3ec
|
@ -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]
|
Loading…
Reference in New Issue