|
From: <ge...@op...> - 2019-04-02 21:41:49
|
This is an automated email from Gerrit. Leonard Crestez (cdl...@gm...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5031 -- gerrit commit 7cd943b38c2d5e6a8d4a6fcab8f692c513d1d74a Author: Leonard Crestez <cdl...@gm...> Date: Fri Aug 10 16:06:43 2018 +0300 target/imx6.cfg: Add -ignore-version Looking through imx6 manuals all of them claim that "In follow-on silicon revisions the ID value is subject to change by incrementing the first nibble". Handle this by passing -ignore-version to jtag newtap command. Change-Id: I7fc4779f9757d527ea20a5174a8c90f919580013 Signed-off-by: Leonard Crestez <cdl...@gm...> diff --git a/tcl/target/imx6.cfg b/tcl/target/imx6.cfg index 8a32517..58dc418 100644 --- a/tcl/target/imx6.cfg +++ b/tcl/target/imx6.cfg @@ -30,6 +30,7 @@ set _SJC_TAPID3 0x2191e01d set _SJC_TAPID4 0x1191c01d jtag newtap $_CHIPNAME sjc -irlen 5 -ircapture 0x01 -irmask 0x1f \ + -ignore-version \ -expected-id $_SJC_TAPID -expected-id $_SJC_TAPID2 \ -expected-id $_SJC_TAPID3 -expected-id $_SJC_TAPID4 -- |