stm32mp1-ubuntu
stm32mp1-ubuntu copied to clipboard
Running chromium?
Hello, I've used precompiled image for STm32mp157-dk2 board and installed chromium-browser (ubuntu 22.04) but I cannot make it working. Installed Xserver but this report
(EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
I saw on youtube that you can run weston? Did you try maybe some browser? Thanks.
maybe you can try this?
sudo nano /usr/share/X11/xorg.conf.d/10-screen.conf
Section "Device" Identifier "My Framebuffer" Driver "fbdev" Option "fbdev" "/dev/fb0" # Change fb0 to your framebuffer device if different EndSection