Date:2011-05-27 22:14:15 (12 years 10 months ago)
Author:Werner Almesberger
Commit:717f7e77a39d514d6c87fee09c17df2242f0c32a
Message:prod/doc/setup.hmac: filled the intro sections; added dfu-util installation

Files: prod/doc/setup.hmac (5 diffs)

Change Details

prod/doc/setup.hmac
2626
2727<SECTION ref="intro" title="Introduction">
2828
29Before performing any production tests, various pieces of software
30need to be installed on Ben and PC, and configuration settings
31@@@
29Before performing production tests, various pieces of software
30need to be installed on Ben and PC, and configuration settings may
31have to be adjusted. The following sections describe the installation
32and configuration process.
3233
3334
3435<!-- ====================================================================== -->
...... 
3637
3738<SECTION ref="pcsw" title="PC software installation">
3839
39@@@
40For a DUT and reference device role, the <B>ben-wpan</B> utilities
41and the test scripts have to be installed on the PC. For flashing the
42<B>atusb</B> application
43firmware, also <B>dfu-util</B> and the firmware binary are required.
44<P>
45The instructions below assume that a complete development environment
46is already present on the PC. If any prerequisitres are not met,
47compilation will fail, and you'll have to install the corresponding
48package and try again.
4049
4150
4251<!-- ---------------------------------------------------------------------- -->
...... 
7988<!-- ---------------------------------------------------------------------- -->
8089
8190
91<SUBSECTION title="Install dfu-util">
92
93<B>dfu-util</B> is used to transfer the application firmware to
94<B>atusb</B> boards. To build <B>dfu-util</B> from source, run these
95commands:
96
97<PRE>
98git clone git://git.openezx.org/dfu-util.git
99cd dfu-util
100./autogen.sh
101./configure
102make
103make install
104</PRE>
105
106Note that some Linux distributions already provide a pre-compiled
107version of <B>dfu-util</B>, which could be used instead of building
108it from source.
109
110
111<!-- ---------------------------------------------------------------------- -->
112
113
82114<SUBSECTION title="Install firmware binary">
83115
84116The binary of the application running on <B>atusb</B> is transferred from
...... 
132164
133165<SECTION ref="bensw" title="Ben software installation">
134166
135@@@
167For a DUT and reference device role, the <B>ben-wpan</B> utilities
168have to be installed on a Ben. For flashing the <B>atusb</B> boot
169loader, also <B>avrdude</B> and the boot loader binary are needed.
170<P>
171The instructions below apply for OpenWrt and Jlime. For building
172things from source, a cross-compilation toolchain has to be installed
173on the PC.
136174
137175
138176<!-- ---------------------------------------------------------------------- -->
...... 
208246">here</A>.
209247
210248
211
212249<!-- ---------------------------------------------------------------------- -->
213250
214251

Archive Download the corresponding diff file



interactive