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
+27-28Lines changed: 27 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -455,7 +455,7 @@ In case the Portenta X8 was flashed barebone, you will just need to recycle the
455
455
456
456
## First Use Of Your Portenta X8
457
457
458
-
You can now start interacting with your Portenta X8. Portenta X8 comes with an embedded Out-of-the-box experience that will guide you step-by-step in the configuration of your board.
458
+
You can now start interacting with your Portenta X8. Portenta X8 comes with an embedded configuration console that will guide you step-by-step in the configuration of your board.
459
459
460
460
### Power The Board
461
461
@@ -475,47 +475,36 @@ The table below describes LEDs meaning and functionalities.
475
475
| Status LED | Green | Board connected to the Internet |
476
476
| Status LED | Red | STM32H7 LED, blinking when triggered in the IDE |
477
477
478
-
### Out-Of-The-Box Experience
478
+
### First configuration with the Out-of-the-box experience
479
479
480
480
***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.***
481
481
482
-
Once the Portenta X8 is correctly powered up, you can start interacting with it.
482
+
Once the Portenta X8 is correctly powered up, you can start interacting with it.
483
483
484
-
In order to do that, you have the possibility to connect to your Portenta X8 through [**ADB**](https://developer.android.com/studio/command-line/adb). Android Debug Bridge (ADB) is a tool included in the SDK software (Software Development Kit) and used, inter alia, to make an Android device and a computer to communicate with each other.
484
+
Open your browser and navigate to [www.arduino.cc/start](www.arduino.cc/start). The following page will be displayed.
485
485
486
-
In the case of the Portenta X8, ADB allows to establish a reliable communication between Portenta X8 and a command-line interface of a computer. In order to check if you have already installed ADB on your computer, you have to verify you installed the latest **Mbed OS Portenta Core** from the IDE. Portenta core contains ADB in it.
***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).***
488
+
Click on **Linux boards** and then sign into your Arduino Cloud account. If you do not have an account yet, create a new one from the same webpage.
489
489
490
-
At this point, you can open your terminal window and look for ADB inside the directory **Arduino15/packages/arduino/tools/adb/32.0.0**.
490
+

491
491
492
-
***The Arduino15 folder may have a different location depending on the Operating System you are using. Check [this article](https://support.arduino.cc/hc/en-us/articles/360018448279-Open-the-Arduino15-folder) to learn where your Arduino15 folder is located.***
492
+
When successfully logged in, you will be asked to download the Arduino Create Agent if you have not done so yet. Click on **DOWNLOAD**.
493
493
494
-
To check if ADB is working correctly, you can type `adb devices`. Your Portenta X8 will be listed there.
495
-
496
-

497
-
498
-
To start the Out-of-the-box experience, 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 Out-of-the-box dashboard will appear to allow you to configure your Portenta X8.
The agent will be installed in your computer. This activity might take few minutes. Once installed, your Portenta X8 will be automatically detected by your PC after few seconds.
Click **Wi-Fi® Settings** to start configuring your network connectivity. Otherwise, you can also connect your Portenta X8 to the Internet through an Ethernet cable, using a USB-C® hub with an RJ45 port or a Portenta Carrier. In this tutorial, Wi-Fi® connectivity will be used.
507
+
Click **Wi-Fi® Connection** to start configuring your network connectivity. Otherwise, you can also connect your Portenta X8 to the Internet through an Ethernet cable, using a USB-C® hub with an RJ45 port or a Portenta Carrier. In this tutorial, Wi-Fi® connectivity will be used.
Once it is connected, you will get a notification confirming your Portenta X8 is now connected to the selected network.
519
+
Once it is connected, you will get a notification confirming your Portenta X8 is now connected to the selected network and its led will start blinking green.
531
520
532
521
Moreover, you can check the network you are connected to in the bottom left section of this dashboard.
533
522
@@ -537,7 +526,17 @@ Now you can click **OK** and you will be redirected to the Out-of-the-box homepa
0 commit comments