-
Notifications
You must be signed in to change notification settings - Fork 26
EGT primary plane #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, Usually this error happens when you already have an instance of EGT running. The primary plane is the base layer of the LCD controller and it's probably already used by another EGT application. Regards Ludovic |
Hi Ludovic, How can I do that? Regards, |
Before loading the application, the demo must be stopped '/etc/init.d/S99demo stop', double check with 'ps' there is any EGT application running, otherwise kill it. Regards Ludovic |
Hi Ludovic, |
Hi Nelson, As I see nothing wrong with EGT, I am closing your issues. You can ask for help on the EGT forum: https://www.microchip.com/forums/f551.aspx Regards, |
Hi,
I am using ATSAMA5D27-SOM1-EK1 board and build using buildroot with sama5d27_som1_ek_graphics_defconfig. After booting up, I use eclipse to create the basic program and tried to run on the board. But I got this error message,
terminate called after throwing an instance of 'std::runtime_error'
what(): unable to create primary plane
Aborted
Any idea how to solve it?
What is actually the primary plane? How to create it?
The text was updated successfully, but these errors were encountered: