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:
parent
be3f1ba3e6
commit
afe66ac82b
14
build/linux/dist/tools/adk2install
vendored
Executable file
14
build/linux/dist/tools/adk2install
vendored
Executable 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
BIN
build/linux/dist/tools/adk2tool
vendored
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user