read this if you have an msba2, avsextrem or pttu board

Hi,

I merged this PR yesterday: https://github.com/RIOT-OS/RIOT/pull/592

It changes the tool that is used to flash the msba2 boards.

If you ever ran into the problem that a failed flash irritated you because the make target did not fail, it's time for you to rebuild that tool. For me this was every first flash after plugging in the msba2.

Annoying Scenario: make all flash term flash fails, term executes anyways, you are left with the old binary.

Resolution: - get a fresh RIOT/master checkout - cd boards/msba2-common/tools/ - make clean all - copy the binary over the old one if you don't have this path in   your $PATH:     cp bin/lpc2k_pgm $(which lpc2k_pgm)

Cheers, Ludwig