1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/msba2-common/tools/armtools.txt
2014-02-11 18:45:06 +01:00

16 lines
713 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This directory contains flash & terminal-utilities for use with
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
anѕ "killall -SIGUSR1 pseudoterm" after flashing.
Together, the tools enable you to have a terminal connected to the board
at all times, but let you flash whenever you feel like.