-
|
Recently I found a video on YouTube about Avalonia UI Industrial Embedded System: https://www.youtube.com/watch?v=LOxMWhYcKqA&ab_channel=DanWalmsley I guess it may be a Linux program. However, almost all the Linux programs made by Avalonia I have ever seen need a graphical desktop and must run after the graphical desktop has booted. I want to boot my program when I press the power button as the video showed and run it without a graphical desktop. How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
https://docs.avaloniaui.net/guides/deep-dives/running-on-raspbian-lite-via-drm You can check this tutorial. |
Beta Was this translation helpful? Give feedback.
https://docs.avaloniaui.net/guides/deep-dives/running-on-raspbian-lite-via-drm
You can check this tutorial.