当前位置:网站首页>[SemiDrive source code analysis] series article link summary (full)
[SemiDrive source code analysis] series article link summary (full)
2022-08-01 02:36:00 【CielleeX】
【SemiDrive源码分析】系列文章链接汇总(全)
本SemiDrive源码分析系列文章,It is expected to include XinchiX9HP平台BSPEach module summarizes the documentation,大致分类如下:
- Start the process code analysis summary
- Summary of the project-driven code porting and debugging process
- Practical analysis and summary of the problems encountered in each module of the project(Contains analytical ideas and solutions)
- Analysis and summary of the hardware principle of each module of the drive
- Drive in-depth analysis and summary of the code framework of each module
This column will continue to be maintained until the project enters mass production,
注意:Articles are based on XinchiX9HP PTG4.0Baseline code for analysis,No specific project confidential information will be involved
Follow-up questions,I can send if I can,
But if it is really related to the secrets of the project(such as project requirements),我会总结,But it won't be published,还请见谅!
另,If there is a problem with the project, it can't be solved,Or which module you want to learn in particular,
You can also leave me a comment on the article or send me a private message(It is best to leave a comment on the article,Because if there is a general problem,The solution can also be seen by other brothers),
如果我懂,And if you have time,Will definitely help,A solution is not guaranteed,But one more person assists the analysis,It's always a good thing.
But I'm just a person after all,做项目、出差、更新文章,These three things alone are very busy(Many articles are updated overnight,Work normally during the day)
所以,If the project is really busy,really no time,那也没办法,After all, I also have my own job,谢谢
欢迎订阅!!!
本 SemiDrive源码分析 之 Yocto源码分析 系列文章汇总如下:
Here are the links to all the articles,All at the beginning of the article,But with the increase of articles,维护成本越来越大,
此后,All article links are summarized here,Articles no longer have links to other articles,每更新一篇文章,Correspondingly, I will also update the link entry of this article synchronously,加油!
《【SemiDrive源码分析】【Yocto源码分析】01 - yocto/base目录源码分析(编译环境初始化流程)》
《【SemiDrive源码分析】【Yocto源码分析】02 - yocto/meta-openembedded目录源码分析》
《【SemiDrive源码分析】【Yocto源码分析】03 - yocto/meta-semidrive目录及Yocto Kernel编译过程分析(上)》
《【SemiDrive源码分析】【Yocto源码分析】04 - yocto/meta-semidrive目录及Yocto Kernel编译过程分析(下)》
《【SemiDrive源码分析】【Yocto源码分析】05 - 找一找Yocto Kernel编译过程中所有Task的源码在哪定义的呢?》
《【SemiDrive源码分析】【Yocto源码分析】06 - Kernel编译生成的Image.bin、Image_nobt.dtb、modules.tgz 这三个文件分别是如何生成的?》
《【SemiDrive源码分析】【Yocto源码分析】07 - core-image-base-x9h_ref_serdes.rootfs.ext4 文件系统是如何生成的》
《【SemiDrive源码分析】【X9芯片启动流程】10 - BareMetal_Suite目录R5 DIL.bin 引导程序源代码分析》
《【SemiDrive源码分析】【X9芯片启动流程】11 - freertos_safetyos目录Cortex-R5 DIL2.bin 引导程序源代码分析》
《【SemiDrive源码分析】【X9芯片启动流程】12 - freertos_safetyos目录Cortex-R5 DIL2.bin 之 sdm_display_init 显示初始化源码分析》
《【SemiDrive源码分析】【X9芯片启动流程】14 - freertos_safetyos目录Cortex-R5 SafetyOS/RTOS工作流程分析》
《【SemiDrive源码分析】【X9芯片启动流程】15 - freertos_safetyos目录 R5 SafetyOS 之 tcpip_init() 代码流程分析》
《【SemiDrive源码分析】【X9芯片启动流程】17 - R5 SafetyOS 之 LK_INIT_LEVEL_PLATFORM 阶段代码流程分析(上)dcf_init 核间通信初始化》
《【SemiDrive源码分析】【X9芯片启动流程】18 - R5 SafetyOS 之 LK_INIT_LEVEL_PLATFORM 阶段代码流程(下)启动QNX、Android》
《【SemiDrive源码分析】【X9芯片启动流程】20 - MailBox 核间通信机制介绍(代码分析篇)之 MailBox for RTOS 篇》
《【SemiDrive源码分析】【X9芯片启动流程】21 - MailBox 核间通信机制介绍(代码分析篇)之 Mailbox for Linux 篇》
《【SemiDrive源码分析】【X9芯片启动流程】22 - MailBox 核间通信机制介绍(代码分析篇)之 RPMSG-VIRTIO Kernel 篇》
《【SemiDrive源码分析】【X9芯片启动流程】23 - MailBox 核间通信机制介绍(代码分析篇)之 RPMSG-IPCC Kernel 篇》
《【SemiDrive源码分析】【X9芯片启动流程】25 - MailBox 核间通信机制介绍(代码分析篇)之 RPMSG-IPCC RTOS & QNX篇》
《【SemiDrive源码分析】【X9芯片启动流程】26 - R5 SafetyOS 之 LK_INIT_LEVEL_TARGET 阶段代码流程分析(TP Drvier、Audio Server初始化)》
《【SemiDrive源码分析】【X9芯片启动流程】27 - AP1 Android Preloader启动流程分析(加载atf、tos、bootloader镜像后进入BL31环境)》
《【SemiDrive源码分析】【X9芯片启动流程】28 - AP1 Android SMC 指令进入 EL3 环境执行 ATF 镜像(加载并跳转 bootloader)》
《【SemiDrive源码分析】【X9芯片启动流程】29 - AP1 Android Bootloader启动流程分析(加载并跳转kernel)》
《【SemiDrive源码分析】【X9芯片启动流程】30 - AP1 Android Kernel 启动流程 start_kernel 函数详细分析(一)》
《【SemiDrive源码分析】【X9芯片启动流程】31 - AP1 Android Kernel 启动流程 start_kernel 函数详细分析(二)》
《【SemiDrive源码分析】【Display模块】34 - RTOS侧 sdm_display_init 显示初始化源码分析》
《【SemiDrive源码分析】【Display模块】35 - RTOS侧 sdm_display_init 显示初始化源码分析 之 MIPI DSI、LVDS屏驱动探测初始化流程》
《【SemiDrive源码分析】【驱动BringUp】40 - Touch Panel 触摸屏调试 (Android侧)》
《【SemiDrive源码分析】【MailBox核间通信】42 - 基于Mailbox 实现的 mailbox_demo 应用程序(RTOS & Android侧通信实现)》
《【SemiDrive源码分析】【MailBox核间通信】43 - 基于Mailbox IPCC RPC 实现核间通信(代码实现篇)》
边栏推荐
- Introduction to the decision logic of WAASAP WebClient UI page labels
- IDEA does not recognize the module (there is no blue square in the lower right corner of the module)
- How to get started with YOLO?How to implement your own training set?
- Modern Enterprise Architecture Framework 1
- How is the tree structure of the device tree reflected?
- IDEA调试
- Solve the problem that when IDEA creates a new file by default, right-click, new, there is no XML file
- Game Security 03: A Simple Explanation of Buffer Overflow Attacks
- 纽约大学等 | TM-Vec:用于快速同源检测和比对的模版建模向量
- HIRO: Hierarchical Reinforcement Learning 】 【 Data - Efficient Hierarchical Reinforcement Learning
猜你喜欢
How to download the Keil package
New York University et al | TM-Vec: Template Modeling Vectors for Rapid Homology Detection and Alignment
HCIP (14)
IDEA modifies the annotation font
opencv 缩小放大用哪种插值更好??
Daily practice of LeetCode - Circular linked list question (interview four consecutive questions)
MYSQL Keyword Explain Analysis
Key Points Estimation and Point Instance
Academicians of the two academies speak bluntly: Don't be superstitious about academicians
Introduction to machine learning how to?
随机推荐
Talking about hardware device computing storage and data interaction
开源项目站点必备&交流区功能
OSF一分钟了解敏捷开发模式
【历史上的今天】7 月 31 日:“缸中之脑”的提出者诞生;Wi-Fi 之父出生;USB 3.1 标准发布
Parse the bootargs from the device tree (dtb format data)
Basic use of vim - command mode
如何下载Keil包
ECCV2022 Workshop | Multi-Object Tracking and Segmentation in Complex Environments
Data Middle Office Construction (VII): Data Asset Management
IDEA does not recognize the module (there is no blue square in the lower right corner of the module)
RTL8762DK RTC (5)
北京突然宣布,元宇宙重大消息
leetcode:1562. 查找大小为 M 的最新分组【模拟 + 端点记录 + 范围合并】
Modern Enterprise Architecture Framework 1
从设备树(dtb格式数据)中解析出bootargs
元宇宙改变人类工作模式的四种方式
What practical projects can machine learning beginners learn?
《少年派2》:新男友竟脚踩两只船,林妙妙与钱三一感情回温
【 】 today in history: on July 31, "brains in vats" the birth of the participant;The father of wi-fi was born;USB 3.1 standard
MySQL修改SQL语句优化性能