Hello all,
I'm fairly new to BLE and Linux BlueZ.
I'm trying to interface a Mikrobus BLE module based on nrf52840dk to our Yocto based Linux SBC (Rugged board i.MX6-UL), I have flashed Zephyr's hci_uart code onto the module.
The module seems to work fine when attached on a Linux PC (Ubuntu) using hciattach command but on our SBC / BLE gateway the device fails to get inited and errors out like this
root@rb-imx6:~# hciconfig hci0 up root@rb-imx6:~# Can't init device hci0: Cannot assign requested address (99)
it'd be great if anyone could help me figure out this issue.
Thanks in advance.