■ Add Logo Partition
Modify the source code in device/rockchip/rk3588/topeet_rk3588/BoardConfig.mk file to add the following content
After recompiling and flashing the firmware to the development board, you can see the logo partition in the development board as follows
■ Replace Logo
Push the logo image to the development board’s sdcard/ directory. Note that the logo image needs to be in bmp format.
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
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
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
Xunwei Electronics
Making learning easier and development simpler

【RK3588+Galaxy/Open Kirin】 【RK3568AMP Dual System】
【RKNPU2 Three Major Projects Practical】 【RK3568-Driver Guide Issue 14】