blob: 50d057117ec15e57742038353bd2c230bf601b7d [file] [log] [blame]
Austin Schuh1b96e6b2019-03-03 18:45:20 -08001#!/bin/bash
2
3cd "$(dirname "${BASH_SOURCE[0]}")"
4
5bazel 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)