2014-02-11 18:15:43 +01:00
|
|
|
This directory contains flash & terminal-utilities for use with
|
2010-09-22 15:10:42 +02:00
|
|
|
the msb_av2 platform used by the FeuerWhere-Project.
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
Running "./pseudoterm /dev/ttyUSB1" will start the terminal-emulator,
|
|
|
|
open the specified port and reset the connected msb_av2-board.
|
|
|
|
If it receives a SIGUSR2, the terminal closes the port an waits.
|
|
|
|
On reception of a SIGUSR1, it reopens the port and resets the ARM.
|
|
|
|
|
|
|
|
"./lpc2k_pgm /dev/ttyUSB1 /path/to/firmware.ihex" will do what you
|
|
|
|
expect, but it will additionally run "killall -SIGUSR2 pseudoterm" before
|
2017-09-05 20:38:44 +02:00
|
|
|
and "killall -SIGUSR1 pseudoterm" after flashing.
|
2010-09-22 15:10:42 +02:00
|
|
|
|
|
|
|
Together, the tools enable you to have a terminal connected to the board
|
|
|
|
at all times, but let you flash whenever you feel like.
|