eclipse-leda / leda-distro

Eclipse Leda provides a Yocto-based build setup for SDV.EDGE components
https://eclipse-leda.github.io/leda/
Apache License 2.0
14 stars 8 forks source link

Container with Framebuffer overlay for Leda / SDV / VSS events #80

Closed mikehaller closed 11 months ago

mikehaller commented 1 year ago

Is your feature request related to a problem? Please describe. During hackathons, when there is a display and keyboard attached to the Raspi and the user is on the shell, he needs to switch back and forth between tools (kantui, databroker-cli, logs of containers) to see whether something is working or not.

It would be great to have a way to display something on the screen while the user is on the terminal/shell, like an overlay. It should not be obstructing too much and still give him access and control over the shell.

Describe the solution you'd like

Describe alternatives you've considered

Additional notes Having a container access to the display or providing a GUI would be an interesting experiment anyway.

d-s-e commented 1 year ago

A simple lightweight option could be to install tmux. Then it would be possible to have multiple shells/applications running on one screen simultaneously, giving a nice overview while working on the terminal. You could also add a script, that starts a tmux with a preconfigured set of windows running shells/applications. Another bonus would be, that this also works over an ssh connection when no display is attached.

vasilvas99 commented 11 months ago

Tmux is now available with https://github.com/eclipse-leda/meta-leda/pull/198