Re: [android-porting] how to flash the RFS

2010-07-28 Thread Ranganath s
oot 'nand.yaffs2 write' or something to write > those images to the Flash. In the Kernel you'd need to ensure that > you've used MTD to create the partitions that match the areas of flash > you've chosen for these images.. > > Regards > --

[android-porting] how to flash the RFS

2010-07-28 Thread Ranganath s
Hi all , I need help in porting Android (eclairs) to one of my Arm boards. I have U-Boot set and i also have kernel flashed. Now I am stuck with setting up the RFS. I have system.img ,userdata.img , ramdisk.img. Can some one help me or point any resource so that i can understand how to flas

[android-porting] Kernel panic - not syncing: Attempted to kill init!

2010-06-26 Thread Ranganath s
Hi, I got it my previous kernel panic problem solved. Now i am able to mount till rootfs but after that i am again running into "Kernel panic - not syncing: Attempted to kill init!" The boot log is as follows:- U-Boot 1.3.2-mini2440 (Oct 6 2009 - 12:51:09) I2C: ready DRAM: 64 MB Flas

[android-porting] kernel panic ;(

2010-06-26 Thread Ranganath s
HI group, I am porting android 1.5 to mini 2440 board. I am getting the kernel panic and its not able to mount the root file system. So any help in this regard would be highly appreciable. I suspect about setenv in flash. I executed the following commands to set the env variables. commands

Re: [android-porting] regarding yaffs2 and U-boot

2010-06-22 Thread Ranganath s
g on your version of U-Boot, there might be support or > > not..the newer versions do use it.. > > > > You can pretty much use ANYTHING you want..on our board we use an > > onboard eMMC to hold the Kernel/Android.. > > > > Regards > > -- Ashwin > > >

[android-porting] regarding yaffs2 and U-boot

2010-06-20 Thread Ranganath s
HI all, I just wanted to know if Yaffs2 is supported for U-boot or does it really matter if i use U-boot and yaffs2 ?, I am new to this so please excuse if this sounds dumb. Thank you Ranganath.S -- I blog at http://ranganaths.wordpress.com -- unsubscribe: android-porting+unsubsc

[android-porting] Android porting to HTC Smart

2010-05-11 Thread Ranganath s
010 at 12:09 PM, Ranganath s wrote: > >> I guess yo need to give some permissions.. >> >> -Ranganath.S >> >> >> On Tue, May 11, 2010 at 12:07 PM, Sambhav wrote: >> >>> Hi All, >>> >>> I have a JavaClass which calls nativ

Re: [android-porting] Device Driver access via native functions called via JNI

2010-05-11 Thread Ranganath s
I guess yo need to give some permissions.. -Ranganath.S On Tue, May 11, 2010 at 12:07 PM, Sambhav wrote: > Hi All, > > I have a JavaClass which calls native C function via JNI. > Can these C function access the device drivers directly ? > > Ex. I want to access /dev/video1 from the C function