[bootlin/training-materials updates] master: Embedded Linux labs: stop mentioning the memento sheet (68e4b315)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:40 CEST 2021


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

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

commit 68e4b31576f09f97c82b8ec1fb52ea4ea1417f7d
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Sep 7 13:15:24 2021 +0200

    Embedded Linux labs: stop mentioning the memento sheet
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

68e4b31576f09f97c82b8ec1fb52ea4ea1417f7d
 labs/sysdev-tinysystem/sysdev-tinysystem.tex | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index 3fb24e4b..af3a0352 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -242,9 +242,8 @@ because something else is not found using the attempt to execute
 this executable. What's missing is the \code{ld-uClibc.so.0}
 executable, which is the dynamic linker required to execute any
 program compiled with shared libraries. Using the \code{find}
-command (see examples in your command memento sheet), look for this
-file in the toolchain install directory, and copy it to the
-\code{lib/} directory on the target.
+command, look for this file in the toolchain install directory,
+and copy it to the \code{lib/} directory on the target.
 
 Then, running the executable again and see that the loader executes
 and finds out which shared libraries are missing.




More information about the training-materials-updates mailing list