stuff.
- Run
make
ormake all
ormake sender
ormake receiver
- Install the UDEV rule,
52-user-frdm.rules
into udev (sudo cp 52-user-frdm.rules /etc/udev/rules.d/
) - ???
- Profit
- Go back and build a firmware
- Look in the
bin
directory for your firmware. It will be called one of :bin/frdm-magi-sender.bin
, orbin/frdm-magi-receiver.bin
- List the availible boards with
./flash-boards.py -l
- Pick a serial number from the list, and mark it for automatic update with
./flash-boards.py -m <last-n-nibbles-of-the-serial> <firmware-filename-from-step-2>
- Mark a few more boards
- All marked boards are automatically flashed with their correct firmware when you run
make flash-all
. If you only want to update one firmware, then run something likemake flash-receiver