I’ve just installed Torizon OS 7 (7.1.0-devel-202412+build.4) on Verdin iMX8M-Plus, with the following containers:
- torizon/weston-imx8:4.2
- torizon/cog-imx8:4.2
I read in the known issues on github that
Chromium is not stable at the moment
but I see that for cog it’s the same.
If I execute some reboots, sometimes it starts and is able to render on the screen, and in the docker log I see
docker logs --tail 1000 -f ca372ab7c0068f00389c634d971dfa270993fd63f26f7521dcd77be58f6a86c1
Could not determine the accessibility bus address
(cog:1): GLib-GIO-WARNING **: 09:47:11.556: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal. It should do one of these.
Cog-Core-Message: 09:47:11.904: <https://webglsamples.org/> Load started.
Cog-Core-Message: 09:47:12.804: <https://webglsamples.org/> Loading...
WARNING: trying to load platform resource 'missingImage'
Cog-Core-Message: 09:47:15.269: <https://webglsamples.org/> Loaded successfully.
Sometimes I see that the container is started, but nothing is rendered over the weston dark blue background.
Here is the log when this happens:
docker logs --tail 1000 -f 8e7149eec063213125a47c5befb7b179ef83c32c31785ab065bf33605252652c
(cog:1): Cog-DRM-WARNING **: 09:50:07.880: Renderer 'modeset' does not support rotation 0 (0 degrees).
Could not determine the accessibility bus address
(cog:1): GLib-GIO-WARNING **: 09:50:07.990: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal. It should do one of these.
(cog:1): Cog-DRM-WARNING **: 09:50:08.668: failed to import a wl_buffer resource into gbm_bo
Cog-Core-Message: 09:50:08.670: <https://webglsamples.org/> Load started.
Cog-Core-Message: 09:50:09.152: <https://webglsamples.org/> Loading...
WARNING: trying to load platform resource 'missingImage'
Cog-Core-Message: 09:50:12.273: <https://webglsamples.org/> Loaded successfully.
I see two more messages when it fails:
...
(cog:1): Cog-DRM-WARNING **: 09:50:07.880: Renderer 'modeset' does not support rotation 0 (0 degrees).
...
(cog:1): Cog-DRM-WARNING **: 09:50:08.668: failed to import a wl_buffer resource into gbm_bo
...
Is this a known issue?