
Linux设备驱动
Linux devices drivers
__RICK
Read the fucking source code!
展开
-
linux设备驱动程序-设备树分析系列
linux设备驱动程序-设备树(0)-dtb格式linux设备驱动程序-设备树(1)-dtb转换成device_nodelinux设备驱动程序-设备树(2)-device_node转换成platform_device转载 2020-05-25 15:37:00 · 371 阅读 · 0 评论 -
Linux SD卡驱动开发
Linux SD卡驱动开发(一) —— SD 相关基础概念Linux SD卡驱动开发(二) —— SD 卡驱动分析HOST篇Linux SD卡驱动开发(三) —— SD 卡驱动分析CORE篇Linux SD卡驱动开发(四) —— SD 控制器之真正的硬件操作Linux SD卡驱动开发(五) —— SD 卡驱动分析Core补充篇Linux SD卡驱动开发(六) —— SD卡启动过程总体分析一.SD/MMC卡基础概念1.1.什么是MMC卡MMC:MMC就是MultiM...转载 2020-05-24 16:17:07 · 813 阅读 · 2 评论 -
g++: internal compiler error: Killed (program cc1plus)已解决
当编译android系统或者linux系统源码时,报错:g++: internal compiler error: Killed (program cc1plus)Please submit a full bug report问题原因:这是因为编译系统内存不足导致的,常出现在本地电脑建的编译环境,可以使用交换分区的方式解决快速方法:sudo dd if=/dev/zero of=/mnt/swapfile bs=128M count=126#count的大小就是增加的swap空间原创 2020-05-22 15:49:59 · 1849 阅读 · 0 评论 -
Linux ALSA驱动框架(一)--ALSA架构简介--声卡的创建
https://blog.youkuaiyun.com/sinat_37817094/article/details/80490830转载 2020-03-24 11:16:51 · 247 阅读 · 0 评论