01-09-2019, 10:16 AM
01-09-2019, 10:38 AM
Hi bzonedza !
Here is the procedure to follow.
https://tinkerboarding.co.uk/wiki/index....=Boot-logo
Here is the procedure to follow.
https://tinkerboarding.co.uk/wiki/index....=Boot-logo
01-10-2019, 03:12 AM
Hi Leskriim
Thank you very much. Now I can do it. I would like to know how can I disable "Rockcip Kernel" boot screen.
Thank you.
Thank you very much. Now I can do it. I would like to know how can I disable "Rockcip Kernel" boot screen.
Thank you.
01-10-2019, 08:48 AM
Or simply go to the root of kernel you replace the 2 logos "Tinker Board" by yours and you rename them logo.bmp and logo_kernel.bmp you keep well both.
If you want a static logo.
If you want a static logo.
01-12-2019, 12:51 AM
(01-10-2019, 08:48 AM)Leskriim Wrote: [ -> ]Or simply go to the root of kernel you replace the 2 logos "Tinker Board" by yours and you rename them logo.bmp and logo_kernel.bmp you keep well both.
If you want a static logo.
Leskriim is right. replace them in the kernel directory since the uboot one doesn't actually display. Recompile kernel afterwards.
Make sure the image you use is a bmp and is Runlength encoded with the colour information written into the header. This can be done via GIMP when exporting to a bmp. It took me like a couple weeks of kernel compiles to get something that was the right size, colour and resolution. Be patient and keep working on it. Use as small of a colour space as possible.
01-28-2019, 08:20 AM
I would like to know about how to compile with android-6.0.1_kernel-develop.zip when I change logo.bmp and logo_kernel.bmp.