summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-03-12 22:29:03 +0100
committerGuido Günther <agx@sigxcpu.org>2016-03-12 22:29:03 +0100
commitf60dfe2af8deb4a69406b7f37dd59fd2b4614dab (patch)
tree311cb9a57d3e8bf0fa3c86f7af8f81ab48fb0041 /hw
parentf9585ab274a1a8e79d38f364a077438ced579235 (diff)
Add notes for RPI2
Diffstat (limited to 'hw')
-rw-r--r--hw/rpi6lowpan.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/rpi6lowpan.mdwn b/hw/rpi6lowpan.mdwn
index eb0c984..97c8fde 100644
--- a/hw/rpi6lowpan.mdwn
+++ b/hw/rpi6lowpan.mdwn
@@ -102,6 +102,8 @@ Crossbuild U-Boot
$ make rpi_defconfig
$ make -j4 -s
+In case you're on a RPI2 use rpi\_2\_defconfig instead of rpi_defconfig.
+
#### On the RPi
Now configure the RPi to use the just built U-Boot (${PI_IP} being the
address of your Raspberry Pi). First on copy U-Boot to the Pi:
@@ -130,6 +132,8 @@ This assumes you're using a USB-serial adapter that shows up as
$ tftp ${fdt_addr_r} ${fdtfile}
$ bootz ${kernel_addr_r} - ${fdt_addr_r}
+If you're using a rpi 2 use *bcm2836-rpi-2-b.dtb* instead of *bcm2835-rpi-b-plus.dtb*.
+
#### Automate the boot
Copy the above commands into a file called *boot.src* and do a