1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-25 23:39:22 +02:00

prod/doc/flash.html: use local copy of atusb-programming.jpg; language cleanup

This commit is contained in:
Werner Almesberger 2011-05-26 16:13:03 -03:00
parent 451fc8c715
commit 889757eed0
3 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,7 @@
PNGS=flow.png setup-A.png setup-B.png setup-C.png setup-D.png PNGS=flow.png setup-A.png setup-B.png setup-C.png setup-D.png
JPGS=atusb-programming.jpg
all: $(PNGS) all: $(PNGS) $(JPGS)
flow.png: flow.fig flow.png: flow.fig
fig2dev -L png -m 0.7 -S 4 $< $@ || { rm -f $@; exit 1; } fig2dev -L png -m 0.7 -S 4 $< $@ || { rm -f $@; exit 1; }
@ -10,5 +11,8 @@ setup-%.png: setup.fig
fig2dev -L png -m 0.7 -S 4 >$@ || \ fig2dev -L png -m 0.7 -S 4 >$@ || \
{ rm -f $@; exit 1; } { rm -f $@; exit 1; }
atusb-programming.jpg:
wget http://downloads.qi-hardware.com/people/werner/wpan/tmp/atusb-programming.jpg
clean: clean:
rm -f $(PNGS) rm -f $(PNGS)

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -16,7 +16,6 @@ any flashing.
<!-- ====================================================================== --> <!-- ====================================================================== -->
<!-- ---------------------------------------------------------------------- -->
<H2>Flashing the boot loader</H2> <H2>Flashing the boot loader</H2>
@ -30,12 +29,11 @@ To flash the boot loader,
<LI>insert the <B>atusb-pgm</B> board into the Ben <LI>insert the <B>atusb-pgm</B> board into the Ben
<LI>place the <B>atusb</B> board (DUT) on the table near the Ben, <LI>place the <B>atusb</B> board (DUT) on the table near the Ben,
without connecting it to USB without connecting it to USB
<LI>place <B>atusb-pgm</B> onto <B>atusb</B> as shown in the image below <LI>place <B>atusb-pgm</B> on <B>atusb</B> as shown in the image below
and gently push it on the contacts and gently push it on the contacts
<P> <P>
<A href="http://downloads.qi-hardware.com/people/werner/wpan/tmp/atusb-programming.jpg"><IMG <A href="atusb-programming.jpg"><IMG
src="http://downloads.qi-hardware.com/people/werner/wpan/tmp/atusb-programming.jpg" src="atusb-programming.jpg" width="250"></A>
width="250"></A>
<P> <P>
<LI>finally, run <LI>finally, run
<PRE> <PRE>
@ -75,7 +73,7 @@ Up: <A href="index.html">Production and testing</A>&nbsp;
Prev: <A href="setup.html">Software setup</A> Prev: <A href="setup.html">Software setup</A>
Next: <A href="test.html">Functional test</A>&nbsp; Next: <A href="test.html">Functional test</A>&nbsp;
<HR> <HR>
Last update: 2011-05-18&nbsp;&nbsp;<I>Werner Almesberger</I> Last update: 2011-05-26&nbsp;&nbsp;<I>Werner Almesberger</I>
<HR> <HR>
</BODY> </BODY>
</HTML> </HTML>