Which Khadas SBC do you use?
VIM3
Which system do you use? Android, Ubuntu, OOWOW or others?
Ubuntu
Which version of system do you use? Khadas official images, self built images, or others?
Khadas Official Images
Please describe your issue below:
I want to change/removing some logos while booting as you can see at images.
I applied these instructions that at
https://docs.khadas.com/products/sbc/vim3/configurations/change-boot-logo
Some of them succeed but these khadas images is not changed and also I want to remove ubuntu post.
Could you help me ?
numbqq
February 3, 2023, 12:51am
#2
There are kernel logos, you can check there to modify them.
https://docs.khadas.com/products/sbc/vim3/configurations/change-boot-logo#linux-kernel-logo
You also need to rebuild the linux kernel.
Thank you for answer.
However, I’ve already done instructions at this link. Even though I did, this images where uploaded at first topic didn’t change. In addition I want to learn how can i remove “ubuntu” post.
numbqq
February 6, 2023, 1:40am
#4
After you change the kernel, please not forget to execute make kernel-deb
to create new kernel debian package.
It’s easy, just edif file /boot/env.txt
and change enable_splash=true
to enable_splash=false
then reboot.