From f60dfe2af8deb4a69406b7f37dd59fd2b4614dab Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 12 Mar 2016 22:29:03 +0100 Subject: Add notes for RPI2 --- hw/rpi6lowpan.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hw') 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 -- cgit v1.2.3