-
Notifications
You must be signed in to change notification settings - Fork 415
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
psplash issues with systemd #1313
Comments
Same |
Have you found a solution? |
@BuriKizilkaya |
I found this PR. I add a new bbappend file for the udev rules and then the boot screen appears. If I connect the raspi with a HDMI screen and I boot up the device, then the progressbar is already 100%. Have you noticed this issue also? |
@BuriKizilkaya |
@gitgonewithwind |
Hi,
I noticed that psplash doesn't work as expected when using it with systemd despite the fix for race condition with /dev/fb0:
Steps to reproduce the issue:
IMAGE_INSTALL:append = " psplash"
INIT_MANAGER = "systemd"
Describe the results you received:
No splash screen. Systemd service psplash-start dependency failed:
Describe the results you expected:
psplash-start.service
to be OK and to display the splash screen while booting the systemAdditional information you deem important (e.g. issue happens only occasionally):
Additional details (revisions used, host distro, etc.):
Tested with core-image-base from branches master and kirkstone on Raspberry Pi 4 (machine
raspberrypi4-64
).The text was updated successfully, but these errors were encountered: