Hi,
My current Linux BSP version is 3.14.38.
I am trying to verify an USB BT module on imx6ul.
1. I added this line to conf/local.conf, then used "bitbake core-image-minimal" to build code.
IMAGE_INSTALL_append = " bluez5"
2. Finally, I put the contents of built rootfs to my current rootfs.
3. However, I got an error while running bluetoothd.
Below is my error log.
root@imx6ulevk:/usr/lib/bluez5/bluetooth# ./bluetoothd -d -n
bluetoothd[581]: Bluetooth daemon 5.28
D-Bus setup failed: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
bluetoothd[581]: Unable to get on D-Bus
Could you tell me how to fix this issue?