Hi @ianatise ,
I misread your second question, sorry about that.
The tux logos you’re referring to appear during boot, similar to the image below?
That’s the framebuffer bootup logo, and by default the number of logos shown correspond to the number of online CPUs. I’m assuming your Colibri iMX6 is the dual core version, given that you see two logos.
According to the kernel framebuffer console documentation you can override the number of logos shown by adding a kernel argument:
fbcon=logo-count:n
Where n is the desired number. You can test this by entering the following command on U-Boot before booting the OS:
env set tdxargs 'fbcon=logo-count:1'
As for the monochrome logo being used, I’m not really sure what could be the cause. I couldn’t find much information about this. Maybe the framebuffer gets the wrong color depth for your display?
Best regards,
Lucas Akira
