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
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ hardware:
17
17
18
18
## Overview
19
19
20
-
[Docker](http://docker.com) Is a platform full of applications, called containers. Containers are isolated solutions and thus they don't have to depend on your environment. Making them portable and consistent throughout development, testing and production.
20
+
The Arduino Portenta X8's Processor **NXP® i.MX 8M Mini Processor** Includes 3D rendering, this will allow us to display 3D content on a screen or video output.
21
21
22
-
You can download, install, use and share applications in the form of containers. You can find all the available containers on the [hub.docker.com](https://hub.docker.com) page.
22
+
We will render web content from the internet that uses WebGL and display it on a screen, using an USB Hub.
23
23
24
-
In this tutorial we will go through the steps of how to install, run and remove the [Hello-World Container](https://hub.docker.com/_/hello-world)
24
+
In this tutorial we will go through the steps of how to setup, install and modify the video output.
25
25
26
26
## Goals
27
27
@@ -49,7 +49,7 @@ By default if you connect the board to a display you will see the "home-screen"
49
49
50
50
***You can interact with the interface by plugging USB devices on your hub, like a mouse and a keyboard.***
To save the changes press the **ESC** key and type `:wq` this will write and quit the **VIM** editor.
174
176
175
177
After editting it you will need to compose the container again.
@@ -184,4 +186,10 @@ In this tutorial you learned how to get the container onto your device, run it a
184
186
- You could make an app that shows information about the weather in a web and having that on a display.
185
187
186
188
## Troubleshooting
187
-
- If you tried to connect with `ssh` and you get a **fingerprint** issue you will need to remove the IP and fingerprint on your `.ssh` file, on windows the file is at `C:\Users\<yourUsername>\.ssh` and try again the **ssh** connection.
189
+
- If you tried to connect with `ssh` and you get a **fingerprint** issue you will need to remove the IP and fingerprint on your `.ssh` file, on windows the file is at `C:\Users\<yourUsername>\.ssh\known_hosts` and try again the **ssh** connection.
0 commit comments