Recently ,i am porting Android to HP Veer, which kernel is 2.6.29. Since linux kernel 2.6.29 has already include Andrdoid staging drivers, i just changed the configs of android to y. then i use NFS to hold Android files..
After kernel boot into Android, i just saw the word "Android_" on the phone's screen. i checked the kernel log, found kernel panic error. I don't know how to solve this problem.Could anyone give some advice? Best Regards! Entire kernel log can be downloaded from link below http://www.mediafire.com/file/wghgz04dg0m0sgg/android%20log.txt or http://www.mediafire.com/?wghgz04dg0m0sgg last part of it is below. ------------------------------------------------- <6>init: coldboot 3904003 uS <6>init: command 'wait_for_coldboot_done' r=0 <6>init: processing action 0x2a770 (property_init) <6>init: property init <6>init: command 'property_init' r=0 <6>init: processing action 0x2a7b8 (keychord_init) <6>init: command 'keychord_init' r=0 <6>init: processing action 0x2a800 (console_init) <6>init: event { 'add', '/devices/virtual/vc/vcs1', 'vc', '', 7, 1 } <6>init: event { 'add', '/devices/virtual/vc/vcsa1', 'vc', '', 7, 129 } <6>init: event { 'remove', '/devices/virtual/vc/vcs1', 'vc', '', 7, 1 } <6>init: event { 'remove', '/devices/virtual/vc/vcsa1', 'vc', '', 7, 129 } <3>init: cannot open '/initlogo.rle' <6>init: event { 'add', '/devices/virtual/vc/vcs1', 'vc', '', 7, 1 } <6>init: event { 'add', '/devices/virtual/vc/vcsa1', 'vc', '', 7, 129 } <6>init: event { 'remove', '/devices/virtual/vc/vcs1', 'vc', '', 7, 1 } <6>init: event { 'remove', '/devices/virtual/vc/vcsa1', 'vc', '', 7, 129 } <6>init: event { 'add', '/devices/virtual/vc/vcs1', 'vc', '', 7, 1 } <6>init: event { 'add', '/devices/virtual/vc/vcsa1', 'vc', '', 7, 129 } <6>init: event { 'remove', '/devices/virtual/vc/vcs1', 'vc', '', 7, 1 } <6>init: event { 'remove', '/devices/virtual/vc/vcsa1', 'vc', '', 7, 129 } <6>init: command 'console_init' r=0 <6>init: processing action 0x2a848 (set_init_properties) <6>init: command 'set_init_properties' r=0 <6>init: processing action 0x27660 (init) <6>init: command 'sysclktz' r=0 <6>init: command 'loglevel' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'export' r=0 <6>init: command 'symlink' r=-1 <6>init: command 'symlink' r=-1 <6>init: command 'symlink' r=-1 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mount' r=0 <6>init: command 'mkdir' r=0 <6>init: command 'symlink' r=-1 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mkdir' r=-17 <6>init: command 'mount' r=0 <6>init: command 'mkdir' r=-17 <6>init: command 'mount' r=0 <6>init: command 'write' r=0 <6>init: command 'write' r=0 <6>init: command 'write' r=0 <6>init: command 'write' r=0 <6>init: command 'write' r=0 <6>init: command 'write' r=0 <6>init: command 'write' r=0 <6>init: command 'mkdir' r=0 <6>init: command 'mount' r=-1 <6>init: command 'chown' r=0 <6>init: command 'chown' r=-2 <6>init: command 'chmod' r=-2 <6>init: command 'write' r=0 <6>init: command 'mkdir' r=0 <6>init: command 'chown' r=-2 <6>init: command 'chmod' r=-2 <6>init: command 'write' r=0 <6>init: command 'mkdir' r=0 <6>init: command 'chown' r=-2 <6>init: command 'chmod' r=-2 <6>init: command 'write' r=0 <6>init: processing action 0x27f08 (fs) <4>init used greatest stack depth: 3576 bytes left <0>Kernel panic - not syncing: Attempted to kill init! -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
