Created
September 19, 2018 20:20
-
-
Save cstratton/26a3225cf2f1732a3d89fb67faf9cbb7 to your computer and use it in GitHub Desktop.
Flashrom with low dependenices on beagle, pi, etc
This file contains hidden or 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
git clone https://review.coreboot.org/cgit/flashrom.git | |
make CONFIG_SATAMV=0 CONFIG_LINUX_I2C=0 NOWARNERROR=yes CONFIG_LINUX_SPI=yes CONFIG_ENABLE_LIBPCI_PROGRAMMERS=no CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no | |
on a pi | |
flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=1000 | |
on a beagle | |
flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment