Android/Kernel: Difference between revisions

From OLPC
Jump to navigation Jump to search
(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]…')
 
Line 11: Line 11:
* use the ''arch/arm/configs/xo_4_android_defconfig'' file as ''.config'',
* use the ''arch/arm/configs/xo_4_android_defconfig'' file as ''.config'',
* install the kernel by copying via HTTP or USB drive:
* install the kernel by copying via HTTP or USB drive:
ok copy http:\\builder\vmlinuz int:\boot\kernel
ok copy http:\\builder\vmlinuz int:\kernel
ok copy u:\vmlinuz int:\boot\kernel
ok copy u:\vmlinuz int:\kernel


== See Also ==
== See Also ==

Revision as of 23:07, 26 February 2014

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:\kernel
ok copy u:\vmlinuz int:\kernel

See Also