- 运行环境:linux4.1.15 - 开发板为天嵌imx6ul
make menuconfig
转到Device Drivers->Android,选中Andoid Drivers
和Android Binder IPC Driver
linux
示例以下: spa
转到Device Drivers->Staging drivers->Android,选中: Enable the Anonymous Shared Memory Subsystem
, Synchronization framework
, Software synchronization objects
, Userspace API for SW_SYNC
code
示例以下: blog
make zImage -j4
将从新编译好的内核更新到开发板中;
用ls
命令查看/dev
下是否有个设备为binder
接口