当前位置:网站首页>How does MTK change the boot logo?
How does MTK change the boot logo?
2022-07-25 07:37:00 【51CTO】
The startup process involves 3 Interfaces ,1 Yes uboot Interface (wvga_uboot.bmp)、1 Yes kernel Interface (wvga_kernel.bmp),1 Yes android Start the animation .
1、 Turn it on LOGO Image location and macro definition
Turn it on logo The image path of is :
vendor\mediatek\proprietary\bootable\bootloader\lk\dev\logo
It contains various resolutions , Which resolution is used , You can view the relevant macro definitions :
such as :MTK Android 4G modular MT6737VWA Android7.0 Version of , Define boot logo The configuration file of the image used is :
- vendor\mediatek\proprietary\bootable\bootloader\lk\project\len6737m_65_sh_n.mk
- ........
- BOOT_LOGO:=hd720</font>
- ........
- device\lentek\len6737m_65_sh_n\ProjectConfig.mk
- ........
- BOOT_LOGO=hd720</font>
- ........
The meaning of the above definition refers to the boot used logo The position of the picture is :vendor\mediatek\proprietary\bootable\bootloader\lk\dev\logo\hd720, These two files should be modified synchronously .
2、 Turn it on LOGO caption :
such as , I chose HD720 The resolution of the
- vendor\mediatek\proprietary\bootable\bootloader\lk\dev\logo\hd720
- hd720_uboot.bmp This picture is the first one lk picture ;
- hd720_kernel.bmp This picture is the second chapter of startup kernel Pictures of the </font>
For more details, please pay attention to # Shenzhen Xinyi Technology Co., Ltd

A world of interconnected things New move Create with you
边栏推荐
- ACNet:用于图像超分的非对称卷积(附实现code)
- 线代(矩阵‘)
- 纳米数据足球数据,足球赛事比分,体育数据api,卡塔尔世界杯
- 【程序员2公务员】三、资源搜集
- New version 8.6 SEO quick release system (can be built at source level)
- nanodet训练时出现问题:ModuleNotFoundError: No module named ‘nanodet‘的解决方法
- A fast method of data set enhancement for deep learning
- BOM overview
- 新库上线| CnOpenDataA股上市公司股东信息数据
- for循环与if判断语句的运用
猜你喜欢

New version 8.6 SEO quick release system (can be built at source level)

Polling, interrupt, DMA and channel

Have you got the advanced usage of pytest?

"Game illustrated book": a memoir dedicated to game players

Bingbing's learning notes: classes and objects (Part 1)

12 combination methods and risk interpretation of database architecture optimization (books available)

Summary of differences between data submission type request payload and form data

SAP queries open Po (open purchase order)

【Unity入门计划】基本概念-2D碰撞体Collider 2D

What has become a difficult problem for most people to change careers, so why do many people study software testing?
随机推荐
【PyTorch】最常见的view的作用
A domestic open source redis visualization tool that is super easy to use, with a high-value UI, which is really fragrant!!
Servlet常用类剖析
关于GBase 自动关闭连接问题
How to use kotlin flow in Android projects
[wechat applet] global style, local style, global configuration
Offline base tile, which can be used for cesium loading
Nano data, football data, football match scores, sports data API, Qatar world cup
RPC通信原理与项目技术选型
Simulation Implementation of list
Teach you to use cann to convert photos into cartoon style
About gbase automatically closing the connection
Cluster chat server: summary of project problems
Use cyclegan to train self-made data sets, popular tutorials, and get started quickly
Common cross domain scenarios
Lidar construction map (overlay grid construction map)
Delete in elasticserach_ by_ What is the mechanism of query?
[unity introduction program] basic concept - preform prefab
Huawei wireless device configuration wpa2-802.1x-aes security policy
【ES6】函数的参数、Symbol数据类型、迭代器与生成器