Difference between revisions of "Android Booting"

From eLinux.org
Jump to: navigation, search
(Created page with '== Device-specific startup == * firmware/bootloader * kernel * mount root file system == Generic startup == * run /init ** process /init.rc == Notes on the Android startup proc…')
 
Line 9: Line 9:
  
 
== Notes on the Android startup procedure ==
 
== Notes on the Android startup procedure ==
 +
=== Overview ===
 
See "Android Initialization Process" at: http://blog.chinaunix.net/u2/85805/showart_1421736.html
 
See "Android Initialization Process" at: http://blog.chinaunix.net/u2/85805/showart_1421736.html
 +
 +
=== strace ===
 +
http://benno.id.au/blog/2007/11/18/android-runtime-strace

Revision as of 11:41, 9 September 2009

Device-specific startup

  • firmware/bootloader
  • kernel
  • mount root file system

Generic startup

  • run /init
    • process /init.rc

Notes on the Android startup procedure

Overview

See "Android Initialization Process" at: http://blog.chinaunix.net/u2/85805/showart_1421736.html

strace

http://benno.id.au/blog/2007/11/18/android-runtime-strace