]> git.sur5r.net Git - openocd/blob - tcl/board/renesas_stout.cfg
fb0892425919d740f4b2cf4dd521b0af21677d0a
[openocd] / tcl / board / renesas_stout.cfg
1 # Renesas R-Car H2 Evaluation Board
2
3 source [find target/renesas_r8a7790.cfg]
4
5 reset_config trst_and_srst srst_nogate
6
7 proc init_reset {mode} {
8     # Assert both resets: equivalent to a power-on reset
9     jtag_reset 1 1
10
11     # Deassert TRST to begin TAP communication
12     jtag_reset 0 1
13
14     # TAP should now be responsive, validate the scan-chain
15     jtag arp_init
16 }