From 5615d33e18fa98c048f2098ab525d39ad9631708 Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Wed, 4 Oct 2017 16:13:48 -0400 Subject: [PATCH] Update RaspberryPi.md --- openocd/RaspberryPi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/openocd/RaspberryPi.md b/openocd/RaspberryPi.md index 88fffb6..c764dd0 100644 --- a/openocd/RaspberryPi.md +++ b/openocd/RaspberryPi.md @@ -38,6 +38,7 @@ cd openocd/ ./bootstrap ./configure --enable-sysfsgpio --enable-bcm2835gpio make +sudo make install ``` -- GitLab