No Console for BSP Recipe

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

No Console for BSP Recipe

409 Views
PaulDeMetrotion
Senior Contributor I


I have generated a new recipe for a custom i.MX6 board based on the Freescale core-image-sato recipe. The recipe is below. When the system boots, I get the four penguins and the Yocto progress bar, but never get the console screen. Any ideas what I am missing that is preventing the console screen from being displayed? Thanks in advance.

New recipe:

DESCRIPTION = "Image with Sato, a mobile environment and visual style for \

mobile devices. The image supports X11 with a Sato theme, Pimlico \

applications, and contains terminal, editor, and file manager."

IMAGE_FEATURES += "splash x11-base ssh-server-openssh hwcodecs"

LICENSE = "MIT"

inherit core-image extrausers

PACKAGE_INSTALL += " \

  alsa-utils-speakertest \

  alsa-utils-aplay \

  mplayer2 \

  psplash \

  xserver-nodm-init \

  rsync \

  udev-automountconf \

  nano \

  alsa-state \

  xcursor-transparent-theme \

  unzip \

  x11vnc \

  gpio-setup-c398 \

  rs485-config \

"

REQUIRED_DISTRO_FEATURES = "x11"

EXTRA_USERS_PARAMS = "\

        useradd -P bpguest -d /home/bpguest -s /bin/bash bpguest;"

Labels (4)
0 Kudos
1 Reply

262 Views
jimmychan
NXP TechSupport
NXP TechSupport

is there any log message when booting?

0 Kudos