OpenOCD and SIMtrace
This is just a short note to myself (and then copied into our SIMtrace wiki). This is working for OpenOCD (74558296d1e185fc4a7522f08832eceed460cbd7) and the Amontec JTAGKey (but should work with any JTAG adapter). The easiest way is to start OpenOCD with default config files. The SIMtrace v1.0 hardware is powered by the Atmel SAM7S microcontroller and the closest match for this platform is the atmel_at91sam7s-ek.cfg board configuration file. First try $ sudo openocd -f interface/jtagkey.cfg -f board/atmel_at91sam7s-ek.cfg …Error: An adapter speed…