aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-05-24 22:08:52 +0000
committerGogs <gogitservice@gmail.com>2017-05-24 22:08:52 +0000
commitaec5c633f096f876ba3ea459bafce640bd2bd020 (patch)
tree7eaee72afbf6db8fe6f4df3089bd6c429cd26edb
parent0b178a8a100892a6a039c62f25d7865dc8f2eada (diff)
parent23d0eb6bfb5def0a9c25be7a935028c08a09e02f (diff)
downloadlibrebootfr-aec5c633f096f876ba3ea459bafce640bd2bd020.tar.gz
librebootfr-aec5c633f096f876ba3ea459bafce640bd2bd020.zip
Merge branch 'dont-recommend-noobs' of libreboot/libreboot into master
-rw-r--r--docs/install/rpi_setup.md42
1 files changed, 2 insertions, 40 deletions
diff --git a/docs/install/rpi_setup.md b/docs/install/rpi_setup.md
index 23b99aae..e349acfa 100644
--- a/docs/install/rpi_setup.md
+++ b/docs/install/rpi_setup.md
@@ -199,10 +199,6 @@ disassemble the laptop, and access the BIOS rom chip.
x86# mkdir ~/work
-Download NOOBS from [The Raspberry Pi
-Foundation.](https://www.raspberrypi.org/downloads/) Torrent download
-recommended, and remember to seed. :)
-
If you're running Raspian, you can do **sudo raspi-config**, enable SPI
under Advanced and then spidev will be enabled. Simple, eh?
@@ -214,43 +210,9 @@ GPG signature as well.
x86# for signature in $(ls *.sig); do gpg --verify $signature; done
-Extract NOOBS and libreboot.
-
- x86# mkdir ~/work/noobs
-
- x86# unzip ~/Downloads/NOOBS_v1_4_1.zip -d ~/work/noobs/
-
- x86# cd ~/work && tar -xvJf ~/Downloads/libreboot_bin.tar.xz
-
-Install Noobs to your fat32 formatted SD card
-
- x86# cp -R ~/work/noobs/* /path/to/mounted/SDcard/
-
-### Set up NOOBS on Raspberry Pi
-
-Plug in the NOOBs SDCard to your Raspberry Pi, and enable the following
-under 'Advanced Options':
-
-SSH server
-
-SPI
-
-I2C
-
-On first boot
-
- pi# sudo apt-get update && sudo apt-get dist-upgrade && reboot
-
-On second boot
-
- 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:
-
-pciutils, zlib, libusb, build-essential
+Install dependencies:
-If they are missing then install them.
+ pi# sudo apt-get update && sudo apt-get install libftdi1 libftdi-dev libusb-dev libpci-dev subversion libusb-1.0-0-dev pciutils, zlib, libusb, build-essential
Download and build flashrom.