当前位置:网站首页>[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 实现核间通信(代码实现篇)》
边栏推荐
- 被 CSDN,伤透了心
- how to edit the table of contents of an epub ebook
- MYSQL query interception optimization analysis
- 北京突然宣布,元宇宙重大消息
- 2. # 代码注释
- Euler system (euleros): upgrade Mysql
- 更换树莓派内核
- SC7A20 (Silan Micro-Accelerometer) Example
- pdb drug comprehensive database
- Data Middle Office Construction (VII): Data Asset Management
猜你喜欢

北京突然宣布,元宇宙重大消息

【分层强化学习】HIRO:Data-Efficient Hierarchical Reinforcement Learning

纽约大学等 | TM-Vec:用于快速同源检测和比对的模版建模向量

The fledgling Xiao Li's 112th blog project notes: Wisdom cloud intelligent flower watering device actual combat (1) - basic Demo implementation

机器学习应该如何入门?

ARM cross compilation

IDEA debugging

MYSQL query interception optimization analysis

初出茅庐的小李第112篇博客项目笔记之机智云智能浇花器实战(1)-基础Demo实现

LeetCode每日一练 —— 环形链表问题(面试四连问)
随机推荐
Summary of JVM interview questions (continuously updated)
初出茅庐的小李第114篇博客项目笔记之机智云智能浇花器实战(3)-基础Demo实现
Raspberry pie arm version of GCC installed configuration and environment variables
After specifying set 'execution.savepoint.path', restart flinksql and report this error
解决安装MySQL后,Excel打开很慢的问题
这个地图绘制工具太赞了,推荐~~
Ordinary users cannot access HGFS directory
TCP协议详解
RTL8762DK PWM (seven)
GDB source code analysis series of articles five: dynamic library delay breakpoint implementation mechanism
指定set 'execution.savepoint.path'后,重启flinksql报这个错是啥
leetcode:1562. 查找大小为 M 的最新分组【模拟 + 端点记录 + 范围合并】
Chain programming, packages, access
MYSQL-Batch insert data
Inheritance Considerations
Which interpolation is better for opencv to zoom in and out??
YOLO怎么入门?怎么实现自己的训练集?
北京突然宣布,元宇宙重大消息
Flink deploys and submits jobs
Game Security 03: A Simple Explanation of Buffer Overflow Attacks