You've already forked beagleconnect-freedom
mirror of
https://github.com/beagleboard/beagleconnect-freedom.git
synced 2026-07-28 19:52:43 +00:00
9 lines
251 B
Bash
Executable File
9 lines
251 B
Bash
Executable File
#!/bin/bash -ve
|
|
export SWDIR="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
|
export MSP430_TOOLCHAIN_PATH=/opt/msp430-gcc
|
|
source $SWDIR/ti_msp430_python_tools/msp430-env/bin/activate
|
|
cd $SWDIR/usb_uart_bridge
|
|
lsusb | grep 2047:0200
|
|
make program
|
|
|