What is the right Android git for IMX6

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

What is the right Android git for IMX6

跳至解决方案
4,719 次查看
armandvignat
Contributor II

Hi,

I've got an I.MX6DL under Android, I need to create a driver for it. That's why I am looking for the right git.

But there are lots of gits repos and I don't know which one is the "correct" one.

Thanks for your help.

Armand

标签 (2)
0 项奖励
1 解答
1,422 次查看
daiane_angolini
NXP Employee
NXP Employee

From the user guide you can find the command line to take the right repo.

it´s something like:

repo -u http://point_to_google -b right_branch

I don´t remember the command line. Take the User Guide and follow that.

在原帖中查看解决方案

0 项奖励
7 回复数
1,422 次查看
daiane_angolini
NXP Employee
NXP Employee

I´m sorry, I did not understand.

Are you going to develop a "kernel driver"? So you must use the "kernel git repository".

Are you going to use which Android release for your project? That one would be the desired "branch name" into git rep.

Could you, please, elaborate?

0 项奖励
1,422 次查看
armandvignat
Contributor II

Yes I'm going to develop a driver for a camera.

Actually on the tablet I've got the r14.3 branch.

My problem is I don't really know what I need and where I have to go to get what I need.

0 项奖励
1,422 次查看
daiane_angolini
NXP Employee
NXP Employee

go to <my_android>/kernel

look for other camera drivers like ov3640:

find -name ov3640*

and create your own camera driver.

Then modify the Kconfig from that folder in order to add the selection for your driver.

:smileywink:

0 项奖励
1,422 次查看
armandvignat
Contributor II

I don't understand the :

go to <my_android>/kernel

Is it the good one : https://github.com/boundarydevices/linux-imx6/tree/imx-android-r13.4.1 ?

0 项奖励
1,422 次查看
daiane_angolini
NXP Employee
NXP Employee

I´m sorry.

Are you using a imx6DL freescale board? If yes, you should go to http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMXANDROID&fpsp=1&tab=Design_Tools_Ta...

And donwload the file IMX6_JB422_100_ANDROID_DEMO

Open the User Guide and follow all those instructions

If you were not able to find the User Guide, download from http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMXANDROID&fpsp=1&tab=Documentation_T...

the file

IMX6_JB422_100_ANDROID_DOCS

0 项奖励
1,422 次查看
armandvignat
Contributor II

I only have .patch files ... :smileysad:

How could I get all the arborescence of Android including the kernel (like this https://github.com/boundarydevices/linux-imx6/tree/boundary-imx-android-r13.2 ) ?

0 项奖励
1,423 次查看
daiane_angolini
NXP Employee
NXP Employee

From the user guide you can find the command line to take the right repo.

it´s something like:

repo -u http://point_to_google -b right_branch

I don´t remember the command line. Take the User Guide and follow that.

0 项奖励