Before to use MenderIO on my yocto SUMO version for intel atom (MACHINE = “intel-core2-32”). I used, with success, psplash recipe (poky/meta/recipes-core/psplash/) to have a bitmap during the boot of linux.
Now Mender IO is integreted to my image and I don’t have anymore this nice picture displayed during the boot of linux.
Any idea ? help is very welcome.
Yeah that is one difference it seems. This means that earlier your hardware booted using a initrd which might have been the one displaying the splash.
Another difference might be that you where running sysV init before, but enabled systemd together with Mender.
You can try running the psplash command on your device once booted with Mender. To see if the actually image is there. If this works you probably need to add a systemd service that calls that command on boot.
Also looking at the psplash recipe it seems that only provides a sysvinit script, which confirms above section as well.