This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

init.rc needed

Hai

I'm Sekra.I ported the android ICS on my custom board.I face some problem on init.Thus follows

VFS: Mounted root (ext4 filesystem) on device 179:2.
Freeing init memory: 208K
init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj inste.
init: cannot open '/initlogo.rle'
init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
/system/bin/sh: No controlling tty (open /dev/tty: No such device or address)
/system/bin/sh: warning: won't have full job control
enabling adb
adb_open
init: untracked pid 1040 exited
root@android:/ #

Nothing will be loaded on my display.Could anyone post the your init.rc for andriod ICS ported in beagleboard xm.

I attached my init.rc file with this post.

I want to check the root permissions.Kindly can you post the init.rc file.Thankyou

  • Hi sekra,

                How you guess that mistake in init.rc for blank display? Other than init.rc may be some issues is there, these are

    Hardware design, pinmuxing, display driver. because as per your boot log you not happen to see splash screen. if you see the splash screen and andorid boot logo then you can't see the android desktop in the sense there is some mistake in software side.

    But  i guess not yet you seen anything on your display. kindly check your hardware design and pinmuxing,etc and also check the screen shot of your display using android sdk DDMS screen shot option.  

  • Hai Kumar

    You guessed as much as right.Initially I download for Beagleboard XM android source code.As you know my board is differ from beagleboard xm but the same processor so i download it.

    1)At first i compiled it and put on my board it doesn't shows anything in my display(even my backlight also doesn't) so i modify the android source uboot,kernel for hardware muxing too.Then i boot the android in that board it splash the screen in my display but nothing will startup.(init:startup programs).

    Note::Beagleboard XM prebuilt binary is not working in my board (kernel panic will occurs)

    2) so i download an android source code,i compiled the source code including rootfs also.initially shows the kernel panic problem but i overcome it and loads the init further but it shows an error.i posted it in above comments.

    3)In Google groups,android init is mainly responsible for system startup programs.in my board,init loads but it doesn't startup the prgms.so they said check your init.

    Note:My adb is working fine and goes to root@android:~# but init makes proble.i posted it above.I change my source for my board pin muxing.

    If you had any idea reply me.

    Kudos!!! bye dude