binder安装
一. 环境
- 运行环境:linux4.1.15
- 开发板为天嵌imx6ul
二. 内核修改
2.1 打开内核配置菜单
make menuconfig
2.2 修改配置
- 配置驱动
转到Device Drivers->Android,选中Andoid Drivers
和Android Binder IPC Driver
示例如下:
- 配置binder驱动中使用到接口
转到Device Drivers->Staging drivers->Android,选中: Enable the Anonymous Shared Memory Subsystem
, Synchronization framework
, Software synchronization objects
, Userspace API for SW_SYNC
示例如下:
2.3 重新编译
make zImage -j4
三. 查看
将重新编译好的内核更新到开发板中;
用ls
命令查看/dev
下是否有个设备为binder
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。