Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bootloader:openocd [2021/01/30 17:43]
admin [OpenOCD & Raspberry Pi]
bootloader:openocd [2021/01/30 17:58] (current)
admin [Acknowledge & Links]
Line 3: Line 3:
 {{:bootloader:swd-raspi_programmer_seeeduinoxiao.jpg?400|}}\\ {{:bootloader:swd-raspi_programmer_seeeduinoxiao.jpg?400|}}\\
  
-On a Raspberry Pi following the openOCD manual by [[https://learn.adafruit.com/programming-microcontrollers-using-openocd-on-raspberry-pi/overview|Lady Ada]].+To install the [[http://openocd.org/|open On-Chip Debugger]] on a Raspberry Pi following the manual by [[https://learn.adafruit.com/programming-microcontrollers-using-openocd-on-raspberry-pi/overview|Lady Ada]].
  
 Install: Install:
Line 76: Line 76:
  
 ---- ----
-==== HEX files =====+==== Bootloader =====
  
 - [[https://github.com/arduino/ArduinoCore-samd|Arduino]]\\ - [[https://github.com/arduino/ArduinoCore-samd|Arduino]]\\
Line 84: Line 84:
 ---- ----
 ==== Pinout ==== ==== Pinout ====
 +
 +  SWD         Raspberry Pi
 +  
 +   Reset       GPIO 18
 +   SWDIO       GPIO 24
 +   SWCLK       GPIO 25
  
 **Arduino MKR ZERO**\\ **Arduino MKR ZERO**\\
Line 109: Line 115:
 ==== Acknowledge & Links ==== ==== Acknowledge & Links ====
  
 +[[http://openocd.org/|open OCD]]\\
 +[[http://openocd.org/doc-release/pdf/openocd.pdf|OpenOCD user Guide]]\\
 [[https://learn.adafruit.com/programming-microcontrollers-using-openocd-on-raspberry-pi/overview|Programming Microcontrollers using OpenOCD on a Raspberry Pi by Lady Ada]]\\ [[https://learn.adafruit.com/programming-microcontrollers-using-openocd-on-raspberry-pi/overview|Programming Microcontrollers using OpenOCD on a Raspberry Pi by Lady Ada]]\\
 [[https://iosoft.blog/2019/01/28/raspberry-pi-openocd/|Raspberry Pi and OpenOCD by iosoft.blog]]\\ [[https://iosoft.blog/2019/01/28/raspberry-pi-openocd/|Raspberry Pi and OpenOCD by iosoft.blog]]\\