[bootlin/training-materials updates] master: Thirdparty lab: update versions (a2fed818)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Aug 5 17:43:20 CEST 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/a2fed818a66bfdd740c8c75dd8e7da75d0c1b546

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

commit a2fed818a66bfdd740c8c75dd8e7da75d0c1b546
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Aug 5 17:43:20 2020 +0200

    Thirdparty lab: update versions
    
    - According to the latest tests
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

a2fed818a66bfdd740c8c75dd8e7da75d0c1b546
 labs/sysdev-thirdparty/sysdev-thirdparty.tex | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index 32484a90..99bef5c0 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -121,7 +121,7 @@ Make your board boot from this new directory through NFS.
 
 \code{alsa-lib} is a library supposed to handle the interaction with
 the ALSA subsystem. It is available at
-\url{https://alsa-project.org}. Download version 1.2.3.1, and extract it
+\url{https://alsa-project.org}. Download version 1.2.3.2, and extract it
 in \code{$HOME/__SESSION_NAME__-labs/thirdparty/}.
 
 {\bf Tip}: if the website for any of the source packages that we
@@ -358,7 +358,7 @@ And we're done with alsa-lib!
 \section{Alsa-utils}
 
 Download alsa-utils from the ALSA offical webpage. We tested the lab
-with version 1.2.3.1.
+with version 1.2.3.
 
 Once uncompressed, we quickly discover that the alsa-utils build
 system is based on the {\em autotools}, so we will work once again
@@ -664,7 +664,7 @@ Done with {\em libogg}!
 
 \section{libvorbis}
 
-{\em Libvorbis} is the next step. Grab the 1.3.6 version from
+{\em Libvorbis} is the next step. Grab the 1.3.7 version from
 \url{https://xiph.org} and uncompress it.
 
 Once again, the {\em libvorbis} build system is a nice example of what can
@@ -710,9 +710,9 @@ And install only the required files in the {\em target} space:
 \begin{verbatim}
 cd ..
 cp -a staging/usr/lib/libvorbis.so.0* target/usr/lib/
-arm-linux-strip target/usr/lib/libvorbis.so.0.4.8
+arm-linux-strip target/usr/lib/libvorbis.so.0.4.9
 cp -a staging/usr/lib/libvorbisfile.so.3* target/usr/lib/
-arm-linux-strip target/usr/lib/libvorbisfile.so.3.3.7
+arm-linux-strip target/usr/lib/libvorbisfile.so.3.3.8
 \end{verbatim}
 
 And we're done with {\em libvorbis}!
@@ -932,7 +932,7 @@ ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libalsa.so => dlopen() failed
 This error message is unfortunately not sufficient to figure out what's going wrong.
 It's a good opportunity to use the \code{strace} utility (covered in
 upcoming lectures) to get more details about what's going on. To do so,
-you can used the one built by Crosstool-ng inside the
+you can use the one built by Crosstool-ng inside the
 toolchain \code{target/usr/bin} directory.
 
 You can now run \code{ogg123} through \code{strace}:




More information about the training-materials-updates mailing list