From 256bd7ff0a28a5c6b852fac77193a72280315979 Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Thu, 5 Oct 2017 22:04:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a54393..ef607ce 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ The J-Link requires a wire to ensure the target has power. In the image above, You don't have to spend hundreds on a J-Link (even though it is very nice). Using <a href='openocd.org'>OpenOCD</a>, we can make a Raspberry Pi bit-bang the programming protocols. Below is a picture and screenshot of using OpenOCD and Pi Zero ($5) to program a custom board with a Raytac MDBT42Q module over serial wire debug. It works just as well to program the Fanstel modules. +Rough instructions for creating an openOCD programmer using a Raspberry Pi are available on <a href='openocd/RaspberryPi.md'>this page</a>. + <img src='openocd/bootloader-raspberrypi.jpg' width=53%> <img src='openocd/flashing-bootloader.png' width=30%> -- GitLab