[FE training-materials-updates] Update the toolchain and product name

Maxime Ripard maxime.ripard at free-electrons.com
Fri Aug 30 16:46:56 CEST 2013


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

On branch  : jelly-bean
Link       : http://git.free-electrons.com/training-materials/commit/?id=d335ad15a1f52a0c298126221046ee16f76650cf

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

commit d335ad15a1f52a0c298126221046ee16f76650cf
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Aug 29 10:50:52 2013 +0200

    Update the toolchain and product name
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

d335ad15a1f52a0c298126221046ee16f76650cf
 labs/android-boot/android-boot.tex |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/android-boot/android-boot.tex b/labs/android-boot/android-boot.tex
index a53c87c..6dbf466 100644
--- a/labs/android-boot/android-boot.tex
+++ b/labs/android-boot/android-boot.tex
@@ -38,7 +38,7 @@ Now that we have kernel sources, we now need a toolchain to compile
 the kernel. Fortunately, Android provides one. First, add the
 toolchain from the previous lab to your \code{PATH}.
 
-\code{PATH=$HOME/felabs/android/source/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin:$PATH}
+\code{PATH=$HOME/felabs/android/source/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin:$PATH}
 
 Now, configure the kernel for the target platform
 
@@ -67,7 +67,7 @@ command to specify which product you're working with
 
 \begin{verbatim}
 source build/envsetup.sh
-lunch generic-eng
+lunch full-eng
 \end{verbatim}
 
 Now, test that you can still run the emulator as you did in the



More information about the training-materials-updates mailing list