Skip to content

Commit 06df3d7

Browse files
committed
Added instructions about flashing.
1 parent 38d9288 commit 06df3d7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.markdown

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Designed for use with RFIDv3 by Aaron Carroll, Dan Padilha, and Stephen Sherratt.
1+
Designed for use with RFIDv3 by Aaron Carroll, Dan Padilha, and Stephen Sherratt.
22
Contact Dan Padilha on <[email protected]> for more information.
33

44
How it works
@@ -51,7 +51,7 @@ Flashing the Reader
5151
-------------------
5252
The RFIDv3 board is comprised of two main components: the MSP430F249 and the TRF7960.
5353

54-
The MSP430 is the microcontroller and is what is programmed and flashed. rfidv3_msp.tar.gz is
54+
The MSP430 is the microcontroller and is what is programmed and flashed. rfidv3\_msp.tar.gz is
5555
the version of the code running on the RFID board itself, and also includes the entire
5656
revision history of the board's development.
5757

@@ -65,7 +65,11 @@ Flashing the MSP, on the other hand, is a much more difficult process. You'll ne
6565
a compatible JTAG adapter, as well as a connector which can fit the header on the board
6666
(alternatively, solder your own!). There is a 6-pin JTAG header on the board (actually 8-pin,
6767
but the 3V3 pin should be removed, and there is also a pin floating). Finally, you also need
68-
mspgcc-3.2.3.
68+
mspgcc-3.2.3. When all this is satisfied, flashing the board is as simple as running:
69+
70+
make && make program
71+
72+
(on the rfidv3\_msp.tar.gz code obviously!)
6973

7074
Also note: there are two jumpers on the board, which, when in use with the USB (which should
7175
be the only application at this point), should be set to "USB" and "3V3".

0 commit comments

Comments
 (0)