summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-03-25 18:15:14 +0100
committerGuido Günther <agx@sigxcpu.org>2015-03-25 18:15:14 +0100
commit2572d3f7c8fb4f714baab2f6a98d475b73f6441b (patch)
treeb387aa3b06dbacae25bb6b7ec3607855780b23b5
parent8fc6298ba1eb6e681866af03f08093614a0103b6 (diff)
Add references to the upstream sites
-rw-r--r--hw/rpi6lowpan.mdwn16
1 files changed, 14 insertions, 2 deletions
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/