]> git.sur5r.net Git - openocd/blob - src/target/target/netx500.cfg
Edgar Grimberg added a new rule for target scripts. Flash + verify must succeed.
[openocd] / src / target / target / netx500.cfg
1 #Hilscher netX 500 CPU
2 #use combined on interfaces or targets that can\92t set TRST/SRST separately
3 reset_config trst_and_srst
4 #jtag scan chain
5 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
6 jtag_device 4 0x1 0xf 0xe
7 jtag_nsrst_delay 100
8 jtag_ntrst_delay 100
9 #target configuration
10 daemon_startup reset
11 #target <type> <endianness> <startup mode> <chainpos> <variant>
12 target arm926ejs little run_and_halt 0 arm926ejs
13 run_and_halt_time 0 500