only:linux openocd
This commit is contained in:
parent
7af9f79562
commit
bde14dd28d
|
@ -6,7 +6,7 @@ STLINK=$(lsusb | grep 'ST-LINK\|STLINK')
|
||||||
if [ "$STLINK" ]; then
|
if [ "$STLINK" ]; then
|
||||||
echo "I see $STLINK make sure your board file accepts this specific kind of ST-LINK"
|
echo "I see $STLINK make sure your board file accepts this specific kind of ST-LINK"
|
||||||
else
|
else
|
||||||
echo "Do not see any ST-LINK. If you are on WSL make sure you have binded USB"
|
echo "Do not see any ST-LINK. If you are on WSL make sure you have bound USB"
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue