Confirmed users
321
edits
(remove some obsolete info) |
(add steps for building kernel) |
||
Line 36: | Line 36: | ||
* Start watcher by hand: | * Start watcher by hand: | ||
** adb shell am start -a android.intent.action.MAIN -n com.mozilla.watcher/.WatcherMain | ** adb shell am start -a android.intent.action.MAIN -n com.mozilla.watcher/.WatcherMain | ||
=== Building a new kernel === | |||
* apt-get install gcc-4.6-arm-linux-gnueabi | |||
* Build kernel using build script | |||
** wget https://releases.linaro.org/12.05/android/leb-panda/linaro_kernel_build_cmds.sh | |||
** bash linaro_kernel_build_cmds.sh | |||
* Get updated kernel config | |||
** wget -O linaro-kernel/out/.config http://people.mozilla.com/~tmielczarek/linaro-android-kernel-config | |||
* Rebuild kernel with new config | |||
** bash linaro_kernel_build_cmds.sh | |||
* Your new kernel will be at linaro-kernel/out/arch/arm/boot/uImage | |||
== Making an OS Image For Distribution == | == Making an OS Image For Distribution == |