hi guys can someone tell me how to make the boot logo go away.Or what is it that decides how much time the logo stays there?Actually i want to use the whole tft for debugging purpose, when i run my code half of the screen is occupied by the logo. i can only see in the remaining half my program debug strings:( luv priya
BOOT LOGO REMOVE
Hi! Is there any way to remove the startup logo without to recompile kernel??? Please explain clearly the way to remove it. Thanks a lot.
What I did ( with recompiling ) go to kernel subdir. make menueconfig --> device drivers ----> Graphics support -------> Bootup logo ( unselect this one )
If you want to avoid recompiling, you can also add this line to your /etc/init.d/rcS (I put it on a new line after '/sbin/hwclock -s'): clear > /dev/tty1 The logo will be visible though, but only for about 5 seconds. Then it disappears.