mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-06 02:42:30 +02:00
48 lines
1.1 KiB
HTML
48 lines
1.1 KiB
HTML
<TITLE>Production and testing: Flashing</TITLE>
|
|
<BODY>
|
|
<HTML>
|
|
<H1>Production and testing: Flashing</H1>
|
|
|
|
The microcontroller of <B>atusb</B> contains firmware that must be
|
|
loaded before the testing process can commence. The firmware consists
|
|
of the following two parts:
|
|
<OL>
|
|
<LI>The boot loader (via serial programming, using <B>avrdude</B>)
|
|
<LI>The application (via DFU, using <B>dfu-util</B>)
|
|
</OL>
|
|
<P>
|
|
Note that <B>atben</B> has no microcontroller and there does not need
|
|
any flashing.
|
|
|
|
|
|
<!-- ====================================================================== -->
|
|
<!-- ---------------------------------------------------------------------- -->
|
|
|
|
|
|
<H2>Flashing the boot loader</H2>
|
|
|
|
<P>
|
|
<IMG src="setup-C.png">
|
|
<P>
|
|
|
|
|
|
<!-- ====================================================================== -->
|
|
|
|
|
|
<H2>Flashing the application</H2>
|
|
|
|
<P>
|
|
<IMG src="setup-D.png">
|
|
<P>
|
|
|
|
<P>
|
|
<HR>
|
|
Up: <A href="index.html">Production and testing</A>
|
|
Prev: <A href="setup.html">Software setup</A>
|
|
Next: <A href="test.html">Functional test</A>
|
|
<HR>
|
|
Last update: 2011-05-18 <I>Werner Almesberger</I>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|