From 89b1a4546deec8b83535715e24a77125b83f4d76 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Tue, 7 Mar 2023 02:44:13 -0500 Subject: [PATCH] minor Play wifi cleanup --- .../beagleplay/demos-and-tutorials/connect-wifi.rst | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst index 58b899fc..9d044ced 100644 --- a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst +++ b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst @@ -7,10 +7,10 @@ If you have a monitor and keyboard/mouse combo connected, the easiest way is to Alternatively, you can use ``wpa_cli`` over a shell connection through: -* the serial console, -* VSCode or `ssh` over an USB network connection, -* VSCode or `ssh` over an Ethernet connection, -* VSCode or `ssh` over :ref:`BeaglePlay WiFi access point <beagleplay-wifi-access-point>`, or +* the :ref:`serial console <beagleplay-serial-console>`, +* VSCode or ``ssh`` over a USB network connection, +* VSCode or ``ssh`` over an Ethernet connection, +* VSCode or ``ssh`` over :ref:`BeaglePlay WiFi access point <beagleplay-wifi-access-point>`, or * :ref:`a local Terminal Emulator session <beagleplay-wifi-wpa-cli-xfce>`. Once you have a shell connection, follow the :ref:`wpa_cli instructions <beagleplay-wifi-wpa-cli>`. @@ -41,7 +41,7 @@ will want to have DHCP enabled, but that is the typical default. Connect to the "BeaglePlay" or "BeagleBone". .. note:: - The configuration for the access point is in the file system at `/etc/hostapd/hostapd.conf`. + The configuration for the access point is in the file system at ``/etc/hostapd/hostapd.conf``. Once your are connected to the access point, BeaglePlay should provide your computer an IP address and use 192.168.8.1 for itself. It should also be broadcasting the mDNS name "beagleplay.local". @@ -149,9 +149,6 @@ your board to WiFi (if password is correct). wpa_cli (shell) **************** -.. tip:: - Checkout :ref:`beagleplay-serial-console` section. - Swap out "mywifi" and "mypassword" with your network SSID and password, respectively. .. code-block:: shell-session -- GitLab