mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
install/: renamed READMEs and added (non-working) setup instructions
- README-Ben: renamed to INSTALL-Ben - README-PC: renamed to INSTALL-PC - USAGE: setup instructions (don't work yet)
This commit is contained in:
23
install/INSTALL-PC
Normal file
23
install/INSTALL-PC
Normal file
@@ -0,0 +1,23 @@
|
||||
1. Build the kernel
|
||||
|
||||
git clone git://projects.qi-hardware.com/qi-kernel.git
|
||||
...
|
||||
... enable CONFIG_IEEE802154, CONFIG_MAC802154,
|
||||
... CONFIG_IEEE802154_DRIVERS, ...
|
||||
... also enable IPv6
|
||||
...
|
||||
|
||||
2. Set up the user space
|
||||
|
||||
# iproute - probably already installed
|
||||
aptiude install libnl1
|
||||
mkdir -p /usr/local/var/run
|
||||
|
||||
3. Build the user space tools of the linux-zigbee project
|
||||
|
||||
wget http://ufpr.dl.sourceforge.net/project/linux-zigbee/linux-zigbee-sources/0.2.2/lowpan-tools-0.2.2.tar.gz
|
||||
tar xfz lowpan-tools-0.2.2.tar.gz
|
||||
cd lowpan-tools-0.2.2
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
Reference in New Issue
Block a user