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/01.user-manual/content.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -477,7 +477,7 @@ The table below describes LEDs meaning and functionalities.
477
477
| Status LED | Green | Board connected to the Internet |
478
478
| Status LED | Red | STM32H7 LED, blinking when triggered in the IDE |
479
479
480
-
### Setup with the Arduino Linux Configurator
480
+
### Setup with the Arduino Linux Wizard
481
481
482
482
***It is recommended to have your Portenta X8 with the latest OS version. Check [this section](#portenta-x8-os-image-update) to learn how to have your Portenta X8 up-to-date.***
483
483
@@ -532,7 +532,7 @@ Now you can click **OK** and you will be redirected to the Out-of-the-box homepa
532
532
533
533
***You can change your network by clicking on the Settings button and repeat the steps above.***
534
534
535
-
#### Arduino Linux Configurator Homepage
535
+
#### Arduino Linux Wizard Homepage
536
536
537
537
This web page is hosted on the Portenta X8 and allows a user to:
538
538
@@ -725,11 +725,11 @@ Android Debug Bridge (ADB) is a tool included in the SDK software (Software Deve
725
725
726
726
***If you need to install ADB, you can also download the right tool for your Operating System directly from the [official Android website](https://developer.android.com/studio/releases/platform-tools).***
727
727
728
-
In case you would like to start the embedded Arduino Linux configurator from the command line, you can continue typing in your terminal `adb forward tcp:8080 tcp:80`. With this command, ADB allows to forward the requests of the `8080 TCP-IP port` of your computer to the `80 TCP-IP port` of your device, that for this case it is the device with the name _Portenta X8_.
728
+
In case you would like to start the embedded Arduino Linux Wizard from the command line, you can continue typing in your terminal `adb forward tcp:8080 tcp:80`. With this command, ADB allows to forward the requests of the `8080 TCP-IP port` of your computer to the `80 TCP-IP port` of your device, that for this case it is the device with the name _Portenta X8_.
Now you can open your browser, go to [http://localhost:8080](http://localhost:8080) and the same Arduino Linux Configurator dashboard will appear to allow you to configure your Portenta X8.
732
+
Now you can open your browser, go to [http://localhost:8080](http://localhost:8080) and the same Arduino Linux Wizard dashboard will appear to allow you to configure your Portenta X8.
0 commit comments