summaryrefslogtreecommitdiff
path: root/hw/rpi6lowpan.mdwn
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-03-30 18:49:19 +0200
committerGuido Günther <agx@sigxcpu.org>2015-03-30 18:49:19 +0200
commit025e2b648abcd117c3cdcfaacccdd30228b024a4 (patch)
treef87c4eb409366070622fcdc04b50b899c4331ce2 /hw/rpi6lowpan.mdwn
parent82b223cb93b89babc68ca6a5dd7242c728a8912d (diff)
Suggest usage of Linus tree
Thanks: Carsten Schoenert
Diffstat (limited to 'hw/rpi6lowpan.mdwn')
-rw-r--r--hw/rpi6lowpan.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/rpi6lowpan.mdwn b/hw/rpi6lowpan.mdwn
index 0eb8b9e..1faddbc 100644
--- a/hw/rpi6lowpan.mdwn
+++ b/hw/rpi6lowpan.mdwn
@@ -67,7 +67,9 @@ Lots of the examples are using the 32bit one so lets use this too:
gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11)
### Crossbuild an upstream kernel for the RPi
-For 6LoWPAN the bluetooth-next true is a good starting point:
+For 6LoWPAN the bluetooth-next tree is a good starting point since it
+contains the latest WPAN code (as of 4.0 you can also use Linus Tree for
+basic support):
$ git clone --depth=1 git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
$ export PATH=~/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin:$PATH