I disabled the Device Drivers → Graphics support → Bootup logo with bitbake virtual/kernel -c menuconfig
Second:
I added to my local.conf:
IMAGE_INSTALL_append = " nano dietsplash"
and it works I can see the /bin/dietsplash and /usr/bin/dietsplashctl
Then I created my image
The dietsplash git page states:
The easiest way to have dietsplash up and running on your system (without even requiring an initrd
image) is to use it as an init wrapper.
All you have to do is to install dietsplash and append ‘init=/bin/dietsplash’
to your kernel command line. During compilation dietsplash will detect the real
init used on system pass the correct.
Could you provide the version of the Hardware of your module and the version of the carrier board?
We don’t have experience using dietsplash. Could you cross compile dietsplash and install it on our regular LXDE Images and check if you still have the issue?
git clone https://github.com/lucasdemarchi/dietsplash
cd dietsplash
./bootstrap
. /opt/oecore-x86_64/environment-setup-armv7at2hf-neon-angstrom-linux-gnueabi
./configure --host=arm
make
FAILED because 'genstaticlogo' was compiled with arm-linux-gcc
Copy genstaticlogo created from gcc in Ubuntu host
make
make DESTDIR="${PWD}/install" install
cd install
tar -czvpf ~/dietsplash.tar.gz * --owner=root --group=root
scp ~/dietsplash.tar.gz root@192.168.1.20:/home/root/.
ssh root@192.168.1.20
tar -xzvf dietsplash.tar.gz -C /