Skip to content

Commit 35a5d98

Browse files
committed
Fix images
1 parent 44c1bf4 commit 35a5d98

File tree

1 file changed

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

1 file changed

+11
-7
lines changed

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ software:
1818
- iot-cloud
1919
---
2020

21-
## Connecting to the board
21+
## Connecting to the Board
2222

2323
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:
2424

@@ -30,11 +30,11 @@ Once the Portenta X8 its plugged via USB, you can open your browser and go to ht
3030
* Board details
3131
* Shell
3232

33-
## Connecting to your Wi-Fi
33+
## Connecting to Your Wi-Fi
3434

3535
Click the Wi-Fi button to start configuring your network connection.
3636

37-
![](assets/x8-oob- main-wifi.png)
37+
![](assets/x8-oob-main-wifi.png)
3838

3939
Select your Wi-Fi SSID
4040

@@ -52,20 +52,24 @@ Once its connected you should see the Wi-Fi status button on green.
5252

5353
## Registering a Factory
5454

55-
Click the "Register with Factory" button, and set your new factory name.
55+
Click the "Register with Factory" button.
56+
57+
![](assets/x8-oob-main-factory.png)
58+
59+
And set your new factory name.
5660

5761
![](assets/x8-oob-factory-name.png)
5862

5963
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+
![](assets/x8-oob-factory-register.png)
6165
![](assets/cloud-main.png)
6266

6367
Once it succeed the factory button will turn to green.
6468

6569
![](assets/x8-oob-wifi-sucess.png)
6670

6771

68-
## Controlling Portenta X8 through the terminal
72+
## Controlling Portenta X8 Through the Terminal
6973

7074
You have plenty of ways to communicate with your board, we are going to show adb and ssh.
7175

@@ -93,7 +97,7 @@ To gain admin (root) access, type `sudo su -` and the password is `fio` after t
9397

9498
![](assets/ssh-connection-admin.png)
9599

96-
### Inspecting real time tasks
100+
### Inspecting Real Time Tasks
97101

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

0 commit comments

Comments
 (0)