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
I created a sample Light on and off application (excluding gpio control)from TotalCross website.
I created package for linux and linux_arm. The appication in linux package works on my host pc Ubuntu 18.04. but linux_arm does not work on my embedded board based on STM32MP157C (armv7l), I have Yocto wayland Image.
I have used the same code as in the link below: https://learn.totalcross.com/documentation/get-started/first-embedded-project-with-totalcross
When I run the App the following error appears.
root@xx-1570:~/linux_arm# ./Bulb
Testing video drivers...
SDL_VIDEODRIVER available: x11 wayland dummy
SDL_VIDEODRIVER selected : wayland
SDL_DisplayMode #0: current display mode is 800x480x59
SDL_CreateWindow(): failed to create a window surface Exiting: 107
The text was updated successfully, but these errors were encountered:
I created a sample Light on and off application (excluding gpio control)from TotalCross website.
I created package for linux and linux_arm. The appication in linux package works on my host pc Ubuntu 18.04. but linux_arm does not work on my embedded board based on STM32MP157C (armv7l), I have Yocto wayland Image.
I have used the same code as in the link below:
https://learn.totalcross.com/documentation/get-started/first-embedded-project-with-totalcross
When I run the App the following error appears.
root@xx-1570:~/linux_arm# ./Bulb
Testing video drivers...
SDL_VIDEODRIVER available: x11 wayland dummy
SDL_VIDEODRIVER selected : wayland
SDL_DisplayMode #0: current display mode is 800x480x59
SDL_CreateWindow(): failed to create a window surface Exiting: 107
The text was updated successfully, but these errors were encountered: