Hi guys
I followed the exact instructions here:
http://www.96boards.org/forums/topic/interfacing-i2c-grove-digital-light-sensor-on-dragonboard-410c/
I use a macbook pro with OSX EL Capitan 10.11.1 on it. I access ubuntu remotely and built the kernel.I got to the kernel configuration screen and everything worked fine.
Then I used the instructions here in section 3.3 to program Android images using fast boot:
But when I give the give the command: $ sudo fast boot devices
The mac terminal just kept searching for devices and could never find the board even though the dragon board popped up when I gave the the command: $ adb devices
and got:
adb devices
List of devices attached
- daemon not running. starting it now on port 5037 *
- daemon started successfully *
ba5f2518 device
Thus I know that the board is connected. But I still can’t build the kernel on it. Is it because I built the kernel remotely? If so, how do I get around this issue?
Thanks
G