-
Notifications
You must be signed in to change notification settings - Fork 76
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
Project not working on raspberry pi 4 #58
Comments
Related: #52 |
If someone can link me to a 'getting started editing balena proejcts' i'm happy to try and create a patch for this. |
[shaunmulligan] This issue has attached support thread https://jel.ly.fish/#/support-thread~460394ec-6186-4619-8cbe-88caf74c6e5b |
@codefriar you would need to do the changes highlighted above, then recompile the base image using the build script https://github.com/balena-io-projects/balena-wpe/blob/master/base-image/build.sh , then push the resulting image to dockerhub, then change wpe to use your newly built image (change would go here https://github.com/balena-io-projects/balena-wpe/blob/master/Dockerfile#L1 ) . |
Any updates on this? |
Not yet as of now |
Hello, Is there a plan to upgrade for Pi 4? Thank you |
@liquidmagic we need to put this issue in the prio list somehow; not sure when that will happen We'll make sure to update this ticket with the progress |
This was my one use-case for Balena, and I went and bought a Pi 4 without checking this. Woops. Looks like I'll scratch the Balena plan, oh well. |
Any updates? |
Hi, Here are the changes I made: I stuck now with the Error: Edit: |
any update on this? |
Any update? |
Any updates on this? |
@jbotte @vbersier @lukecurtis93 They have another repo with a gpu accelerated chromium browser that supports RPI4 |
@niedfelj looks promising! For now I'm using the balenaDash project since it has a chromium browser that works on rpi4 as well. But the link you provided looks more in line with what I need. |
The rpi4 firmware support for the bcm closed source opengl drivers has been discontinued and now only using the kms driver is supported on pi4 (by using the vc4-kms-v3d overlay).
This means this wpe project needs to be recompiled against the open source gl libs. So the backend will probably need to change to fdo here: https://github.com/balena-io-projects/balena-wpe/blob/master/base-image/meta-resin-wpe/conf/samples/local.conf.sample#L35 and also https://github.com/balena-io-projects/balena-wpe/blob/master/base-image/meta-resin-wpe/conf/samples/local.conf.sample#L36 needs to be removed.
And for using the new base image compiled with the above changes, we will also need to figure out how to use weston to make it display nicely on the screen (from what I saw at a quick glance, the fdo backend uses weston)
The text was updated successfully, but these errors were encountered: