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 7ae23e3 commit bd122feCopy full SHA for bd122fe
1 file changed
MXChip/AZ3166/scripts/deploy.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+# Change the path to where the AZ3166 is mounted on your system.
4
+DESTINATION="/Volumes/AZ3166"
5
6
+cp ../build/app/*.bin ${DESTINATION}
0 commit comments