Skip to content

Commit e62a630

Browse files
Added image descriptions
1 parent 35a5d98 commit e62a630

File tree

1 file changed

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

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ software:
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

25-
![](assets/x8-oob-main.png)
25+
![Board set up page](assets/x8-oob-main.png)
2626

2727

2828
* [Configure Wi-Fi](#connecting-to-your-wi-fi)
@@ -34,18 +34,18 @@ Once the Portenta X8 its plugged via USB, you can open your browser and go to ht
3434

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

37-
![](assets/x8-oob-main-wifi.png)
37+
![Select wifi on set up page](assets/x8-oob-main-wifi.png)
3838

3939
Select your Wi-Fi SSID
4040

41-
![](assets/x8-oob-wifi-ssid.png)
41+
![Wifi ssid set up](assets/x8-oob-wifi-ssid.png)
4242

4343
Type the password
44-
![](assets/x8-oob-wifi-pass.png)
44+
![Wifi password set up](assets/x8-oob-wifi-pass.png)
4545

4646
Once its connected you should see the Wi-Fi status button on green.
4747

48-
![](assets/x8-oob-wifi-sucess.png)
48+
![Wifi connection done](assets/x8-oob-wifi-sucess.png)
4949

5050

5151
***You can change your network by clicking again on the button and repeat the steps***
@@ -54,19 +54,19 @@ Once its connected you should see the Wi-Fi status button on green.
5454

5555
Click the "Register with Factory" button.
5656

57-
![](assets/x8-oob-main-factory.png)
57+
![Register with factory](assets/x8-oob-main-factory.png)
5858

5959
And set your new factory name.
6060

61-
![](assets/x8-oob-factory-name.png)
61+
![Name your factory](assets/x8-oob-factory-name.png)
6262

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
64-
![](assets/x8-oob-factory-register.png)
65-
![](assets/cloud-main.png)
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"
64+
![Complete factory page](assets/x8-oob-factory-register.png)
65+
![Arduin Cloud integration](assets/cloud-main.png)
6666

6767
Once it succeed the factory button will turn to green.
6868

69-
![](assets/x8-oob-wifi-sucess.png)
69+
![Successful connection](assets/x8-oob-wifi-sucess.png)
7070

7171

7272
## Controlling Portenta X8 Through the Terminal
@@ -90,24 +90,24 @@ To communicate with your board, you will need to know the IP of it, and just typ
9090

9191
The password is `fio`.
9292

93-
![](assets/ssh-connection.png)
93+
![SSH connection](assets/ssh-connection.png)
9494
As it is a linux device, you can do normal stuff like creating files, changing directory, etc.
9595

9696
To gain admin (root) access, type `sudo su -` and the password is `fio` after that the terminal prefix should turn red.
9797

98-
![](assets/ssh-connection-admin.png)
98+
![CLI configured](assets/ssh-connection-admin.png)
9999

100100
### Inspecting Real Time Tasks
101101

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

104-
![](assets/command-journalctl.png)
104+
![Real time tasks on CLI](assets/command-journalctl.png)
105105

106106
## Uploading an Arduino Sketch
107107

108108
Make sure you have the latest mbed Core and as every other board you can select the board inside the `mbed Portenta`.
109109

110-
![](assets/IDE-boards.png)
110+
![Board selected in Arduino IDE](assets/IDE-boards.png)
111111

112112
And click compile and upload.
113113

0 commit comments

Comments
 (0)