balena-os / balena-raspberrypi

Balena support for RaspberryPI boards
https://www.balena.io/os/
Apache License 2.0
193 stars 75 forks source link

Boot/reboot/shutdown splash screen #1

Closed agherzan closed 8 years ago

agherzan commented 8 years ago

Steps to reproduce issue

Connect to the HDMI connected to a monitor Boot the device

Expected result

Resin logo splash screen should be visible

Actual result

RaspberryPi: No splash screen at boot

Other information

Reported by: Andrei Gherzan

Test configuration: RaspberryPi

Test case number: TC07

Test run: https://resinio.testlodge.com/projects/16238/runs/192879?tab=2&run_section_id=168778&executed_case_id=9333888#executed_case_9333888

telphan commented 8 years ago

Is this issue present on Raspberrypi or Raspberrypi2?

agherzan commented 8 years ago

Rpi1

telphan commented 8 years ago

Well, this is not exactly a bug. The reason for the splash not showing on rpi1 is slow hardware. It takes too long to show the splash. Therefore the boot finishes before plymouth has a chance of showing splash.

agherzan commented 8 years ago

Yes. We are aware of this but maybe we could optimize boot to inject the splash service sooner in the boot seq services?

telphan commented 8 years ago

There is only one way that springs to mind, but that involves making use of an initramfs.

lurch commented 8 years ago

The new version of Raspbian includes a splashscreen, maybe there's code you can borrow from there?

agherzan commented 8 years ago

Sounds interesting. We will take a look on this.

agherzan commented 8 years ago

This issue was moved to resin-os/resinos#71