You've already forked beagleconnect-freedom
mirror of
https://github.com/beagleboard/beagleconnect-freedom.git
synced 2026-07-29 04:00:47 +00:00
11 lines
269 B
Bash
Executable File
11 lines
269 B
Bash
Executable File
#!/bin/bash -ve
|
|
source ./env.sh
|
|
export PROJECT=${1:-build/wpanusb_beagleconnect}
|
|
export PORT=${2:-/dev/ttyACM0}
|
|
|
|
echo Make sure to use the correct ttyACMx...
|
|
lsusb | grep 2047:0aa5
|
|
#west flash -d $ZEPHYR_BASE/$PROJECT $PORT
|
|
./cc2538-bsl.py $ZEPHYR_BASE/$PROJECT $PORT
|
|
|