Hello Team,
I have successfully added the boot-up logo to verdin imx8mp yocto build using plymouth.
It is working fine,but i could not able to see any shutdown logo. I am using native LVDS display.
~/yocto_imx8mp/oe-core/layers/meta-bhaskar1$ tree
.
├── conf
│ └── layer.conf
├── COPYING.MIT
├── README
├── recipes-core
│ └── plymouth
│ ├── files
│ │ ├── 0001-disable-boot-splash-later.patch
│ │ ├── shutdownlogo.png
│ │ ├── spinner.plymouth
│ │ └── torizonlogo-white.png
│ └── plymouth_%.bbappend
└── recipes-example
└── example
└── example_0.1.bb
I have added the following line in spinner.plymouth
[shutdown]
ImageFile=/usr/share/plymouth/themes/spinner/shutdownlogo.png
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello Prem,
Thank you for reaching out with your question. It sounds like you’ve made great progress with the boot-up logo on your Verdin iMX8MP using Plymouth. Let’s see how we can address the issue with the shutdown logo.
Verify Plymouth Configuration: Double-check that the path to your shutdown image in spinner.plymouth is correct:
Ensure that shutdownlogo.png is indeed located at this path and is accessible.
Set the Correct Theme: Confirm that the Plymouth theme is set to spinner or the theme where you’ve configured the shutdown image. Use the following command to set and rebuild the theme:
plymouth-set-default-theme -R spinner
The -R option rebuilds the initramfs with the new theme.
Check Plymouth Service: Make sure the Plymouth service is active during shutdown. Check its status with:
systemctl status plymouth-quit.service
If it’s not active, enable it using:
systemctl enable plymouth-quit.service
Display Configuration: Since you’re using a native LVDS display, verify that the display settings remain correct during shutdown. Sometimes, settings can change, affecting the logo’s visibility.
Review Logs: Look into system logs for any errors related to Plymouth or display settings during shutdown. This can provide insights into any underlying issues.
By following these steps, you should be able to resolve the issue with the shutdown logo. If you continue to experience difficulties, reviewing the Plymouth documentation might offer additional insights.
I hope this helps! If you have any more questions, feel free to ask.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem:
Hi @sahil.tx ,
For your better understanding i am posting a video in that we are able to see the bootup logo but while poweroff i cannot able to see my shutdown logo.
Hi @premsai ,
Its unclear whats happening the the video.
These are the sequence of things visible
logs —> landscape image(may be its your logo) -->logs—>display—>logs.
How did you shut it down?
We need to reproduce the issue and test at our end.
For that I request you to please use your company official email ID(not yahoo/gmail).
Hi @sahil.tx ,
In that video i have booted the imx8mp with my yocto multimedia image, i have added plymouth to see the boot logo. It’s working fine. The similar way as toradex ai replied i have added the [shutdown]
/path
But the shutdown logo is not reflecting on my screen when i given poweroff command or reboot command.