Re: [android-kernel] android booting process (components involved and interactions with the internal storage)

2013-12-03 Thread Kanchan Joshi
Thank you Hedwin, for the wonderful link. Raja, I have a google nexus device (Nexus 4, and Nexus 7) and I intended to check the boot sequence on'em. Nexus 4 has qualcomm msm chipset and nexus 7 has nvidia tegra chipset. On Sunday, November 17, 2013 1:25:02 PM UTC-8, Hedwin wrote: > > beagleboard

Re: [android-kernel] android booting process (components involved and interactions with the internal storage)

2013-11-17 Thread hedwin
beagleboard and pandaboard a good both have large community support On Sun, Nov 17, 2013 at 6:01 PM, raja pavan wrote: > Hi > > So do you have any specific board in mind or can we discuss even in the > context of emulator > > Pavan > On Nov 13, 2013 1:53 AM, "Kanchan Joshi" wrote: > >> Hi Al

Re: [android-kernel] android booting process (components involved and interactions with the internal storage)

2013-11-17 Thread raja pavan
Hi So do you have any specific board in mind or can we discuss even in the context of emulator Pavan On Nov 13, 2013 1:53 AM, "Kanchan Joshi" wrote: > Hi All, > > I am trying to develop an understanding on the android boot process, in > general. From the point power button (on android phone/tab

Re: [android-kernel] android booting process (components involved and interactions with the internal storage)

2013-11-16 Thread hedwin
Have a look at this http://omappedia.org/wiki/Bootloader_Project this shows how the boot process takes place on a TI OMAP SoC Should provide the understanding you're looking for. On Mon, Nov 4, 2013 at 9:03 PM, Kanchan Joshi wrote: > Hi All, > > I am trying to develop an understanding on the an

[android-kernel] android booting process (components involved and interactions with the internal storage)

2013-11-12 Thread Kanchan Joshi
Hi All, I am trying to develop an understanding on the android boot process, in general. From the point power button (on android phone/tablet) is pressed to the point eMMC driver is loaded during kernel startup. Activities like zygote/dalvik vm initialization happens much later I suppose, and,