[android-porting] Re: Why does my init file can not work?

2008-12-31 Thread clem
It's my cmdline。Is there any errors?pls check it.Thanks! Kernel command line:root=/dev/nfs nfsroot=10.10.0.1:/rootfs_andr ip=10.10.0.2:10.10.0.1:10.10.0.1:255.255.255.0:www.google.com:eth0:off console=ttyAMA0 mem=128M init=/init --~--~-~--~~~---~--~~ unsubscribe: an

[android-porting] Why does my init file can not work?

2008-12-31 Thread clem
I think kernel is ok,it printed a lot of information and stopped after printing that information ... Freeing init memory:xxK Now it is the turn for executing init,right?But it stopped. How does the init file work?simple execute init.rc or init.goldfish.rc? --~--~-~--~~~

[android-porting] Re: I am booting the rootfs of android by nfs,but it stopped somewhere.

2008-12-31 Thread clem
he problem is in my init file.The console messages stopped when the init file was executed,so I think if I put a correct init file in rootfs,the problem will be resolved.I pull the file from the emulator via adb.Where do you get your "init" file from? On Dec 31 2008, 1:29 pm, "이성준"

[android-porting] I am booting the rootfs of android by nfs,but it stopped somewhere.

2008-12-30 Thread clem
Hi,everybody. I 've made a kernel image for android,and made a rootfs of android.I want to port android in my Atmel at91sam9261(arm926ej-t) board,and boot the rootfs via nfs. Now I meet a problem.I have boot the kernel successfully,and a lot of information printed in console. After the informatio

[android-porting] How does the bootloader legacy works?

2008-12-13 Thread clem
/* scan the keyboard a bit */ for(n = 0; n < 50; n++) { boot_poll(); } if (boot_from_flash) { cprintf("\n ** BOOTING LINUX FROM FLASH **\n"); boot_linux_from_flash(); } usbloader_init(); for(;;) { usb_poll(); } return 0; } Regards, clem --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---