cvetaevvitaliy / stm32mp1-ubuntu

This repo for build Ubuntu 22.04, 20.04, 18.04, and Debian 10, 11 on stm32mp1 CPU
MIT License
49 stars 25 forks source link

Running chromium? #11

Open nandra opened 1 year ago

nandra commented 1 year ago

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.

abraxas4 commented 9 months ago

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