Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
no this does not work with the psplash .. please see the link .. now i have the psplash does not show, but it keeps compiling. I made a psplash_%.bbappend but it does not work. I need to remove from the file system this file /usr/bin/psplash_write this is my code. please correct me. I was testing

Re: [yocto] disable psplash

2017-12-10 Thread Ayoub Zaki
Hi, you can disable psplash by removing the package from your image: IMAGE_FEATURES_remove = "splash" cheers, -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1 D-71634 Ludwigsburg Email: ayoub.z...@embexus.com Homepage : https://embexus.com VAT No. : DE313902634 On 1

Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
i found the solution for it and posted it here https://stackoverflow.com/questions/47738738/how-to-disable-psplash-screen-in-yocto/47743610#47743610 but there is still one problem, that comes from this patch https://patchwork.openembedded.org/patch/47017/ i get the following : *umount: can't un

Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
thank you for your reply. I don't find these parameters in any recipe. I am still confused, how to approach. On Sun, Dec 10, 2017 at 5:45 PM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > As far as i understood, we can pass it from uboot, but how? > https://community.nxp.com/th

Re: [yocto] disable psplash

2017-12-10 Thread Zoran Stojsavljevic
> As far as i understood, we can pass it from uboot, but how? https://community.nxp.com/thread/460796 Zoran On Sun, Dec 10, 2017 at 1:02 PM, Sherif Omran wrote: > hi > > any body knows how to diable the psplash? as per documentation it says > pass psplash=false to the kernel. But how to pass it

[yocto] disable psplash

2017-12-10 Thread Sherif Omran
hi any body knows how to diable the psplash? as per documentation it says pass psplash=false to the kernel. But how to pass it to the kernel? I tried adding it to kernel.cfg but does not seem to be correct. As far as i understood, we can pass it from uboot, but how? thanks for your help -- _