[scripts] add default script to use adk2tool and bossac to flash the adk2012

This commit is contained in:
Travis Geiselbrecht
2012-06-24 17:22:45 -07:00
parent 6ad0cb1436
commit c532c6e4ee

10
scripts/do-adk2012-test Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
export PROJECT=adk2012-test
UART=cu.usbserial-AE015ZNM
tagit
make &&
adk2tool /dev/$UART erase &&
bossac -p $UART -b -w build-sam3x-ek-test/lk.bin &&
adk2tool /dev/$UART console