You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box/content.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ software:
18
18
- iot-cloud
19
19
---
20
20
21
-
## Connecting to the board
21
+
## Connecting to the Board
22
22
23
23
Once the Portenta X8 its plugged via USB, you can open your browser and go to http://192.168.7.1 and see a web which is hosted by the board, from this dashboard you will be able to:
24
24
@@ -30,11 +30,11 @@ Once the Portenta X8 its plugged via USB, you can open your browser and go to ht
30
30
* Board details
31
31
* Shell
32
32
33
-
## Connecting to your Wi-Fi
33
+
## Connecting to Your Wi-Fi
34
34
35
35
Click the Wi-Fi button to start configuring your network connection.
36
36
37
-

37
+

38
38
39
39
Select your Wi-Fi SSID
40
40
@@ -52,20 +52,24 @@ Once its connected you should see the Wi-Fi status button on green.
52
52
53
53
## Registering a Factory
54
54
55
-
Click the "Register with Factory" button, and set your new factory name.
55
+
Click the "Register with Factory" button.
56
+
57
+

58
+
59
+
And set your new factory name.
56
60
57
61

58
62
59
63
Click register, now you will get a code that you need to paste into your factory page by opening [Arduino Create Cloud](https://create.arduino.cc) in your browser and click inside the integrations section "Portenta X8 Board Manager
60
-
64
+

61
65

62
66
63
67
Once it succeed the factory button will turn to green.
64
68
65
69

66
70
67
71
68
-
## Controlling Portenta X8 through the terminal
72
+
## Controlling Portenta X8 Through the Terminal
69
73
70
74
You have plenty of ways to communicate with your board, we are going to show adb and ssh.
71
75
@@ -93,7 +97,7 @@ To gain admin (root) access, type `sudo su -` and the password is `fio` after t
93
97
94
98

95
99
96
-
### Inspecting real time tasks
100
+
### Inspecting Real Time Tasks
97
101
98
102
Run: `journalctl -f` to see what's going on on the device
0 commit comments