diff options
author | exotime <notabug@exoti.me> | 2017-05-02 15:42:06 +1000 |
---|---|---|
committer | exotime <notabug@exoti.me> | 2017-05-02 15:42:06 +1000 |
commit | 32c33fb67cc059de2831766a7bd2525693b72206 (patch) | |
tree | 515efbb50b6d4356e00716e49b5c4dd8ede51581 /docs | |
parent | b91d8020ec61394369d4922f7f9d52b4b68eba63 (diff) | |
download | librebootfr-32c33fb67cc059de2831766a7bd2525693b72206.tar.gz librebootfr-32c33fb67cc059de2831766a7bd2525693b72206.zip |
Raspberry Pi also requires libusb-1.0-0-dev package.
Signed-off-by: exotime <notabug@exoti.me>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install/rpi_setup.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install/rpi_setup.md b/docs/install/rpi_setup.md index 64389a78..5665ed40 100644 --- a/docs/install/rpi_setup.md +++ b/docs/install/rpi_setup.md @@ -99,7 +99,7 @@ on the motherboard. Next, download and compile the latest Flashrom source code on the Raspberry Pi. - sudo apt-get install build-essential pciutils usbutils libpci-dev libusb-dev libftdi1 libftdi-dev zlib1g-dev subversion + sudo apt-get install build-essential pciutils usbutils libpci-dev libusb-dev libftdi1 libftdi-dev zlib1g-dev subversion libusb-1.0-0-dev svn co svn://flashrom.org/flashrom/trunk flashrom cd flashrom make @@ -246,7 +246,7 @@ On first boot On second boot - pi# sudo apt-get update && sudo apt-get install libftdi1 libftdi-dev libusb-dev libpci-dev subversion + pi# sudo apt-get update && sudo apt-get install libftdi1 libftdi-dev libusb-dev libpci-dev subversion libusb-1.0-0-dev Other dependencies that should already be installed with the noobs base install include: |