How to access to low-level drivers from Android

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to access to low-level drivers from Android

856 次查看
artemdmitriev
Contributor I

Hello!

I am studuying  how to develop low-level drivers for android on iMX6 based platform. How can i control PWM, CAN, SPI etc from android? Can i do it from android application or i must rewrite android sources?  Where i must read data, received in interrupts? Give me advice, where to read full information about interaction between kernel drivers and android/android applications, please.

Thank you!

标签 (5)
0 项奖励
回复
1 回复

627 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Artem

as android is based on linux, seems approach may be used the same,

for example below link explaining usage memtool in android

https://github.com/rabeeh/android-imx6-kitkat/blob/master/platform/external/linux-test.git/0400-ENGR...

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复