Trouble getting RPi4 to work

Hi @nickfh7,

On the variety of topics:

  • the boot bug on 32bit raspberrypi4 I have not identified yet. Its a bit obscure because the exact same u-boot configuration works on kirkstone :frowning:
  • the root login being disabled, that is expected. As a security best practice, it is disabled by default on Yocto. You can get a passwordless one for testing purposes by adding this to your local.conf:
EXTRA_IMAGE_FEATURES:append = " debug-tweaks "
  • what is the bug with psplash? So it can be eventually fixed :slight_smile:

Greetz,
Josef