Last active
July 12, 2016 04:18
-
-
Save sabas1080/0cc01fd6cd212027f7e7719e47421569 to your computer and use it in GitHub Desktop.
Flashrom in the Raspberry Pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libusb-1.0 build-essential pciutils usbutils libpci-dev libusb-dev libftdi1 libftdi-dev zlib1g-dev subversion | |
git clone https://github.com/flashrom/flashrom | |
cd flashrom | |
sudo make | |
sudo maker install | |
sudo nano /etc/modprobe.d/raspi-blacklist.conf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment