JeffyCN / meta-rockchip

Yocto BSP layer for the Rockchip SOC boards
Other
120 stars 93 forks source link

Hide kernel logo? #44

Closed tmm1 closed 1 year ago

tmm1 commented 1 year ago

Over HDMI I see "rockchip kernel" logo. I want to see the kernel log instead.

I tried logo.nologo console=tty1 in cmdline, but I couldn't make it work.

Is there another way?

JeffyCN commented 1 year ago

i mostly focus on user space.

for kernel logo, maybe try to disable it in the kernel dts, or maybe in the u-boot(i've heard that the kernel is reusing u-boot logo memory)