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