Skip to content

Commit cb0abb2

Browse files
Apply suggestions from code review
Co-authored-by: BenjaminDannegard <benjamin.dannegard@gmail.com>
1 parent 92ca792 commit cb0abb2

File tree

1 file changed

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

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Once it is connected, you should see the Wi-Fi status bullet in the bottom left
5353

5454
### Register the Factory on Foundries.io
5555

56-
Go to [https://create.arduino.cc](https://create.arduino.cc) and click on the portenta-X8 board manager, you will get prompted to set a new `Factory` name if you didn't have one before. The name will not be able to be changed later, so use one that you can remember and write easily.
56+
Go to [https://create.arduino.cc](https://create.arduino.cc) and click on portenta-X8 board manager, you will get prompted to set a new `Factory` name if you didn't have one before. You will not be able to be change the name later, so use one that you can remember and write easily.
5757

5858
![Arduino Cloud integration](assets/cloud-main.png)
5959

60-
It will redirect you to foundries factory registration page.
60+
It will redirect you to the Foundries.io factory registration page.
6161

6262
![Foundries Factory creation](assets/foundries-create-factory.png)
6363

@@ -81,7 +81,7 @@ The next panel gives you a code that you need to copy.
8181

8282
Click on the "Complete registration" button from the Portenta X8 dashboard
8383

84-
The button will open the foundries activation page. Paste your token on the prompt and press continue.
84+
The button will open the Foundries.io activation page. Paste your token in the text box and press continue.
8585

8686
![Foundries device link](assets/foundries-activation-token.png)
8787

@@ -99,7 +99,7 @@ Once it is completed, the factory button on the Portenta X8 dashboard will turn
9999

100100
#### Check Your Factory
101101

102-
Have a look to your factories by going to [Foundries factories page](https://app.foundries.io/factories)
102+
Have a look to your factories by going to [Foundries.io factories page](https://app.foundries.io/factories)
103103

104104
![Foundries.io factories page](assets/foundries-factories.png)
105105

@@ -109,7 +109,7 @@ Select the factory that you want to check and it will open its dashboard.
109109

110110
#### Check Your Device
111111

112-
You can check that your device is fully connected inside your factory by going to the "devices" tab
112+
You can check if your device is fully connected to your factory by going to the "devices" tab.
113113

114114
![Foundries.io factory devices page](assets/foundries-factory-devices.png)
115115

@@ -149,17 +149,17 @@ To gain admin (root) access, type `sudo su -` and the password is `fio` after t
149149

150150
### Connect to a Wi-Fi Access Point
151151

152-
Using the network manager tool `nmcli`
152+
Using the network manager tool `nmcli`:
153153

154154
`nmcli device wifi connect <SSID> password <PASSWORD>`
155155

156-
Check your manager connection status
156+
To check your manager connection status, use this command:
157157

158158
`nmcli de`
159159

160-
### Register device on the factory
160+
### Register Device to the Factory
161161

162-
Make sure the name is not already being used on your Factory.
162+
Make sure the name is not already being used in your Factory.
163163

164164
`lmp-device-register -n <newDeviceName>`
165165

0 commit comments

Comments
 (0)