embedfire  firebbs  gitee  github Logo [野火]嵌入式Linux镜像构建与部署——基于LubanCat-RK系列板卡
  • 关于本项目
  • 关于野火

构建系统镜像

  • 1. Linux系统构成简单介绍
  • 2. LubanCat-SDK
  • 3. U-boot的介绍
  • 4. U-boot的修改与编译
  • 5. Linux的介绍
  • 6. Compilation of Linux kernel
  • 7. Modify startup logo
    • 7.1. Prepare a picture
    • 7.2. Replace the original logo file
  • 8. Introduction to device tree
  • 9. Compilation of device tree
  • 10. 根文件系统的介绍
  • 11. Debian root file system build
  • 12. Ubuntu 根文件系统构建
  • 13. Building a root file system using Docker

部署自己的应用

  • 1. 探索Systemd
  • 2. Linux制作deb包的方法
  • 3. 添加系统服务
  • 4. 添加系统服务到根文件系统构建脚本

烧录、备份及量产镜像

  • Backup and mass production instructions
  • SD卡启动镜像烧录
  • eMMC启动镜像烧录
  • 完整镜像的解包和打包
  • System image backup and re-burning
  • Root file system backup and re-burn
  • 修改rootfs.img镜像内部的文件

版权

  • 版权说明
[野火]嵌入式Linux镜像构建与部署——基于LubanCat-RK系列板卡
产品图片
LubanCat-RK系列板卡
产品规格书 配套程序 立即购买 本书PDF


LubanCat-RK系列板卡是野火科技基于RockChip RK356x系列处理器设计的一系列低功耗单板电脑、嵌入式核心板、智能网关等。 提供完整的SDK驱动开发包、核心板封装库,底板应用参考设计原理图,可帮助客户大大缩减产品的开发时间,加快产品上市。 配套的系统支持Debian、Ubuntu、OpenWrt、Android等系统,可支持python、Qt等组件。

  • »
  • 7. Modify startup logo

7. Modify startup logo¶

When the board is powered on, if there is a connection screen, the LubanCat logo will be displayed on the screen. If you want to modify the startup logo, you can follow the steps below.

7.1. Prepare a picture¶

Select the logo image you want to modify. For example, here is the LubanCat logo as an example.

Set the background color of the image to a transparent background color, convert the format to 8bit or 24bit bmp format, modify the image resolution and screen display ratio, and control the image size to about 500KB.

../../_images/logo.png

注解

If the image resolution is larger than the screen display resolution, the image will be automatically compressed without changing the aspect ratio.

7.2. Replace the original logo file¶

  1. After the conversion is completed, we will rename the obtained bmp format file to logo.bmp and replace the original logo.bmp file in the kernel directory of the SDK project. This completes the replacement of the startup logo.

2、Recompile the entire image and burn it to the board.

  • Debian image and Ubuntu image can directly replace /boot/logo.bmp on the board with burned image to update the startup logo.

  • The startup information output to tty1 is enabled by default, and the startup information will be displayed on the screen. If you want to turn off the output, modify the bootargs variable in /boot/uEnv.txt and delete console=tty1.

  • When using the device tree plug-in to open the screen, since the logo is displayed before the device tree plug-in is loaded, the logo will not be displayed during the startup process.

Next Previous

© Copyright 2022, embedfire-野火 www.embedfire.com
Revision 4ee4180. 最后更新于 2024-01-24, 09:29:57 — GMT+08:00 .
粤ICP备18017226号-1