Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SW1003: change bit 4 to OFF to enable JTAG
  • SW305: change to (2-3) side
  • SW2405: change to (1-2) side


Tigrad Tigard Switch Setting

If you are using a TigradTigard, set the TARGET switch to 1v8

...

  • To debug with J-Link, the following script is available: share/openocd/scripts/interface/jlink.cfg
  • To debug with TigradTigard, the following script is available: share/openocd/scripts/interface/ftdi/tigard.cfg

...

  • The Device configuration file for the RZ family is share/openocd/scripts/target/renesas_rz.cfg
  • Note: In the Official OpenOCD repository, the file name is renesas_rz_g2.cfg. However, in the patches you downloaded and ran, we renamed it to renesas_rz.cfg. We plan to mainline this change back into the official openocd repository eventually 

...

Example to run OpenOCD and attach to a RZ/G2L device using a Tigrad Tigard JTAG adapter:

$ cd installdir
$ sudo bin/openocd -f share/openocd/scripts/interface/ftdi/tigard.cfg -c "set SOC G2L" -f share/openocd/scripts/target/renesas_rz.cfg

...