Skip to content

Commit bd122fe

Browse files
authored
Added deploy.sh per issue #8 (#9)
Signed-off-by: Frédéric Desbiens <frederic.desbiens@eclipse-foundation.org>
1 parent 7ae23e3 commit bd122fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

MXChip/AZ3166/scripts/deploy.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)