yocto init display first

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

yocto init display first

667 Views
俊宝胡
Contributor I

Everyone,

I was wondering if someone could help me to  solve  Yocto  init  display, once start ,the screen display:

Poky (Yocto Project Reference Distro) 1.5.1 imx6qsabresd /dev/ttymxc0

imx6qsabresd login:

I don't want display this on the screen ,how should i do,thanks!

Labels (1)
0 Kudos
1 Reply

441 Views
frankba
Contributor III

Hi yiyi521,

check your linux kernel config, eg. by

bitbake -c menuconfig virtual/kernel

search for CONFIG_FRAMEBUFFER_CONSOLE and uncheck this.

Rebuild and reinstall the kernel.

Now, the screen should be black.

Frank

0 Kudos