diff options
author | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-03-20 19:45:38 +0100 |
---|---|---|
committer | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-03-20 20:01:24 +0100 |
commit | 81c76feaebe09c382e0fbfd42e358fc6710d47eb (patch) | |
tree | 95d156498ce001a5966101015cae7453d48d556a | |
parent | c3aefd82ce5e458aed30419e58d55e60d33fa2ad (diff) | |
download | librebootfr-81c76feaebe09c382e0fbfd42e358fc6710d47eb.tar.gz librebootfr-81c76feaebe09c382e0fbfd42e358fc6710d47eb.zip |
Remove explody bits from guide
-rw-r--r-- | docs/install/rpi_setup.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install/rpi_setup.md b/docs/install/rpi_setup.md index e74432d4..e46191e7 100644 --- a/docs/install/rpi_setup.md +++ b/docs/install/rpi_setup.md @@ -283,10 +283,10 @@ your PI. Power on your Pi, and run the following. Ensure you swap out "your\_chip\_name" with the proper name/model of your chip. Check that it can be read successfully. If you cannot read the chip and receive an -error similar to "no EEPROM Detected" or "0x0 Chip detected" then -you may want to try powering off your PI, and switching the two pins -which are connected to the IO ports. I.E. Connect pins (clip)8 to (pi)19 -and pins (clip)15 to (pi)21 +error similar to "no EEPROM Detected" then +you may want to make sure that MISO/MOSI are not swapped around, check +with multimeter whether voltage is right and that ground is connected +between "programmer" and target. pi# cd ~/flashrom |