Changes between Version 32 and Version 33 of SettingUpMultiRootGen8

Show
Ignore:
Timestamp:
12/15/11 17:40:28 (17 months ago)
Author:
divx118
Comment:

Added howto kernel build for gen8

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpMultiRootGen8

    v32 v33  
    155155[[Image(minicom_shell.2.png)]] 
    156156 
     157== Building your own kernel from the openaos git source == 
     158 
     159This will build crosscompiler and at the very end zImage which should be in buildroot/linux/arch/arm/boot 
     160 
     161{{{ 
     162$ git clone https://git.gitorious.org/archos-buildroots/gen8.git 
     163$ cd gen8 
     164$ git clone https://git.gitorious.org/archos-buildroots/gen8-kernel.git linux 
     165$ cd buildroot 
     166$ make (or make kernel should only build the zImage and crosscompiler) 
     167}}}  
     168 
     169''TODO add howto for building initramfs'' 
     170 
    157171== Other usefull links for developers == 
    158172