From c702631eb7782729b90a476eecf1848753860445 Mon Sep 17 00:00:00 2001 From: Francesco Pham <francesco.pham@huawei.com> Date: Wed, 8 Dec 2021 17:06:23 +0100 Subject: [PATCH] docs: add wifi set up instruction for rpi4 Signed-off-by: Francesco Pham <francesco.pham@huawei.com> --- docs/hardware-support/boards/raspberrypi4.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/hardware-support/boards/raspberrypi4.rst b/docs/hardware-support/boards/raspberrypi4.rst index 99afa83a..8451e38f 100644 --- a/docs/hardware-support/boards/raspberrypi4.rst +++ b/docs/hardware-support/boards/raspberrypi4.rst @@ -138,6 +138,12 @@ Setting a static of dynamic IP for the interface is implementation and deployment specific and any network configuration tool can be used to configure IPv4 or IPv6 address to RPi. +To set up Wi-Fi connection, use ``nmcli`` by executing the following command: + +.. code-block:: console + + # nmcli dev wifi connect "network-ssid" password "network-password" + For any fault in the hardware device, see :ref:`How to handle faulty hardware device <FallbackSupport>`. Audio -- GitLab