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/display-output-webgl/content.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,11 @@ In this tutorial we will go through the steps of how to install, run and remove
38
38
- External monitor
39
39
- HDMI cable
40
40
41
-
## Setup the Video Output
41
+
## Instructions
42
+
43
+
### Hardware setup
44
+
45
+
### Setup the Video Output
42
46
43
47
The Portenta X8 contains a GPU so its able to manage video and display that content.
44
48
By default if you connect the board to a display you will see the "home-screen" with the `Arduino PRO` background wallpaper, and a bottom bar with the real time.
@@ -47,7 +51,7 @@ By default if you connect the board to a display you will see the "home-screen"
47
51
48
52
[X8 home-screen]()
49
53
50
-
## Install The Container
54
+
###Install The Container
51
55
52
56
There are two ways to get the container, either through `foundriesFactories` or downloading the container from [portenta-containers repository](https://github.com/arduino/portenta-containers)
53
57
@@ -68,15 +72,11 @@ fioctl logout
68
72
fioctl login
69
73
```
70
74
71
-
## Setting The Container
72
-
73
-
### Foundries Option
74
-
If you did it within **Foundries.io** you will see the home-screen for some seconds and then it will fade-out and open the Aquarium 3D from [WebGL samples - Aquarium](https://webglsamples.org/aquarium/aquarium.html).
75
+
**With Foundries:** If you did it within **Foundries.io** you will see the home-screen for some seconds and then it will fade-out and open the Aquarium 3D from [WebGL samples - Aquarium](https://webglsamples.org/aquarium/aquarium.html).
75
76
76
-
### "Offline" Option
77
-
In case you downloaded the [portenta-containers repository](https://github.com/arduino/portenta-containers) and pushed the container to your Portenta X8, you will need to connect your board directly to your computer and run the `adb shell`.
77
+
**With downloaded repository:** In case you downloaded the [portenta-containers repository](https://github.com/arduino/portenta-containers) and pushed the container to your Portenta X8, you will need to connect your board directly to your computer and run the `adb shell`.
***To connect through ssh it will request the user's password, which is "fio".***
131
131
***If you have troubles connecting with the ssh, please check the troubleshooting section at the end of this tutorial***
132
132
133
-
####Copy/push the container
133
+
### Copy/push the container
134
134
You can push the container from your computer, first open a terminal on the container's directory, then you can use this command to send the container to the Portenta X8:
If you get it from **Foundries.io** it will run automatically after few seconds.
141
141
142
142
In case you copied from the repository, you will need to initialize it with **docker** by accessing your Portenta X8 through ssh, going to the directory where you copied it and run it from there:
@@ -155,7 +155,7 @@ docker-compose up --detach
155
155
docker-compose stop
156
156
```
157
157
158
-
## Edit The Output
158
+
###Edit The Output
159
159
You can change the URL of the web output, by going to the container's directory and editing the `docker-compose.yml` file:
0 commit comments