Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

■ Add Logo Partition

Modify the source code in device/rockchip/rk3588/topeet_rk3588/BoardConfig.mk file to add the following content

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

After recompiling and flashing the firmware to the development board, you can see the logo partition in the development board as follows

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

Replace Logo

Push the logo image to the development board’s sdcard/ directory. Note that the logo image needs to be in bmp format.

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

Use the following command to create logo.img, as shown in the figure below:

cat logo.bmp > logo.img && truncate -s %512 logo.img && cat logo_kernel.bmp >> logo.img

Note: The two logo images need to be aligned at 512, truncate -s %512 logo.img is used for 512 alignment

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

Use the dd command to write the logo.img file to the logo partition, as shown in the figure below:

dd if=logo.img of=/dev/block/by-name/logo

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

Restart the development board to see the modified logo.

■ Follow the “Xunwei Electronics” WeChat public account to share tutorials, materials, industry insights, and product information periodically.

■ For more information about Xunwei, please contact us:

Sales Engineer: 010-8527-0708 Extension 1

Technical Support: 010-8527-0708 Extension 2

Customized Solutions: 010-8527-0708 Extension 3

■ Real-time Technical Support:

AM 9:00—12:00, PM 13:30—17:30 (Monday to Saturday)

Technical Group Chat【258811263

END

Long press to recognize the QR code to follow

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

Xunwei Electronics

Making learning easier and development simpler

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12
http://www.topeet.com/

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12 Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

【RK3588+Galaxy/Open Kirin】 【RK3568AMP Dual System】

Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12 Dynamic Replacement of Boot Logo on RK3588 Development Board with Android 12

【RKNPU2 Three Major Projects Practical】 【RK3568-Driver Guide Issue 14】

Leave a Comment

×