Raspberry Pi 4 Model B

This is Raspberry Pi 4 model B 8GB.

I think the issue is the boot script. It might be trying to load wrong or non-existing kernel.

After I re-named this file (boot.scr) I was able to get into U-boot interactive prompt via UART
and the attached monitor.

Enabling UART kernel output for model 4 B is different from previous models,
it is not sufficient to change config.txt The full procedure is here

I also found that sometimes I have to send few chars from host computer at the moment when
board is powered up. It is weird.

All stock images boot, minimal buildroot image boots, yocto example without mender does.
Mender downloadable image boots.

Mender compiled image (mender-convert, mender with buildroot, mender with yocto) do not.

Mender-convert image allows serial interactive u-boot if boot.scr is renamed.

1 Like