From d70b671a145ca16c54a376223a1c8efca55045c6 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Sun, 3 Feb 2019 23:07:47 +0100 Subject: [PATCH] Add Bluetooth configuration information --- Development_Environment/Boards/imx8.rst | 32 ++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/Development_Environment/Boards/imx8.rst b/Development_Environment/Boards/imx8.rst index 8712925..551088c 100644 --- a/Development_Environment/Boards/imx8.rst +++ b/Development_Environment/Boards/imx8.rst @@ -335,13 +335,18 @@ You can also just boot to u-boot without flashing anything: export PATH=$PATH:/path-to-your-workspace/mfgtools-build/uuu/ uuu uuu_scripts/u-boot_librem5-devkit.lst -Configure WiFi --------------- +Configure Wi-Fi +--------------- + +Before attempting to use Wi-Fi, ensure that the Wi-Fi/Bluetooth switch is set +to the ON position on the board. -For either method below you must first make sure the module is loaded:: +For either method below you must first make sure the relevant module is loaded:: modprobe rsi_sdio +Then you can configure the network interface. + Configure with nmtui ~~~~~~~~~~~~~~~~~~~~ @@ -359,3 +364,24 @@ directly:: nmcli device wifi rescan nmcli device wifi list nmcli device wifi connect SSID-Name password wireless-password + +Configure Bluetooth +------------------- + +Before attempting to use Bluetooth, ensure that the Wi-Fi/Bluetooth switch is +set to the ON position on the board. + +To enable Bluetooth you must first make sure the relevant module is loaded:: + + modprobe rsi_sdio + +It should then be possible to query the Bluetooth device:: + + hcitool dev + +This should produce output like this:: + + Devices: + hci0 88:DA:1A:9E:BA:95 + +The exact device address will be different for your board. -- GitLab