Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Update raspberryPi.md #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions raspberryPi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ If you're already familiar with the command line, or you are comfortable setting
# Install DFU-Util
#
sudo apt-get install libusb-1.0-0-dev
wget http://dfu-util.gnumonks.org/releases/dfu-util-0.7.tar.gz
tar xvf dfu-util-0.7.tar.gz
cd dfu-util-0.7
wget http://dfu-util.sourceforge.net/releases/dfu-util-0.8.tar.gz
tar xvf dfu-util-0.8.tar.gz
cd dfu-util-0.8
./configure
make
sudo make install
Expand Down