Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit be9a5b5e authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Add wpa_cli console instructions

parent 8d9f4584
Branches
Tags
No related merge requests found
...@@ -87,8 +87,32 @@ your board to WiFi (if password is correct). ...@@ -87,8 +87,32 @@ your board to WiFi (if password is correct).
Connecting to WiFi access point Connecting to WiFi access point
wpa_cli wpa_cli (console)
******** *****************
.. tip::
Checkout :ref:`beagleplay-serial-console` section.
Connect your BeaglePlay to a USB to UART cable through the UART debug
header pins near USB-C port of BeaglePlay.
.. table:: connecting BeaglePlay to USB-UART bridge
+-------------------------+----------------------------+
| USB to UART debug probe | BeaglePlay UART debug port |
+=========================+============================+
| Transmit (TX) | Recieve (RX) |
+-------------------------+----------------------------+
| Recieve (RX) | Transmit (RX) |
+-------------------------+----------------------------+
| Ground (GND) | Ground (GND) |
+-------------------------+----------------------------+
After getting the access to BeaglePlay's console using application like ``tio``
you can follow the exact steps in the section below to setup your WiFi using ``wpa_cli``.
wpa_cli (XFCE)
**************
Another way of connecting to a WiFi access point is to use ``wpa_cli`` tool. Another way of connecting to a WiFi access point is to use ``wpa_cli`` tool.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment