Skip to content

Commit 110636d

Browse files
authored
Rename configurator with Wizard
1 parent 70a10ea commit 110636d

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual

1 file changed

+4
-4
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ The table below describes LEDs meaning and functionalities.
477477
| Status LED | Green | Board connected to the Internet |
478478
| Status LED | Red | STM32H7 LED, blinking when triggered in the IDE |
479479

480-
### Setup with the Arduino Linux Configurator
480+
### Setup with the Arduino Linux Wizard
481481

482482
***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.***
483483

@@ -532,7 +532,7 @@ Now you can click **OK** and you will be redirected to the Out-of-the-box homepa
532532

533533
***You can change your network by clicking on the Settings button and repeat the steps above.***
534534

535-
#### Arduino Linux Configurator Homepage
535+
#### Arduino Linux Wizard Homepage
536536

537537
This web page is hosted on the Portenta X8 and allows a user to:
538538

@@ -725,11 +725,11 @@ Android Debug Bridge (ADB) is a tool included in the SDK software (Software Deve
725725

726726
***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).***
727727

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_.
729729

730730
![ADB forward command](assets/adb-tcp-port.png "ADB forward command")
731731

732-
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.
733733

734734
![Out-of-the-box Homepage](assets/OOTB_homepage.png "Out-of-the-box Homepage")
735735

0 commit comments

Comments
 (0)