diff --git a/Development_Environment/Boards/imx8.rst b/Development_Environment/Boards/imx8.rst index 87129258ea5390e22b240d460f23c8496b1e6cb1..551088c34e23f8643359a59991c609960f4122e8 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.