From 2572d3f7c8fb4f714baab2f6a98d475b73f6441b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 25 Mar 2015 18:15:14 +0100 Subject: Add references to the upstream sites --- hw/rpi6lowpan.mdwn | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'hw') diff --git a/hw/rpi6lowpan.mdwn b/hw/rpi6lowpan.mdwn index 8127d3b..bd65d14 100644 --- a/hw/rpi6lowpan.mdwn +++ b/hw/rpi6lowpan.mdwn @@ -11,6 +11,16 @@ built kernel via tftp. In the following we assume the Raspberry Pi is at IP address 192.168.1.2 and does DHCP during boot. +This is mostly a combination of information from different sites like +[linux-wpan][3], [openlabs][4] and [eLinux.org][5]. For details head over to +these sites. They have more details and less errors. + +The source code of this page is available here: + + https://honk.sigxcpu.org/gitweb/?p=piki.git;a=summary + +Send fixes. + ## Setup the build environment and the RPi Since the kernel build would take a long time on the Rasberry Pi we're using a Debian System to crossbuild the kernel. @@ -35,7 +45,7 @@ toolchain provided by Debian already. I don't have a Model 2 yet so I we have to grab the toolchain externally. ### Linaro -For the Rpi 1 B and B+ use the Linaro toolchain. +For the Raspberry Pi 1B and 1B+ use the Linaro toolchain: $ cd ~ $ git clone https://github.com/raspberrypi/tools @@ -133,7 +143,7 @@ Now lets reubuild DTS and kernel Transfer the files to the TFTP server again as described above. -### Build the linxu-wpan tools +### Build the linux-wpan tools Head over to your RPi. We build the wpan-tools there since they're small: $ git clone https://github.com/linux-wpan/wpan-tools @@ -156,3 +166,5 @@ Upstream info on wpan-tools is at http://wpan.cakelab.org/ [1]: https://en.wikipedia.org/wiki/6LoWPAN [2]: http://openlabs.co/store/Raspberry-Pi-802.15.4-radio [3]: http://wpan.cakelab.org/ +[4]: http://openlabs.co/ +[5]: http://elinux.org/ -- cgit v1.2.3