[bootlin/training-materials updates] master: labs/sysdev-application-development-and-debugging: fix typo (420a8c2c)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Dec 16 18:54:24 CET 2022


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

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

commit 420a8c2cbe8a8b91ff74edd4f0b4f86609de3ea4
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Dec 16 18:54:24 2022 +0100

    labs/sysdev-application-development-and-debugging: fix typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

420a8c2cbe8a8b91ff74edd4f0b4f86609de3ea4
 .../sysdev-application-development-and-debugging.tex                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
index 54194652..d4c870e9 100644
--- a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
+++ b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
@@ -265,7 +265,7 @@ ssh root at 192.168.0.100
 If you face trouble, you can check the Dropbear logs on the target:
 
 \begin{bashinput}
-journalctl -ju dropbear
+journalctl -fu dropbear
 \end{bashinput}
 
 \subsection{Compiling and debugging the program from VS Code}




More information about the training-materials-updates mailing list