Open main menu

DAVE Developer's Wiki β

Changes

Step by step guide to your first android app (DACU)

1,863 bytes added, 16:06, 26 July 2012
Change the default ip address
[[File:Dacu-serial-console-cable.jpg|thumb|none|border|350px|Dacu serial cable]]
and start your preferred terminal emulator, as described in the [[Dacu#.22Full_control.22_mode | Running Android in "full control mode"]] section. On the u-boot console, please enter the following command to check the default ip address: <pre class="board-terminal">=> print ipaddr ipaddr=192.168.0.122 </pre> To change the ip address, please enter the following commands: <pre class="board-terminal">=> setenv ipaddr <enter-new-target-ip-address> => saveenv Saving Environment to Flash... Un-Protected 1 sectors Un-Protected 1 sectors Erasing Flash... . done Erased 1 sectors Writing to Flash... done Protected 1 sectors Protected 1 sectors => </pre>
==== Check the Android Debug Bridge (ADB) and connect to the target ====
Start a connection through the Android Debug Bridge as described in the [[Dacu#Running_the_Android_Debug_Bridge_.28ADB.29 | Running ADB]] section. Please note that setting the correct IP address on the target and is mandatory to make ADB work.