Austin Schuh | 1b96e6b | 2019-03-03 18:45:20 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | cd "$(dirname "${BASH_SOURCE[0]}")" | ||||
4 | |||||
5 | bazel build --cpu=cortex-m4f -c opt //y2019/jevois:teensy.hex -s && bazel run //motors/teensy_loader_cli -- --mcu=mk64fx512 -s $(readlink -f ../../bazel-bin/y2019/jevois/teensy.hex) |