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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
565件の閲覧回数
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 解決策
544件の閲覧回数
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 返信
545件の閲覧回数
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 件の賞賛
返信