Re: [android-kernel] Optimizing the boot time of android embedded devices

2011-08-24 Thread NilesH Somani
24, 2011 at 11:35 PM, Tim Bird wrote: > On 08/24/2011 10:54 AM, NilesH Somani wrote: > > Thank u sir > > So basically the init process slow downs the android boot up time.. > I would word it differently. The part of the boot where 'init' is > running is usually the

Re: [android-kernel] Optimizing the boot time of android embedded devices

2011-08-24 Thread NilesH Somani
, 2011 at 4:58 AM, Tim Bird wrote: > On 08/22/2011 01:59 AM, NilesH wrote: > > BASIC IDEA: > > In embedded systems, existing bootloaders run in three stages. But the > > main focus should be on the vendor bootloader and the third stage > > bootloader. U-boot and Barebox

[android-kernel] Optimizing the boot time of android embedded devices

2011-08-22 Thread NilesH
I actually referred a paper and the summary of our idea is a follows Fast boot is essential for consumer devices in automotive, medical and entertainment markets. I describe an efficient bootloader design and explain how to optimally configure Android’s Linux based kernel for embedded systems. The