04.12.2023, 09:19
We've tested this locally and can't reproduce this issue.
Add the following code to init script:
This should prevent LM from rebooting if BLE driver crashes. Then install all BLE packages back and provide the logs that you get in System config > Status > System log.
Add the following code to init script:
Code:
io.writefile('/proc/sys/kernel/panic', 0)
io.writefile('/proc/sys/kernel/panic_on_oops', 0)
This should prevent LM from rebooting if BLE driver crashes. Then install all BLE packages back and provide the logs that you get in System config > Status > System log.