mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
[sam] add two tools to help load into the adk2
This commit is contained in:
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.
Reference in New Issue
Block a user