diff --git a/README.md b/README.md index cf207ea..919895c 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ But if not; my somewhat limited notes on compiling the tree, plus a script that ## Enabling Bluetooth You need one of the new device trees provided here; these correctly map UART1 onto the BT controller (with RTS/CTS). -Once that is in place you still need the correct firmware for the bluetooth adapter, a copy of this is in the [bluetooth firmware](./bt-fw) folder. +Once that is in place you also need the correct firmware for the bluetooth adapter, a copy of this is in the [bluetooth firmware](./bt-fw) folder. * Copy the two firmware (`.bin`) files to `/usr/lib/firmware/` on the MQ PRO and reboot. +* Install *Bluez* (`sudo apt install bluez`) and then you can use `bluetoothctl` to configure and connect ## Status LED The onboard (blue) status LED can now be controlled via the sys tree: diff --git a/tools/mqpro-status-led.service b/files/mqpro-status-led.service similarity index 100% rename from tools/mqpro-status-led.service rename to files/mqpro-status-led.service diff --git a/bt-fw/rtl8723ds_config.bin b/files/rtl8723ds_config.bin similarity index 100% rename from bt-fw/rtl8723ds_config.bin rename to files/rtl8723ds_config.bin diff --git a/bt-fw/rtl8723ds_fw.bin b/files/rtl8723ds_fw.bin similarity index 100% rename from bt-fw/rtl8723ds_fw.bin rename to files/rtl8723ds_fw.bin