diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-22 04:35:21 +0100 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-03-22 04:35:21 +0100 |
commit | 6d3fe22c366b718d612c9c42cd9602bcd439ac3b (patch) | |
tree | b2da8bf3887f439209b3dc03bf9241f7a0412146 /docs/install/rpi_setup.md | |
parent | 35545d95a2baa80789aff2120abb71b6a4d14be5 (diff) | |
parent | c5fa5b353fbe087e2ccaec0ba9587041ee558990 (diff) | |
download | librebootfr-6d3fe22c366b718d612c9c42cd9602bcd439ac3b.tar.gz librebootfr-6d3fe22c366b718d612c9c42cd9602bcd439ac3b.zip |
Merge branch 'raspberry_pi_docs' of sampablokuper/libreboot into master
Diffstat (limited to 'docs/install/rpi_setup.md')
-rw-r--r-- | docs/install/rpi_setup.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/install/rpi_setup.md b/docs/install/rpi_setup.md index 21c8a4fc..4ee4d941 100644 --- a/docs/install/rpi_setup.md +++ b/docs/install/rpi_setup.md @@ -7,6 +7,14 @@ flash chip with the Raspberry Pi, using the [flashrom](http://flashrom.org/Flashrom) software. Most revisions of the RPi should work. +The Libreboot project recommends using +[blobless GNU/Linux](https://blog.rosenzweig.io/blobless-linux-on-the-pi.html) +on the Raspberry Pi, to avoid having to run non-free software. This +only became possible in February 2017 and the instructions below are +not yet updated with the necessary steps, so please do not follow the +steps below unless you are willing to run non-free software on your +Raspberry Pi. + This only covers SOIC-8 flash chips, for now. SOIC-16 guide coming later (for now, it should be easy enough for you to figure this out for SOIC-16). |