1. Build your Kernel ---> zImage will be created in arch/arm/boot/ 2. Unzip your rootfs.zip ---> what is there in this zip file? If it contains ramdisk.img, that is your RootFS 3. Build Android to get system.img and ramdisk.img 4. Flash the Images using nand commands at the correct addresses (Use fastboot if you have) 5. Reboot -
On Apr 28, 2:53 pm, Hemanshu Patel <[email protected]> wrote: > Hello friends, > I am having a device which runs montavista, and having davinci > processor. > I want to port android in it, but i am very novice as far as android > is concerned. > I got android kernel linux-2.6.25-android-1.0_r1.tar.gz > and android rootfs.zip. > > now correct me in all the places below, i am expecting myself to be > wrong.... > > # i will needed to compile kernel for arm processor with davinci > config in arch/arm/config folder. > # what am i suppose to make? uImage, bzimage???? > # then i am suppose to replace the current file system with rootfs.zip > files > # then, need to install build kernel image to /boot location. > # reboot > > is it that simple? i dont think so. > please help me in this matter. > > Regards > > Hemanshu > > -- > unsubscribe: [email protected] > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
