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

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Sep 7 13:15:24 CEST 2021


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

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

commit 09fe2c4b82d91142d72494588daf9e697cb02aee
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>


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

09fe2c4b82d91142d72494588daf9e697cb02aee
 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