hello every body,
I am porting Android jelly bean on zedboard.i got source from this link https://github.com/cambridgehackers/zedboard_manifests/wiki/ZedboardAndroid4.1 and with that compiled images i can able to view the Android screen on display device connected to target through HDMI cable.
Am working in ubuntu 13.04 OS, and i have setupped Android SDK environment in my OS.But when the images are booted and android screens appears, if i given these command on command prompt, it is displaying like this
# adb devices
List of devices attached
-----------------------------------------------------------
even though my target is connected to host through USB, it shows empty list..
To setup ADB SDK i followed the link http://forum.xda-developers.com/showthread.php?t=2302780
can anyone help me how to resolve this ADB problem.