hi i set init=/sbin/sh in the boot arguments and able to start the android shell. then i start the init script. i see 'A N D R O I D _ ' screen, but when i do logcat i see that system is trying to load some services like dbus etc. but unable to start properly. when i see /dev contents, its all empty still. i believe its the job of init script to create device nodes in /dev directory (correct me if i m wrong). am i missing any steps here. please clarify.
thanks shivap On Dec 18, 4:00 pm, Michael Trimarchi <[email protected]> wrote: > shivap wrote: > > hello all > > i got android kernel 2.6.27 (downloaded from android git) running on > > my mainstone II dev.board. now i want to add android over this. when i > > build android source code i get three images system.img , userdata.img > > and ramdisk.img. i unpacked system and userdata images using unyaff > > tool and ramdisk with gzip/cpio tool. i get dev directory which is > > empty. so how to create my device nodes? should i just copy device > > nodes from my working linux rootfs? while building android kernel i > > have enabled binder and ashmem. i see that these two will be added to / > > dev directory. but the dev directory i hav is empty? how to link > > android kernel with android source code? what is the right way of > > building android? please help me. i am under lot of confusion. > > thanks in advance > > system/core/init/devices.c and system/core/init/init.c > > Michael > > > > > bye > > shivap- Hide quoted text - > > - Show quoted text - -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
