-
Notifications
You must be signed in to change notification settings - Fork 156
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
Any timeline for building an image with Raspbian Buster to support the Pi4? #61
Comments
Yes, we've been meaning to order one to the office, and then update the image. Thanks for reminding me... The image preparation is already scripted to a very large degree. Should be simple enough to modify for building other images, if one is so inclined! |
A lot of shops are currently saying something along the lines of:
So this may need to wait a bit, for practical reasons. |
Thanks - I will take a look at the prep script! I have a feeling that the 4GB version will be hard to get and have a high demand for the rest of 2019. |
It would be fantastic to be able to use it with the PI 4. Congratulations your project is really useful, thank you! |
Thanks for the feedback @benderllin, appreciated! Still waiting to get some hands-on time with the 4, but should happen within a few weeks now! As mentioned above, the image setup is mostly scripted, so if you have one and have a bit of extra time, you can probably already make your own quite easily! |
Hi Guys if you guys can get me pi 4 I would like to start this project . Cheers |
I can send you one 2 GB version, i contact you. Thanks |
I also got my hands on a 4, I should have time next week to start fiddling with them 🎉 |
Is there any update to this? I've paused all my projects in anticipation of this :) |
here working on it, soon we report |
@benderllin great to hear, thanks a lot! |
Took a first look at this: it seems that while nothing on the software package side has changed too much, some of the auto-login stuff has, and e.g. the Plymouth splash screen isn't working anymore. |
Seems that the old method of just |
|
Great stuff, thanks, I'll try that as soon as I'm able! Keep the fixes coming, if you have any. 😅 |
@darshana-danrox your suggestion is awesome I generated a working image in like 20min with it! |
Thanks mate . I have generated the image too but still has some issues on my end . if you have resolve it send me config files I'll cross check and update |
@darshana-danrox what issues are you seeing? We can create a check list here to verify
|
chilipie-kiosk.zip Note : on debian 10 (buster) web browser package named
config file and setup script changes can be apply package name change chromium-browser >> chromium what would be better |
Cool! Has anyone tested it already on pi4? |
@benderllin I have it running on a pi4 |
As the entire thought behind this is to make it easy to setup and maintain, could someone actually give us an updated guide on how to configure it for RPI4 or update the .img? |
Hey folks, I appreciate the enthusiasm for this! As it stands, the Buster upgrade has broken more things than previous releases, and still takes a bit of work. I've started the work in the |
Do you have an issue list? We have a conf in 2 week where we plan on using this, so I am happy to help if you tell me what need to be solved |
I built a first alpha release off the https://github.com/futurice/chilipie-kiosk/releases/tag/v3.0.0-alpha1 Please use this to do testing, and report issues here. Even better, if you can figure out fixes for them, please include the commands you used, or which files you edited, so they can be incorporated to the automated image build script. @minutuslausus, see @austinbv's list above, and the things listed on the release page! |
Actually, to update @austinbv's list, I just tried putting in a |
2 gb model using wifi and ethernet works ok. |
@jareware The WPA works I just hadn't confirmed it. I think with the PR everything seems to work fine. |
I got the hw so I got to play with it. Almost everything worked fine, but I had to turn off the GL driver for screen rotation and overscan settings. Other then that everything works as expected (at least in my use case) |
@minutuslausus thanks for the feedback! What do you mean specifically with "turn off the GL driver" though? |
Ctrl + alt + f2 - Advanced options - A7 GL driver - use legacy driver I believe the rasbian for rpi4 came with a new webgl driver which does not support the overcan and it's still a bit instable For me I needed my displays rotated, and when I set it up, the pi booted in properly filling up the whole screen and rotated, but when the chrome loaded it was stuck on the upper half of the monitor |
Hi, thanks for this update! I'm running rasberry pi 4 with 2GB memory and have trouble with my html5 video kiosk app which is looping trough vimeo mp4 files. Everything works fine on my pc / chrome but chromium throws in the 'Aw, Snap! Something went wrong while displaying this web page' message. Is there a way to search for the cause here? The web console doesn't show any error. |
hi studioweb, marketing application? 1.Buster lite uses Adobe Flash Player 32.0.0.207 and OpenJDK 11anyway, make sure youre not running newest technology.
Maybe overclocking? or maybe changing how the gpu works changing the buster lite? if anyone knows... |
@benderllin is right, even though the 4 is quite powerful already, it still can't do everything a full blown PC can. @studioweb is the page you're showing publicly available anywhere? Otherwise it'll be hard to reproduce this. 😟 |
@benderllin This app will be used in multiple exercise room setup where a client goes trough 10 exercise rooms. In each rooms they will do a exercise based on the instruction on the monitor. Each monitor contains 2 videos and 2 webcam feeds so they can watch their own movements. @jareware The version which goes into error after 10-15 mins is located at http://dev.studioweb.nl/webcam/test1.html (movies switch/rotate very fast on purpose) I'm now testing a iframe setup where the parent frame just refreshed the iframe each X minutes. It looks like this fixes the current problem I had but I'd prefer the standalone version with the JS worker since that prevent reloading the page completely. Networks checks can be done from within the worker. |
The alpha1 release is working great for me so far, with the exception of screen resolution. I'm trying to run a 4K monitor in 1920x1080. I'm able to change the console resolution via raspi-config, but when Chromium opens we're back in 4K. Any suggestions welcome. PS. I love this application. |
I echo IvoryDynamite's comments. It's working great for me. I installed the RPI 4 (4GB) on a new LG TV and had some resolutions issues too. I ended up getting it right by adding these settings to /boot/config.txt Not sure if all these settings were needed but it is what worked for me. disable_overscan=0 |
Hey, thanks a lot for these, very useful! The core idea of the project is to just work without any fiddling around in config files, or even raspi-config, so my challenge here is obviously to try and use this information to come up with a setup that works out-of-the-box on various RasPi versions AND various kinds of TV's/displays... so definitely sounds like a challenge with the 4 and/or 4K TV's. 😅 |
Additional input if helpful:
It probably seems silly to run in 1080p on a 4K monitor but my application uses transition effects (fades, movement, etc) and they just aren't smooth when it has to push 4K pixels around. This application will be hugely useful to me if I can get it working so if this is the time to point me to the donation link please do so. :) |
Just noticed that the RPI4 alpha 1 version only has a few hundred MBs of free space in |
Hmm, I thought it had more, but you're absolutely right @pyryk, a bit more would be better! IIRC the current size is capped so that the image will still fit onto a 4 GB SD card, but given that it's almost impossible to find even 8 GB ones anymore, optimizing for this probably doesn't make any sense! |
@darshana-danrox so you got the auto-login working again for tty's 1-3? I used the same code you did (which seems to also match what the latest @IvoryDynamite I'm seeing the same behaviour, though I'm testing with a PC display; the initial page show is done in (what I assume to be 1080p) but after ~5 sec it reverts to the correct resolution for the display. I think it's some kind of delayed auto-detection. |
FYI, there's another alpha build available now, which is based on a more recent upstream Raspbian. Still trying to find the time to fix the remaining issues. Sorry for the delay with the Pi 4; previous new models have been easier to upgrade to. |
Wanted to see if there is any work or plans to create a new image based off Raspbian Buster Lite in order to add support for the new Pi 4's.
Could useful to provide a provisioning script if someone wanted to build their own image also (using something like ansible).
The text was updated successfully, but these errors were encountered: