Fixed Bluetooth on Cubietruck

This commit is contained in:
Igor Pecovnik 2016-02-28 18:48:01 +01:00
parent 5b91d28957
commit a0f44ac5f6
3 changed files with 3 additions and 0 deletions

BIN
bin/brcm_bt_reset Normal file

Binary file not shown.

Binary file not shown.

View file

@ -42,6 +42,9 @@ else
PORT="ttyS1"
fi
# reset port
/usr/local/bin/brcm_bt_reset /dev/$PORT
# Start patching
/bin/echo -en "" > /dev/$PORT # pull down RTS on UART
log_action_begin_msg "Start pushing firmware to device and waiting max. 60sec to complete"