[FE training-materials-updates] sysdev: we need ia32-libs to run sam-ba

Alexandre Belloni alexandre.belloni at free-electrons.com
Mon Aug 11 21:24:03 CEST 2014


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

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

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

commit 0cf327da6d69b790110cad83b8bda277ed661b75
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Mon Aug 11 21:23:20 2014 +0200

    sysdev: we need ia32-libs to run sam-ba
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

0cf327da6d69b790110cad83b8bda277ed661b75
 labs/sysdev-real-time/sysdev-real-time.tex |    3 ++-
 labs/sysdev-u-boot/sysdev-u-boot.tex       |    7 +++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/labs/sysdev-real-time/sysdev-real-time.tex b/labs/sysdev-real-time/sysdev-real-time.tex
index 6672a9d..5d59380 100644
--- a/labs/sysdev-real-time/sysdev-real-time.tex
+++ b/labs/sysdev-real-time/sysdev-real-time.tex
@@ -17,7 +17,8 @@ POSIX real-time API, and against Xenomai's POSIX skin.
 Go to the \code{$HOME/felabs-sysdev/realtime/rttest} directory.
 
 If you are using a 64 bit installation of Ubuntu, install support for
-executables built with a 32 bit C library:
+executables built with a 32 bit C library, if you didn't do it
+previously:
 
 \begin{verbatim}
 sudo apt-get install ia32-libs
diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 3966143..634ffa3 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -33,6 +33,13 @@ without having anything installed on it.
 
 Go to the \code{~/felabs-sysdev/bootloader} directory.
 
+If you are using a 64 bit installation of Ubuntu, install support for
+executables built with a 32 bit C library:
+
+\begin{verbatim}
+sudo apt-get install ia32-libs
+\end{verbatim}
+
 We're going to use that fallback mode, and its associated tool,
 \code{sam-ba}.
 



More information about the training-materials-updates mailing list