如何使MID中的G-Sensor起效果

简介: /kernel$ make  menuconfig 进入如下界面 进入 然后选择:Input device support--> 再选择handle gsensor,compass,gyroscope,lsensor psensor e...

/kernel$ make  menuconfig

进入如下界面



进入

然后选择:Input device support-->



再选择handle gsensor,compass,gyroscope,lsensor psensor etc -->



继续选择g_sensor device support-->



由于机器的固件和驱动不同,我选择的是于机器匹配的 gsensor mac6255



配置好后 一步一步的退出  最后选择yes 保存刚才的配置


之后退回到/kernel目录下  输入命令

$ make kernel.img –j4

重新进行编译

生成的固件在sdk_root/kernel/kernel.img


将生产的kernel.img 拖到 RKTools\RK292xDevelopTool\rockdev\Image下


然后点击RKTools\RK292xDevelopTool\rockdev 下的mkupdate.bat批处理文件

在该目录下生成一个新的update.img文件




之后重新捎入到MID平板电脑中

使用RKBatchTool.exe

在目录中找到update.img文件进行刷机




之后连接平板电脑  点击升级 即可完成刷机






相关文章
|
6月前
|
Linux
gpio_direction_output 和 gpio_set_value之间的关系
gpio_direction_output 和 gpio_set_value之间的关系
677 0
|
算法
uva 10891 game of sum
题目链接 详细请参考刘汝佳《算法竞赛入门经典训练指南》 p67
36 0
成功解决but is 0 and 2 (computed from start 0 and end 9223372 over shape with rank 2 and stride-1)
成功解决but is 0 and 2 (computed from start 0 and end 9223372 over shape with rank 2 and stride-1)
关于OLED移植出现Symbol oled_pow multiply defined
关于OLED移植出现Symbol oled_pow multiply defined
341 0
|
芯片 C++ 异构计算
DDR的Controller、Channel、Chip、Rank、Bank、Row、Column、Sided
DDR的Controller、Channel、Chip、Rank、Bank、Row、Column、Sided
2679 0
DDR的Controller、Channel、Chip、Rank、Bank、Row、Column、Sided
|
SQL
MID() 函数
MID() 函数
113 1
|
Android开发
Low Elements--AT
题目描述 Given is a permutation P1,…,PN of 1,…,N. Find the number of integers i (1≤i≤N) that satisfy the following condition: ·For any integer j (1≤j≤i), Pi≤Pj. Constraints ·1≤N≤2×105 ·P1,…,PN is a permutation of 1,…,N. ·All values in input are integers.
113 0