[FE training-materials-updates] Use the 3.4 emulator kernel instead of the 2.6.29

Maxime Ripard maxime.ripard at free-electrons.com
Tue Jun 3 12:10:06 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=dd11b058ac11833e7486fdf4e7cb06b8f68afb5d

>---------------------------------------------------------------

commit dd11b058ac11833e7486fdf4e7cb06b8f68afb5d
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Jun 3 12:07:41 2014 +0200

    Use the 3.4 emulator kernel instead of the 2.6.29
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

dd11b058ac11833e7486fdf4e7cb06b8f68afb5d
 labs/android-boot/android-boot.tex |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/labs/android-boot/android-boot.tex b/labs/android-boot/android-boot.tex
index 7ecc155..ce4adbd 100644
--- a/labs/android-boot/android-boot.tex
+++ b/labs/android-boot/android-boot.tex
@@ -13,7 +13,7 @@ Go to the \code{$HOME/felabs/android/} directory.
 
 \section{Compile a kernel for the Android emulator}
 
-The Android emulator uses QEMU to create a virtual ARM9 SoC called
+The Android emulator uses QEMU to create a virtual ARMv7 SoC called
 Goldfish.
 
 In the standard Android source code we fetched, the kernel source was
@@ -27,8 +27,9 @@ repository was cloned.
 
 Using \code{git branch -a}, find the name of the most recent stable
 kernel version that supports the Goldfish platform. At the time of
-this writing, Linux 3.0 and 3.4 still don't seem to work with the
-emulator, and you will have to choose the 2.6.29 kernel.
+this writing, Linux 3.10 still don't seem to work with the emulator,
+and you will have to choose either the 3.4 or the 2.6.29
+kernels. Since the latter is quite ancient, we'll use 3.4.
 
 Switch to this branch as follows:
 



More information about the training-materials-updates mailing list