Skip to content
Snippets Groups Projects
Commit c702631e authored by Francesco Pham's avatar Francesco Pham
Browse files

docs: add wifi set up instruction for rpi4


Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 0ed92355
No related branches found
No related tags found
No related merge requests found
...@@ -138,6 +138,12 @@ Setting a static of dynamic IP for the interface is implementation and ...@@ -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 deployment specific and any network configuration tool can be used to
configure IPv4 or IPv6 address to RPi. 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>`. For any fault in the hardware device, see :ref:`How to handle faulty hardware device <FallbackSupport>`.
Audio Audio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment