[bootlin/training-materials updates] master: Remote debugging: use ttyUSB0 on host instead of ttyS0 (6fd9bf46)
    Michael Opdenacker 
    michael.opdenacker at bootlin.com
       
    Mon Oct 11 09:46:59 CEST 2021
    
    
  
Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/6fd9bf461ddb1a084dd243e018940447358005f2
>---------------------------------------------------------------
commit 6fd9bf461ddb1a084dd243e018940447358005f2
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Oct 11 09:46:20 2021 +0200
    Remote debugging: use ttyUSB0 on host instead of ttyS0
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
>---------------------------------------------------------------
6fd9bf461ddb1a084dd243e018940447358005f2
 .../sysdev-application-development/sysdev-application-development.tex   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index f0ea1611..bc6fbb18 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -414,7 +414,7 @@
     \begin{itemize}
     \item To connect to the target:\\
       \code{gdb> target remote <ip-addr>:<port>} (networking)\\
-      \code{gdb>  target remote /dev/ttyS0} (serial link)
+      \code{gdb>  target remote /dev/ttyUSB0} (serial link)
     \item To tell \code{gdb} where shared libraries are:\\
       \code{gdb> set sysroot <library-path>} (without \code{lib/})
     \end{itemize}
    
    
More information about the training-materials-updates
mailing list