[scripts] add default script to use adk2tool and bossac to flash the adk2012
This commit is contained in:
10
scripts/do-adk2012-test
Executable file
10
scripts/do-adk2012-test
Executable 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
|
||||
Reference in New Issue
Block a user