bluetooth-init: remove verification to BT firmware was loaded successfully
Firmware verification has a side effect in cc6ul sbc express platform that affects to the bluetooth initialization. https://jira.digi.com/browse/DEL-5802 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
73b3c2e255
commit
dca3840b2f
|
|
@ -75,8 +75,7 @@ bluetooth_init() {
|
|||
if hciattach ttyBt qca ${BT_RATE:-3000000} -t30 ${BT_FLOW:-flow} unused ${BT_MACADDR} >${HCIATTACH_LOG} 2>&1; then
|
||||
# hciattach performs a reset to load the new firmware and needs some time to be ready
|
||||
sleep 1
|
||||
# Verify if firmware was loaded successfully
|
||||
bdaddr >/dev/null 2>&1 && return
|
||||
return
|
||||
fi
|
||||
sleep 1
|
||||
|
||||
|
|
|
|||
|
|
@ -75,8 +75,7 @@ bluetooth_init() {
|
|||
if hciattach ttyBt qca ${BT_RATE:-3000000} -t30 ${BT_FLOW:-flow} unused ${BT_MACADDR} >${HCIATTACH_LOG} 2>&1; then
|
||||
# hciattach performs a reset to load the new firmware and needs some time to be ready
|
||||
sleep 1
|
||||
# Verify if firmware was loaded successfully
|
||||
bdaddr >/dev/null 2>&1 && return
|
||||
return
|
||||
fi
|
||||
sleep 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue