diff --git a/prod/doc/setup.html b/prod/doc/setup.html index c5ad657..e31be38 100644 --- a/prod/doc/setup.html +++ b/prod/doc/setup.html @@ -35,6 +35,23 @@ need to be installed on Ben and PC, and configuration settings +

Install firmware binary

+ +The binary of the application running on atusb is transferred from +the PC. To download a pre-compiled version, use this command: + +
+wget -O atusb.bin \
+     http://downloads.qi-hardware.com/people/werner/wpan/bindist/atusb-de72af351f661b538add81cbc9965278a2f8c40c.bin
+
+ +Instructions for building the binary from sources are +here. + + + + +

Register Ben host name

To simplify accessing the Ben via TCP/IP, its IP address should be @@ -94,6 +111,43 @@ ssh ben 'cat >>/etc/dropbear/authorized_keys' <~/.ssh/id_rsa.pub @@@ + + + +

Install avrdude

+ +The atusb boot loader is flashed using avrdude. A pre-compiled +static binary (suitable for OpenWrt and Jlime) can be installed by running +the following two command on the Ben: + +
+wget http://downloads.qi-hardware.com/people/werner/wpan/bindist/avrdude-5.10-de72af351f661b538add81cbc9965278a2f8c40c.tar.gz
+tar -xz -C / -f avrdude-5.10-de72af351f661b538add81cbc9965278a2f8c40c.tar.gz
+
+ +Instructions for building avrdude from sources are +here. + + + + + + +

Install boot-loader binary

+ +The binary of the boot loader running on atusb is transferred from +the Ben. To download a pre-compiled version, use this command: + +
+wget -O boot.hex \
+   http://downloads.qi-hardware.com/people/werner/wpan/bindist/boot-de72af351f661b538add81cbc9965278a2f8c40c.hex
+
+ +Instructions for building the binary from sources are +here. + +