boards/raspberrypi: update instructions for Raspberry Pi 2
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 24 Feb 2015 22:42:22 +0000 (23:42 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 26 Feb 2015 21:43:37 +0000 (22:43 +0100)
The instructions for the Raspberry Pi 2 (aka model B2) are the same as
the ones for the Raspberry Pi, so:
  - state so in the existing readme
  - create a symlink raspberrypi2 -> raspberrypi

Also fix typo in spelling of "Raspberry Pi" (two words, not one).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/raspberrypi/readme.txt
board/raspberrypi2 [new symlink]

index ead9227a11e74b616dbf122365e4bd1445495cf8..9bab374b679d14bda0cb07a65b4c19ba7e90f14c 100644 (file)
@@ -1,9 +1,14 @@
-RaspberryPi
+Raspberry Pi
 
 Intro
 =====
 
-To be able to use your RaspberryPi board with the images generated by
+These instructions apply to all models of the Raspberry Pi:
+  - the original models A and B,
+  - the "enhanced" models A+ and B+,
+  - the model B2 (aka Raspberry Pi 2).
+
+To be able to use your Raspberry Pi board with the images generated by
 Buildroot, you have to choose whether you will use:
 
     * Volatile rootfs in RAM (the rootfs is an initramfs) or
@@ -96,7 +101,7 @@ Mount the partitions (adjust 'sdX' to match your SDcard device):
 Install the binaries to the SDCard
 ----------------------------------
 
-At the root of the boot partition, the RaspberryPi must find the following
+At the root of the boot partition, the Raspberry Pi must find the following
 files:
 
     * bcm2708-rpi-b.dtb         [2]
diff --git a/board/raspberrypi2 b/board/raspberrypi2
new file mode 120000 (symlink)
index 0000000..fcdafc8
--- /dev/null
@@ -0,0 +1 @@
+raspberrypi
\ No newline at end of file