Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bootloader:openocd [2021/01/30 17:39] admin [OpenOCD & Raspberry Pi] |
bootloader:openocd [2021/01/30 17:58] (current) admin [Acknowledge & Links] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| {{: | {{: | ||
| - | On a Raspberry Pi following the openOCD | + | To install the [[http:// |
| Install: | Install: | ||
| Line 65: | Line 65: | ||
| $ sudo nano / | $ sudo nano / | ||
| $ sudo nano / | $ sudo nano / | ||
| + | Change: | ||
| + | # Each of the SWD lines need a gpio number set: swclk swdio | ||
| + | # Header pin numbers: 23 22 | ||
| + | bcm2835gpio_swd_nums 25 24 | ||
| + | |||
| + | # If you define trst or srst, use appropriate reset_config | ||
| + | # Header pin numbers: TRST - 26, SRST - 18 | ||
| + | bcm2835gpio_trst_num 7 | ||
| + | bcm2835gpio_srst_num 18 | ||
| ---- | ---- | ||
| - | ==== HEX files ===== | + | ==== Bootloader |
| - [[https:// | - [[https:// | ||
| Line 75: | Line 84: | ||
| ---- | ---- | ||
| ==== Pinout ==== | ==== Pinout ==== | ||
| + | |||
| + | SWD | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| **Arduino MKR ZERO**\\ | **Arduino MKR ZERO**\\ | ||
| Line 100: | Line 115: | ||
| ==== Acknowledge & Links ==== | ==== Acknowledge & Links ==== | ||
| + | [[http:// | ||
| + | [[http:// | ||
| [[https:// | [[https:// | ||
| + | [[https:// | ||
| ---- | ---- | ||