Thanks gusarambula, related to various images appearing during booting phase (probably in order to avoid the user could see text line or blank LCD display during starting phase), I see three different images:
- the first is in u-boot phase: a "bmp" graphic file placed in boot folder in file system. I solved this placing my own image;
- second image is in kernel: a bit complex because it requires a passage from ".ppm" format in ".c", edit Kconfig and so on, but also these steps are done and I solved, placing my second onw image;
- third image I see during startin phase I don't know where it is placed and how to replace it.
Enclosed video could explain better my problem: first is VARISCITE logo, second is Linux Penguin in the top left side, third is VARISCITE YOCTO PROJECT with blue progress bar. My main problem is this last third image.
Any suggestion?