Jump to content
deanmsands3

How to enable Plymouth on Tinker 2S running Debian Bullseye?

Recommended Posts

I'd like to have my Tinker 2S boot with a Plymouth animation to hide the boot-up messages.

I have a Plymouth theme I created on an x64 host and I'd like to use it on my Tinker.

If Plymouth isn't an option, is there an alternative?

Share this post


Link to post
Share on other sites

The TinkerBoard boot logo? It's much simpler (for the Tinker 2/S). Just convert a 24-bit BMP (less than 700kb) and dd it to the splash partition. 

But I was hoping to hide the boot messages with a service like Plymouth.

(5 hours later)

And I found it.

1. Set the default Plymouth theme

sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/spinner/spinner.plymouth 100

2. Update initramfs

sudo initramfs -u

3. Mount the "boot" partition

sudo mount /dev/mmcblk1p8 /boot

4. Append "console=tty0 quiet splash plymouth.ignore-serial-consoles" to /boot/cmdline.txt

echo "console=tty0 quiet splash plymouth.ignore-serial-consoles" | sudo tee -a /boot/cmdline.txt

5. Reboot 

sudo reboot

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...