summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorNicolas Schodet2010-07-01 20:30:00 +0200
committerNicolas Schodet2010-07-01 20:30:00 +0200
commitae5bd4f87a9d9405520b8d365c293bea6eda9dbf (patch)
treeb90114ef1e8793cb17165ba5b279ab3f7efb4eba /digital
parent6ddf19855344791791fb8753f017b07a7f391118 (diff)
digital/dev/doc: document dev usage, closes #133
Diffstat (limited to 'digital')
-rw-r--r--digital/dev/doc/usage.txt25
1 files changed, 23 insertions, 2 deletions
diff --git a/digital/dev/doc/usage.txt b/digital/dev/doc/usage.txt
index 959f6cc8..d1dcd018 100644
--- a/digital/dev/doc/usage.txt
+++ b/digital/dev/doc/usage.txt
@@ -1,10 +1,10 @@
===============================
How to use the development card
===============================
-:Author: djerem
+:Author: djerem, ni
-This board is deprecated, see README file.
+*This board is deprecated, see README file.*
Introduction
============
@@ -62,3 +62,24 @@ Voodoo power should not be used any more:
``sudo usbprog device 0 upload blinkdemo devices``, the card is ready to
be used for programming.
+Firmware update mode
+====================
+
+Firmware update mode can be selected:
+
+ - on the first board revision (dev) by shorting PA1 to 0 when booting. You
+ can use the JTAG_PRG1 to do this. Warning, name position in PCB is
+ misleading.
+
+ - on the second board revision (dev-2) by shorting PA7 to 0 when booting.
+ You can do this using the USER connector.
+
+CPLD programming
+================
+
+Use Firmware update mode to upload the ``usbprog_apbteam_xsvf.bin`` firmware.
+It has been tuned to work with our JTAG pin out.
+
+You can afterward load a XSVF file using ``xsvfplayer`` from the USBProg
+repository. Warning: you will probably need super user privileges.
+