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 unmount /mnt/.psplash: Invalid argument*



*it comes from the umount -> because it is unmounting unexisitng
folder. i dont understand this code clearly. *if type psplash-write
>/dev/null 2>&1; then
         TMPDIR=/mnt/.psplash psplash-write "QUIT" || true
        umount /mnt/.psplash


On Sun, Dec 10, 2017 at 8:37 PM, Sherif Omran <sherifomran2...@gmail.com>
wrote:

> 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/thread/460796
>>
>> Zoran
>>
>> On Sun, Dec 10, 2017 at 1:02 PM, Sherif Omran <sherifomran2...@gmail.com>
>> 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 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
>>>
>>> --
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>>
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to