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
docs: Update Torizon section in embedded.mdx to match latest changes
- Update prerequisites to Torizon OS 6.0 or later
- Remove requirement for Weston container (runs directly on linux/kms)
- Update demo variants to show imx8/am62/imx95 GPU-accelerated builds
- Remove deprecated Vivante and ARM32 support
- Change default demo from printerdemo to energy-monitor
- Update docker run commands with new flags and structure
- Add descriptions for all available demos
Copy file name to clipboardExpand all lines: docs/astro/src/content/docs/guide/platforms/embedded.mdx
+38-20Lines changed: 38 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,50 +29,68 @@ For C++ applications see [meta-slint](https://github.com/slint-ui/meta-slint) fo
29
29
Rust applications work out of the box with Yocto's Rust support.
30
30
</TabItem>
31
31
<TabItemlabel="Torizon">
32
-
Toradex provides [TorizonCore](https://developer.toradex.com/torizon/), a Linux based platform for its embedded devices that packages applications in docker containers.
32
+
Toradex provides [Torizon OS](https://developer.toradex.com/torizon/), a Linux based platform for its embedded devices that packages applications in docker containers.
33
33
34
-
We provide our demos compiled for Toradex as docker containers.
34
+
We provide our demos compiled for Toradex as docker containers with and without GPU acceleration support.
35
35
36
36
#### Prerequisites
37
37
38
-
- A device running Torizon
39
-
- A running [weston container](https://developer.toradex.com/torizon/5.0/provided-containers/working-with-weston-on-torizoncore)
38
+
- A device running Torizon OS 6.0 or later
40
39
- SSH access to the Torizon device
40
+
- Docker installed on the device
41
+
42
+
**Note**: The Slint demos run directly on the linux/kms and do not require a Weston container.
41
43
42
44
#### Running
43
45
44
-
Our pre-compiled demos are available in four different variants:
46
+
Our pre-compiled demos are available in multiple variants optimized for different hardware platforms:
45
47
46
-
1. Compiled for ARM 32-bit as `armhf` and compiled for ARM 64-bit as `arm64`
47
-
2. Compiled with Linux DRI or with support for Vivante GPUs (`-vivante` suffix)
48
+
1.**Standard ARM64 without GPU build** (`torizon-demos-arm64`) - Uses software rendering
49
+
2.**i.MX8 GPU build** (`torizon-demos-arm64-imx8`) - Optimized for i.MX8 series with GPU acceleration
50
+
3.**AM62 GPU build** (`torizon-demos-arm64-am62`) - Optimized for AM62 series with GPU acceleration
51
+
4.**i.MX95 GPU build** (`torizon-demos-arm64-imx95`) - Optimized for i.MX95 series with GPU acceleration
0 commit comments