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:
parent
451fc8c715
commit
889757eed0
@ -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)
|
||||||
|
BIN
prod/doc/atusb-programming.jpg
Normal file
BIN
prod/doc/atusb-programming.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
@ -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>
|
|||||||
Prev: <A href="setup.html">Software setup</A>
|
Prev: <A href="setup.html">Software setup</A>
|
||||||
Next: <A href="test.html">Functional test</A>
|
Next: <A href="test.html">Functional test</A>
|
||||||
<HR>
|
<HR>
|
||||||
Last update: 2011-05-18 <I>Werner Almesberger</I>
|
Last update: 2011-05-26 <I>Werner Almesberger</I>
|
||||||
<HR>
|
<HR>
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
Loading…
Reference in New Issue
Block a user