We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750e51d commit 9323402Copy full SHA for 9323402
extras/adb-wrapper
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+adb push $2 /tmp
4
+FILENAME=`basename $2`
5
+adb shell openocd -f /home/fio/extra/openocd_script.cfg -c "\"init; halt; flash write_image /tmp/$FILENAME 0x8100000; reset; shutdown\""
platform.txt
@@ -199,7 +199,9 @@ tools.imgtool.flags=sign --key "{build.keys.keychain}/{build.keys.sign_key}" --e
199
# ADB WRAPPER
200
#
201
202
-tools.adb.path={runtime.tools.adb.path}
+#tools.adb.path={runtime.tools.adb.path}
203
+# temp
204
+tools.adb.path={runtime.platform.path}/extras/
205
tools.adb.cmd=adb-wrapper
206
tools.adb.upload.params.verbose=-v
207
tools.adb.upload.params.quiet=
0 commit comments