-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtest.sh
More file actions
executable file
·32 lines (29 loc) · 833 Bytes
/
test.sh
File metadata and controls
executable file
·32 lines (29 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/bash -
#===============================================================================
#
# FILE: test.sh
#
# USAGE: ./test.sh
#
# DESCRIPTION: test model.
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: Dilawar Singh (), dilawars@ncbs.res.in
# ORGANIZATION: NCBS Bangalore
# CREATED: 09/29/2016 04:38:58 PM
# REVISION: ---
#===============================================================================
set -x
set -e
set -o nounset # Treat unset variables as an error
#make upload
#miniterm.py -p /dev/ttyACM0 -b 38400
./reset_all_boards.sh
./build_and_upload.sh
rm -rf *.log
#miniterm.py -p /dev/ttyACM0 -b 38400
~/Scripts/miniterm.hs /dev/ttyACM0 38400
#./record_and_plot.sh -n 1 -st 1 -sn 1