porting android on beagle board Revc3

Hello sir,

I am using beagle board Rev C3. and want to port android on beagle
board. and i just have single beagle board. don't have.

So can i see the login of android on minicom(terminal).

if possible How?

also please anybody tell me the exact procedure to port android on
beagleboard rev c3.

i tried procedure from
http://free-electrons.com/blog/android-beagle/

and also use the TI_Android_FroYo_DevKit-V2 kit .
but every time my booting stop at the error.

VFS: Mounted root (ext2 filesystem) on device 179:2.
Freeing init memory: 172K
Warning: unable to open an initial console.
init: cannot open '/initlogo.rle'
init: cannot find '/system/bin/playmp3', disabling 'bootsound'
enabling adb
adb_open
sh: can't access tty; job control turned off
# warning: `rild' uses 32-bit capabilities (legacy support in use)

please help me

thanks
nitin

Android does not actually stop there. “Can’t access tty” error is normal, and the system is actually running. To boot to console, you need to tell the kernel where is your primary serial console is. To do this, in uboot, you need to add a kernel param console=/dev/ttyO2 and also you need to have /dev/console character device in your root-filesystem for bash to pipe to your default console.