]> git.sur5r.net Git - openocd/blob - src/target/target/imx27.cfg
Alan Carvalho de Assis <acassis@gmail.com> imx27 config file
[openocd] / src / target / target / imx27.cfg
1 #use combined on interfaces or targets that can't set TRST/SRST separately\r
2 reset_config trst_and_srst\r
3 \r
4 # There are 2 taps on the chip:\r
5 # The ETM\r
6 jtag_device 4 0x1 0xf 0xe\r
7 # The ARM926EJS\r
8 jtag_device 4 0x1 0xf 0xe\r
9 \r
10 # Note above there are 2 taps (#0 and #1) the ARM926 is the 2nd tap (ie #1)\r
11 target create target0 arm926ejs -endianess little -chain-position 1 -variant arm926ejs\r
12 \r