Re: [android-kernel] Re: eclair-porting problem

2010-04-01 Thread hedwin
Don't know if you changed your init.rc. From what I could see in the init.rc in the aosp android tree is that it tries to mount the userdata partition on the nandflash and when found mounts it. Your log shows that your are using different partition names which seems to indicate that the mount of th

Re: [android-kernel] Re: eclair-porting problem

2010-04-01 Thread Anil Sasidharan
Hi, Would it possible for you to share the init.rc? Warm Regards, Anil On Thu, Apr 1, 2010 at 4:06 PM, anil wrote: > hi, > > there are two partitions for the kernel and the file system. the thing > is that the data folder is not able to write, but i gave rwx > permissions for the file s

Re: [android-kernel] eclair-porting problem

2010-04-01 Thread Pavan Savoy
comment this line #mount rootfs rootfs / ro remount in your init.rc On Thu, Apr 1, 2010 at 8:19 AM, Sunny Liu wrote: > Did you copy android file system to SD 2nd partition? > > 2010/3/29 anil > > hello all, >> >> This is Anil, i am very new to this group. when i try to port my >> eclair into my

Re: [android-kernel] eclair-porting problem

2010-04-01 Thread Sunny Liu
Did you copy android file system to SD 2nd partition? 2010/3/29 anil > hello all, > > This is Anil, i am very new to this group. when i try to port my > eclair into my devkit8000 board i am getting the following log > messages.please help me in this reguard. > > the logcat message are as follows

[android-kernel] Re: eclair-porting problem

2010-04-01 Thread anil
hi, there are two partitions for the kernel and the file system. the thing is that the data folder is not able to write, but i gave rwx permissions for the file system. As u see in the log message the kernel is able to locate the file system, but the file system is not coming up. Do we need to cha