iMX8QM Yocto Logo Rotation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iMX8QM Yocto Logo Rotation

1,530 Views
prashanthkumar
Contributor II

Hi,

We are working on iMX8QM custom board with L4.14.78 Kernel BSP, in which yocto boot logo is coming up-side down (showing open-embedded as LOGO) in MIPI-DSI LCD while booting kernel.

We need to rotate that yocto boot logo to 180 degree.

Is there any way/command to change rotation/flip the yocto logo/image whle booting?
Kindly let me know the fix for logo rotation issue


Best Regards,
Prashanth Kumar K

0 Kudos
3 Replies

1,279 Views
igorpadykov
NXP Employee
NXP Employee

Hi Prashanth

preliminary patch were sent you via mail.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

1,279 Views
晓锋潘
Contributor I

I need the patch, too. Can you send me the patch via mail?

0 Kudos

1,279 Views
sujay1
Contributor V

You can go to path 

sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-core/psplash/files/psplash-basic.service

and change

[Service]
ExecStartPre=/bin/sh -c "if [ -e /sys/class/graphics/fbcon/cursor_blink ]; then echo 0 > /sys/class/graphics/fbcon/cursor_blink; fi"
ExecStart=/usr/bin/psplash --angle 90 -n

angle 90 is for 90 degree rotation, you may change as you wish

0 Kudos