Changes between Version 32 and Version 33 of SettingUpMultiRootGen8
- Timestamp:
- 12/15/11 17:40:28 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SettingUpMultiRootGen8
v32 v33 155 155 [[Image(minicom_shell.2.png)]] 156 156 157 == Building your own kernel from the openaos git source == 158 159 This 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 157 171 == Other usefull links for developers == 158 172
