Hi, I'm booting Android 2.3 on BeagleBoard with kernel Linux-2.6.32.

However, I'm getting this warning:
"""
Warning: unable to open an initial
console.
init: /init.rc: 149: invalid option
'root'
init: cannot open '/
initlogo.rle'
init: cannot find '/system/etc/install-recovery.sh', disabling
'flash_recovery'
"""

With repeated displaying of:
"""
'request_suspend_state: wakeup (0->0)' & 'init: untracked pid exited'
"""

This is my env:
"""
baudrate=115200
loadaddr=0x80200000
rdaddr=0x81600000
console=ttyS2,115200n8
optargs=
mmcargs=setenv bootargs console=${console} ${optargs} root=/dev/
mmcblk0p2 rw rot
ramargs=setenv bootargs console=${console} ${optargs} root=/dev/ram0
rw ramdiskM
ubifsargs=setenv bootargs console=${console} ${optargs}
root=ubi0:beagleroot ubs
jffs2args=setenv bootargs console=${console} ${optargs} root=/dev/
mtdblock4 rw 2
loadbootscript=fatload mmc 0 ${loadaddr}
boot.scr
bootscript=echo Running bootscript from mmc ...; autoscr $
{loadaddr}
loaduimage=fatload mmc 0 ${loadaddr}
uImage.bin
loadramdisk=fatload mmc 0 ${rdaddr}
ramdisk.gz
ramboot=echo Booting from ramdisk.gz ...; run ramargs; bootm $
{loadaddr}
nandboot=echo Booting from nand ...; run jffs2args; nand read $
{loadaddr} 28000}
usbtty=cdc_acm
serial=5ac400030000000004013f8901001001
bootcmd=mmc init;fatload mmc 0 80000000 uImage;bootm
80000000
dieid#=5ac400030000000004013f8901001001
stdin=serial
stdout=serial
stderr=serial
mmcboot=mmc init;fatload mmc 0 0x80300000 uImage;bootm
0x80300000
bootargs=console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 init=/
init rootfst2
bootdelay=3
"""
Is there something wrong with my configuration?
Thanks~

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to