Reputation: 468
I want to show some kind of loading screen on LCD display while beagleBone is booting linux.
Is it possible?
thanx
Upvotes: 1
Views: 201
Reputation: 66
Plymouth is how Fedora and Ubuntu splash screens work.
According to Arch Linux, Plymouth requires Kernel Mode Setting or an applicable buffer, so assuming that you have the DRM modesetting capabilities (see Plymouth link below) you could evaluate cross-compiling from source.
https://www.freedesktop.org/wiki/Software/Plymouth/
Upvotes: 1