1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

[sam] add two tools to help load into the adk2

This commit is contained in:
Travis Geiselbrecht 2012-05-29 14:32:34 -07:00
parent be3f1ba3e6
commit afe66ac82b
2 changed files with 14 additions and 0 deletions

14
build/linux/dist/tools/adk2install vendored Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
# simple wrapper around the adk2tool and bossac to properly erase and reset the
# adk2 board
echo $1 /dev/$2 erase
$1 /dev/$2 erase
echo $3 --port=$2 -w -e -v -b $4
$3 --port=$2 -w -e -v -b $4
echo $1 /dev/$2 reset
$1 /dev/$2 reset

BIN
build/linux/dist/tools/adk2tool vendored Executable file

Binary file not shown.