Part Number: AM4379
Tool/software: Linux
Hello all,
I am trying to customize psplash and running in to some issues. In troubleshooting I have found I can't even get the TI psplash to run.
For clarity, I am running...
cd ~/tisdk
./oe-layertool-setup.sh -f configs/arago-krogoth-config.txt
cd build
. conf/setenv
MACHINE=am437x-evm bitbake tisdk-rootfs-image
... then I deploy it to the uSD card and boot it.
Q1. If I build tisdk-rootfs-image with no modifications, should I expect it to have a splash screen? Currently mine doesn't.
Q2. Do I need to add IMAGE_INSTALL_append = " psplash" to local.conf to have it added to the image?
Q3. Do I need to add IMAGE_FEATURES += "splash" to local.conf to have it added to the image?
Q4. What's the difference between feature "splash" and application "psplash"?
Q5. Are they both required for a splash screen to work?
Q6. Are they redundant of each other? i.e. differing ways of doing the same thing to the image?
Thanks,
Nathan