diff options
author | Leah Rowe <info@minifree.org> | 2017-05-02 13:39:58 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-05-02 13:39:58 +0000 |
commit | 0775b37e07b7e03bd6cb03c8ab9b27fe41f3b9e1 (patch) | |
tree | c1e4aa522bd695a9faf61fd6ecb0c71ba4230173 /docs/install/rpi_setup.md | |
parent | 4235fa16ce3287969d7c292c6c77c3beadd6dcf0 (diff) | |
parent | 9d4cedabc8d9f3b33cc5de8337007055641f1ab2 (diff) | |
download | librebootfr-0775b37e07b7e03bd6cb03c8ab9b27fe41f3b9e1.tar.gz librebootfr-0775b37e07b7e03bd6cb03c8ab9b27fe41f3b9e1.zip |
Merge branch 'docs/x200t' of exotime/libreboot into master
Diffstat (limited to 'docs/install/rpi_setup.md')
-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: |