[FE training-materials-updates] Add --trust-server-names wget option so that we don't end up with a meaning less tarball file name

maxime.ripard at free-electrons.com maxime.ripard at free-electrons.com
Mon Jun 25 12:00:00 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=e282fa8c6498c69a1950113ddc31be81f15a8fca

commit e282fa8c6498c69a1950113ddc31be81f15a8fca
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Jun 25 11:59:37 2012 +0200

    Add --trust-server-names wget option so that we don't end up with a meaning less tarball file name
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>

diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 80ff115..8702907 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -67,8 +67,8 @@ Linaro toolchain: \footnote{The original URL is
   wanted to give you something much shorter to type.}
 \begin{verbatim}
 cd ..
-wget http://goo.gl/Wn4dM
-tar jxf Wn4dM
+wget --trust-server-names http://goo.gl/Wn4dM
+tar jxf android-toolchain-eabi-linaro-4.6-2011.11-4-2011-11-15_12-22-49-linux-x86.tar.bz2
 \end{verbatim}
 
 \section{Build Android for the BeagleBoard}

http://git.free-electrons.com/training-materials/commit/?id=d4881366ddf367adf7d5ac9e856d06b9bdb77e63

commit d4881366ddf367adf7d5ac9e856d06b9bdb77e63
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Jun 25 11:58:53 2012 +0200

    OMAPs are SoC not CPUs
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>

diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 69a1b6a..80ff115 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -24,11 +24,11 @@ Linux kernel corresponding to the latest upstream Linux release.
 
 One of the platforms supported by the Linaro's Android is the
 BeagleBoard, which is very similar to the DevKit8000 we use. In
-particular, both boards have the same OMAP3530 CPU. Moreover, in the
-last kernel versions, the kernel needed for both of these boards have
-been unified, so we can boot the exact same kernel on both boards. For
-these reasons, we will use this distribution as a starting point for
-the rest of the labs.
+particular, both boards have the same OMAP3530 System-on-Chip.
+Moreover, in the last kernel versions, the kernel needed for both of
+these boards have been unified, so we can boot the exact same kernel
+on both boards. For these reasons, we will use this distribution as a
+starting point for the rest of the labs.
 
 First, we need to download the source code. We will use the 11.11
 release, which is based on Android 2.3 Gingerbread and Linux 3.1.1

http://git.free-electrons.com/training-materials/commit/?id=60a98a04a951ea2d94a1638978a69672d59e2a42

commit 60a98a04a951ea2d94a1638978a69672d59e2a42
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Jun 25 11:57:28 2012 +0200

    Use the paragraph macro instead of a hand-written latex layout
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>

diff --git a/labs/android-first-compilation/android-first-compilation.tex b/labs/android-first-compilation/android-first-compilation.tex
index 87721a8..4c35273 100644
--- a/labs/android-first-compilation/android-first-compilation.tex
+++ b/labs/android-first-compilation/android-first-compilation.tex
@@ -59,10 +59,11 @@ make -j 8
 
 Go grab (several cups of) coffee!
 
-\textbf{Known issue}: in rare circumstances, some builds can fail when
-\code{make} is run with multiple jobs in parallel. If this happens,
-you can run \code{make} with no option after the failure, and this is
-likely to make the issue disappear.
+\paragraph{Known issue}
+In rare circumstances, some builds can fail when \code{make} is run
+with multiple jobs in parallel. If this happens, you can run
+\code{make} with no option after the failure, and this is likely to
+make the issue disappear.
 
 \section{Test your Android build}
 
@@ -86,6 +87,7 @@ generated images.  Wait a few minutes for the emulator to load the
 system, and then check the build number in the \code{Settings}
 application in Android.
 
-\textbf{Note}: the \code{PATH} settings automatically added by the
-build process will be lost if you close your terminal. We will see how
-to restore this environment in the next lab.
+\paragraph{Note}
+The \code{PATH} settings automatically added by the build process will
+be lost if you close your terminal. We will see how to restore this
+environment in the next lab.

-----------------------------------------------------------------------

Summary of changes:
 .../android-first-compilation.tex                  |   16 +++++++++-------
 labs/android-new-board/android-new-board.tex       |   14 +++++++-------
 2 files changed, 16 insertions(+), 14 deletions(-)


More information about the training-materials-updates mailing list