summaryrefslogtreecommitdiff
path: root/hw/rpi6lowpan.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hw/rpi6lowpan.mdwn')
-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