Skip to content

Commit 5e48bd5

Browse files
committed
Add CLI commands section
1 parent 03f34c7 commit 5e48bd5

File tree

1 file changed

+12
-0
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box

1 file changed

+12
-0
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box/content.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,18 @@ To gain admin (root) access, type `sudo su -` and the password is `fio` after t
145145

146146
![CLI configured](assets/ssh-connection-admin.png)
147147

148+
### CLI Commands
149+
150+
### Connect to a Wi-Fi Access Point
151+
152+
Using the network manager tool `nmcli`
153+
154+
`nmcli device wifi connect <SSID> password <PASSWORD>`
155+
156+
Check your manager connection status
157+
158+
`nmcli de`
159+
148160
### Inspecting Real Time Tasks
149161

150162
Run: `journalctl -f` to see what's going on on the device

0 commit comments

Comments
 (0)