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
Solved! Go to Solution.
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.
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.
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
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
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.