EGLFS app freezes terminal on exit
-
I run my app on Raspberry with
-platform eglfs
and it works fine but after it finishes, everything freezes. I can see the output of what my app was doing and I can seepi@raspberry:~ $
but I can't write anything anymore and I can't even change tty with CTRL+ALT+F2. I can however log in by ssh in order to e.g. reboot the system. How do I fix that? -
I run my app on Raspberry with
-platform eglfs
and it works fine but after it finishes, everything freezes. I can see the output of what my app was doing and I can seepi@raspberry:~ $
but I can't write anything anymore and I can't even change tty with CTRL+ALT+F2. I can however log in by ssh in order to e.g. reboot the system. How do I fix that? -
You are right, I was sure my app is long gone and it doesn't matter as I can see bash prompt and all that... but when I exit it manually (by quit()), there is no problem.