Hi @nickfh7,
On the variety of topics:
- the boot bug on 32bit
raspberrypi4I have not identified yet. Its a bit obscure because the exact sameu-bootconfiguration works onkirkstone
- the
rootlogin 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 yourlocal.conf:
EXTRA_IMAGE_FEATURES:append = " debug-tweaks "
- what is the bug with
psplash? So it can be eventually fixed
Greetz,
Josef