当前位置:网站首页>[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 实现核间通信(代码实现篇)》
边栏推荐
- 785. Quick Sort
- Summary of JVM interview questions (continuously updated)
- Soft Exam Senior System Architect Series: Basic Knowledge of System Development
- The fledgling Xiao Li's 112th blog project notes: Wisdom cloud intelligent flower watering device actual combat (1) - basic Demo implementation
- Ordinary users cannot access HGFS directory
- Solve the problem that when IDEA creates a new file by default, right-click, new, there is no XML file
- 【分层强化学习】HIRO:Data-Efficient Hierarchical Reinforcement Learning
- 【消息通知】用公众号模板消息怎么样?
- 树莓派 的 arm 版的 gcc 安装 和环境变量的配置
- 软考高级系统架构设计师系列之:信息系统基础知识
猜你喜欢
初出茅庐的小李第113篇博客项目笔记之机智云智能浇花器实战(2)-基础Demo实现
Detailed explanation of TCP protocol
RTL8762DK PWM (seven)
更换树莓派内核
二舅
Game Security 03: A Simple Explanation of Buffer Overflow Attacks
初出茅庐的小李第114篇博客项目笔记之机智云智能浇花器实战(3)-基础Demo实现
leetcode:1562. 查找大小为 M 的最新分组【模拟 + 端点记录 + 范围合并】
《少年派2》:新男友竟脚踩两只船,林妙妙与钱三一感情回温
opencv 缩小放大用哪种插值更好??
随机推荐
MYSQL transactions
Unity3D study notes 10 - texture array
MYSQL logical architecture
项目越写越大,我是这样做拆分的
ARM cross compilation
带wiringPi库在unbutu 编译 并且在树莓派运行
MYSQL Index Analysis
MYSQL query interception optimization analysis
修改Postman安装路径
树莓派 的 arm 版的 gcc 安装 和环境变量的配置
RTL8762DK Lighting/LED (3)
TCP协议详解
Device tree - conversion from dtb format to struct device node structure
从设备树(dtb格式数据)中解析出bootargs
【历史上的今天】7 月 31 日:“缸中之脑”的提出者诞生;Wi-Fi 之父出生;USB 3.1 标准发布
【SemiDrive源码分析】系列文章链接汇总(全)
这个地图绘制工具太赞了,推荐~~
LeetCode每日一练 —— 环形链表问题(面试四连问)
带你体验一次类型编程实践
leetcode: 1648. Color ball with decreasing sales value [Boundary find by two points]