How to enable custom logo on IMX8ULP (epdc display)witha Linux image

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to enable custom logo on IMX8ULP (epdc display)witha Linux image

跳至解决方案
578 次查看
Namitha_zcs
Contributor I

Hi,
I am using the IMX8ULP EVK with an IMXEBOOKDC5 (e-ink display with an EPDC interface) and booting the EVK with a Linux image. I need to replace the default Tux (logo_linux_clut224.ppm) with a custom logo.

1.I have replaced the default logo logo_linux_cult224.ppm (path -/home/user/Linux_BSP/build/tmp/work-shared/imx8ulp-lpddr4-evk/kernel-source/drivers/video/logo)with my custom logo which is converted to ppm format using the below commands :
>pngtopnm custom_logo.png > custom_logo.pnm
>pnmquant 224 custom_logo.pnm > custom_logo224.pnm
>pnmtoplainpnm custom_logo224.pnm > logo_linux_clut224.ppm
2.Since the above change failed to load the custom logo ,I have checked and patched  the defconfig file with  CONFIG_LOGO_LINUX_CLUT224=y enabled,since it was not enabled previously.But after the build ,it is found that my custom logo got overwritten with defult Tux logo and thus no changes occured after booting.
How can I address this issue ?

标签 (3)
0 项奖励
回复
1 解答
557 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

The logo file is overwrote, because the /home/user/Linux_BSP/build/tmp/work-shared/imx8ulp-lpddr4-evk/kernel-source/drivers/video/logo is not final folder.

Please use devtool to modify linux-imx and develop it in workspace.

1. command: devtool modify linux-imx

2. Find build_xxx/workspace/sources/linux-imx

3. Start your development.

Best Regards,
Zhiming

在原帖中查看解决方案

0 项奖励
回复
1 回复
558 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

The logo file is overwrote, because the /home/user/Linux_BSP/build/tmp/work-shared/imx8ulp-lpddr4-evk/kernel-source/drivers/video/logo is not final folder.

Please use devtool to modify linux-imx and develop it in workspace.

1. command: devtool modify linux-imx

2. Find build_xxx/workspace/sources/linux-imx

3. Start your development.

Best Regards,
Zhiming

0 项奖励
回复