Android/Kernel

From OLPC
< Android
Revision as of 00:04, 20 December 2013 by Quozl (talk | contribs) (Created page with 'How to build the XO-4 Android kernel. == Ingredients == * a well connected development system, * an XO-4 laptop, * a USB ethernet adapter or USB drive, * a [[serial adapter]…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to build the XO-4 Android kernel.

Ingredients

  • a well connected development system,
  • an XO-4 laptop,
  • a USB ethernet adapter or USB drive,
  • a serial adapter.

Method

  • prepare for kernel building using the instructions in Kernel, and checkout the arm-3.5-android branch,
  • use the arch/arm/configs/xo_4_android_defconfig file as .config,
  • install the kernel by copying via HTTP or USB drive:
ok copy http:\\builder\vmlinuz int:\boot\kernel
ok copy u:\vmlinuz int:\boot\kernel

See Also