Posts: 3
Threads: 0
Likes Received: 1 in 1 posts
Likes Given: 0
Joined: Apr 2018
Editing /boot/extlinux/extlinux.conf and changing the last line to:
append console=ttyS3,115200n8 earlyprintk quiet splash loglevel=0 logo.nologo plymouth.ignore-serial-consoles console=tty2 rw init=/sbin/init
results in a mute boot.
I'm using TinkerOS 2.0.5 and this is working for me.
•
Posts: 88
Threads: 9
Likes Received: 2 in 2 posts
Likes Given: 2
Joined: May 2017
04-26-2018, 08:52 AM
(This post was last modified: 04-26-2018, 10:55 AM by DVE.)
Thanks. It works but when I remove "splash" from a string, the log appears again (maybe OS bug? it should not be so).
So I still need to disable plymouth anyway. Tinker OS 2.0.3.
The splash screen is pretty useless btw - it appears about 10 seconds after system power on, than staying only for 1-2 seconds, than disappear, than system is booting another 5 seconds. It will be nice to have a logo immediately when system starts, but I'm not sure that its possible. So I switched it off - it imho more confuse the user, not helps him.
•
Posts: 66
Threads: 16
Likes Received: 5 in 5 posts
Likes Given: 2
Joined: Mar 2018
(04-26-2018, 08:52 AM)DVE Wrote: The splash screen ...... it appears about 10 seconds after system power on, than staying only for 1-2 seconds, than disappear, than system is booting another 5 seconds. It will be nice to have a logo immediately when system starts, but I'm not sure that its possible. So I switched it off - it imho more confuse the user, not helps him.
Yup I agree, would be nice to have a consistent image
..... I would have thought that Asus would be keen to push their board and brand emphasise it (like they do with the Android version of the Tinker logo starting at time of boot until OS load)....
If this could be done for the tinkerOS with some "simple" images in obvious locations that developers can swap out that would help us.
Yes, I'm more of a tinkerer than a developer .... need to move on more to the application development than fussing with the graphics and wasting time on a splash screen image, but it is the finishing touch to a development IMHO
When I say simple I mean that converting an image to 254 colours and making it a raw or C file format is still simple or at least can be a simple procedure to follow should you want to undertake the change.
I've been busy on other things for the last few days and will pick up on it tonight.
{I don't know if any of this will work, but I was going to try to TinkerOS v2.0.5 tonight}
https://www.denx.de/wiki/DULG/UBootSplashScreen
https://www.denx.de/wiki/DULG/LinuxSplashScreen
https://community.nxp.com/thread/254023
...working my way through the 1000+ ways things don't work to find the one that does...
•
Posts: 88
Threads: 9
Likes Received: 2 in 2 posts
Likes Given: 2
Joined: May 2017
(04-26-2018, 11:21 AM)Robertspark Wrote: If this could be done for the tinkerOS with some "simple" images in obvious locations that developers can swap out that would help us.
The location is known: /usr/share/plymouth/
The problem is, the splash screen is not working as good as expected.
(04-26-2018, 11:21 AM)Robertspark Wrote: {I don't know if any of this will work, but I was going to try to TinkerOS v2.0.5 tonight}
https://www.denx.de/wiki/DULG/UBootSplashScreen
https://www.denx.de/wiki/DULG/LinuxSplashScreen
https://community.nxp.com/thread/254023
Its interesting, keep in touch with your results.
•
Posts: 3
Threads: 0
Likes Received: 1 in 1 posts
Likes Given: 0
Joined: Apr 2018
One solution to silencing plymouth is to change the theme.
But first it is good to see the themes available:
sudo plymouth-set-default-theme -l
If you change the theme to 'details', plymouth will not show anything:
sudo plymouth-set-default-theme details --rebuild-initrd
Reboot and see the result
•
Posts: 10
Threads: 1
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Oct 2018
I just bought the Tinker Board 4 days ago and completely new to linux.
I'm running Emar-Systems Lubuntu 18 image. Its a fairly decent image except they filled the image full of their ads/spam. Every motd or anyplace possible to put their name, it's there. I've manage to strip all the ads except in one place. During initial boot, and I'm assuming its when extlinux.conf gets executed, as the tty1 console messages are being displayed, they somehow load their logo in the upper left hand corner of the screen. I've searched high and low on how to get rid of that logo from appearing. It's not plymouth. I've disabled everything I can possibly Google, but yet that image is still there. I would love to just change it, delete it, do something other than have an advertisement.
I researched the possibility of them using vesamenu.c32 Images & Themes but I can't find any traces of that either.
/boot/extlinux
label Asus Tinker Board
kernel /zImage
fdt /rk3288-miniarm.dtb
append earlyprintk console=tty1 root=/dev/mmcblk0p2 rw init=/sbin/init
Any ideas? Any help to get rid of that image would be greatly appreciated!!
•
Posts: 985
Threads: 22
Likes Received: 68 in 60 posts
Likes Given: 12
Joined: Jul 2018
Perhaps there is bmp/jpg/png image in /boot. Try to rename it.
Light blue words might be a link. Have you try to click on them?
•
Posts: 66
Threads: 16
Likes Received: 5 in 5 posts
Likes Given: 2
Joined: Mar 2018
Uboot?
When in the boot sequence is it displayed?
Can you provide a link a link maybe to an image file and I'll have a look for you (Google drive, Dropbox ?)
...working my way through the 1000+ ways things don't work to find the one that does...
•
Posts: 10
Threads: 1
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Oct 2018
Thank you Robertspark. I sent you a pm.
I checked for plymouth, vesamenu32, uboot, searched for png, jpg, svg, (didn't think about bmp), I found all the other desktop and button ads/spam, but couldn't find the image that loads at boot.
I tried to post an drop box link, but I wasn't allowed to.
•
Posts: 985
Threads: 22
Likes Received: 68 in 60 posts
Likes Given: 12
Joined: Jul 2018
Why not asking to the authors
Light blue words might be a link. Have you try to click on them?
•