diff --git a/prod/doc/Makefile b/prod/doc/Makefile index 2920d74..1050cd4 100644 --- a/prod/doc/Makefile +++ b/prod/doc/Makefile @@ -1,6 +1,7 @@ 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 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 >$@ || \ { rm -f $@; exit 1; } +atusb-programming.jpg: + wget http://downloads.qi-hardware.com/people/werner/wpan/tmp/atusb-programming.jpg + clean: rm -f $(PNGS) diff --git a/prod/doc/atusb-programming.jpg b/prod/doc/atusb-programming.jpg new file mode 100644 index 0000000..ffe78c1 Binary files /dev/null and b/prod/doc/atusb-programming.jpg differ diff --git a/prod/doc/flash.html b/prod/doc/flash.html index 36df25f..a140d56 100644 --- a/prod/doc/flash.html +++ b/prod/doc/flash.html @@ -16,7 +16,6 @@ any flashing. -
@@ -75,7 +73,7 @@ Up: Production and testing Prev: Software setup Next: Functional test
-Last update: 2011-05-18 Werner Almesberger +Last update: 2011-05-26 Werner Almesberger