[Q] Enable ADB in Android Source

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

[Q] Enable ADB in Android Source

跳至解决方案
2,361 次查看
venkatramangurr
Contributor I

Hi All,

I used fedora 17 64 bit to compile android source for imx53 qsb and imx6 dual lite development board. Now I suceesfully ported image on imx53 qsb and imx6 dual lite. Then while I tried to invoke adb command I got below message

[root@venkat ~]# adb devices

* daemon not running. starting it now on port 5037 *

* daemon started successfully *

List of devices attached

[root@venkat ~]#


What change should be done to enable ADB option?? :smileyconfused:

Thanks & Regards

Venkat

标签 (3)
0 项奖励
回复
1 解答
1,915 次查看
jimmychan
NXP TechSupport
NXP TechSupport

Please download the IMX5X_R10_3_ANDROID_DOCSBUNDLE.

There are some steps for setting ADB in the R10.3 User Guide.

Hope this can help you.

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,916 次查看
jimmychan
NXP TechSupport
NXP TechSupport

Please download the IMX5X_R10_3_ANDROID_DOCSBUNDLE.

There are some steps for setting ADB in the R10.3 User Guide.

Hope this can help you.

0 项奖励
回复
1,915 次查看
venkatramangurr
Contributor I

Hi JimmyChan,

Thanks for your reply I am currently having imx53qsb which has a collection of prebuilt scripts the command I provide for building android is

./build_android.sh --board=imx53_qsb --build-choice=android --lunch-

type=eng

after this they gave a script for flashing also

./flash_android.sh /dev/sdx

Then I boot the device and by default USB Debugging options is enabled So When I try issuing adb devices command I got messages shown below from my terminal

[root@venkat ~]# adb devices

* daemon not running. starting it now on port 5037 *

* daemon started successfully *

List of devices attached

[root@venkat ~]#


Now I got struck here please provide any another feasible option


Thanks & Regards

Venkat


0 项奖励
回复
1,915 次查看
venkatramangurr
Contributor I

Hi JimmyChan,

A Gentle reminder the link you mentioned above has procedure for imx53 tablet board only. I am currently working on imx53qsb So please suggest me on how to work on this

0 项奖励
回复
1,915 次查看
jimmychan
NXP TechSupport
NXP TechSupport

We only have Android BSP for i.MX53 tablet board. So you may take the document for reference. If you need the exact document for the QSB, please contact Adeneo because they provide Android BSP support for QSB board.

0 项奖励
回复