Few days ago i was facing a problem to start a core-image-minimal in a Colibri VF61 board (carried by Iris board). I solve that problem and now, i have a very beautiful Console OS, with Linux.
Now the next step is to put a GUI OS, core-image-sato is supposed be a graphic enviroment OS.
When i put the SD card in to the Iris board and i power it up, i can see throughout terminal, the kernel starts, but not in graphic mode…still in console, why? this si my yocto configuration for this purpose:
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Based on the context provided, it seems that the issue with the graphical environment not starting on your Colibri VF61 board is likely related to missing display drivers or incorrect X server configuration. Here are some steps you can take to address the issue:
Check Display Drivers: Ensure that the necessary display drivers are included in your Yocto build. The error “Screen not found (EE)” suggests that the X server cannot detect a display, which could be due to missing drivers. Verify that the drivers for your specific display hardware are included.
Verify X Server Configuration: Check the X server configuration files to ensure they are set up correctly for your hardware. The configuration might need adjustments to recognize the display.
Add Necessary Layers: Review your bblayers.conf to ensure all necessary layers for X11 support are included. You might need additional layers that provide support for the graphical environment and display drivers.
Display Manager: Consider configuring a display manager like LightDM or GDM to handle the graphical login automatically. This is typically required for starting a graphical session automatically at boot.
If these steps do not resolve the issue, you may need to further investigate the specific drivers and configurations required for your display hardware on the Colibri VF61 board.
Please, also check if these links can help you solve your problem:
If you can see the kernel boot, there is nothing wrong with your build.
This is an headless linux, if you want to have a GUI you would most likely need to create one by yourself.
If you just want a simple home screen with icons to start apps, it should be really simple to create one with QT