Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
02632580
Commit
02632580
authored
May 06, 2011
by
Simó Albert i Beltran
Browse files
Add RouterStation instructions and test it, closes #25.
parent
221646a6
Changes
1
Show whitespace changes
Inline
Side-by-side
HOWTO
View file @
02632580
...
...
@@ -64,7 +64,14 @@ mtd -r -e rootfs write /tmp/openwrt-atheros-root.squashfs rootfs
sudo dd if=bin/x86/openwrt-x86-generic-combined-squashfs.img of=/dev/sdX
## routerstation: (untested)
## routerstation: (tested)
ETH="eth0"
ROUTER_IP="192.168.1.20"
BIN_FILE="openwrt-ar71xx-ubnt-rs-squashfs-factory.bin"
sudo ip addr add 192.168.1.254/24 brd 192.168.1.255 dev $ETH
cd bin/ar71xx
echo -e "binary\nrexmt 1\ntimeout 60\ntrace\nput $BIN_FILE\n" | sudo tftp $ROUTER_IP
# Plug the POE and holding down the button of the RouterStation.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment