[android-porting] Re: Running Froyo on 2.6.35 kernel

2010-10-06 Thread andrew_esh
I see you don't have CONFIG_YAFFS_DISABLE_TAGS_ECC set in your kernel config. I'm not sure if that is your problem, but it doesn't seem like you're getting yaffs2 partitions mounted, and I have CONFIG_YAFFS_DISABLE_TAGS_ECC set in my Froyo/2.6.34.5 kernel. On Oct 5, 5:11 am, Praveen Paneri wrote:

[android-porting] Re: Running Froyo on 2.6.35 kernel

2010-10-06 Thread andrew_esh
Another thing you could do is insert some echoes in the top of your init.rc to turn on yaffs debugging flags: http://www.yaffs.net/yaffs-debugging Then watch what gets printed later when the mount of /system and /data take place. -- unsubscribe: android-porting+unsubscr...@googlegroups.com webs

[android-porting] Re: Not getting console prompt...

2010-11-04 Thread andrew_esh
I don't have "init=/init" in my kernel command line. This is one of the places the kernel searches by default, so it should not be needed. Note that you log says: "<3>init: /init.rc: 45: invalid command 'touch'". This implies that the init.rc file has something wrong in it, at least on line 45. I'