[bootlin/training-materials updates] master: Terminal emulators: mention tio (9fc8d08e)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Mar 8 10:33:05 CET 2021


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

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

commit 9fc8d08e9a338e0c827195641fb185e402d1402f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Mar 8 10:33:05 2021 +0100

    Terminal emulators: mention tio
    
    - A nice alternative to Picocom, that survives disconnects
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

9fc8d08e9a338e0c827195641fb185e402d1402f
 slides/sysdev-dev-environment/sysdev-dev-environment.tex | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/slides/sysdev-dev-environment/sysdev-dev-environment.tex b/slides/sysdev-dev-environment/sysdev-dev-environment.tex
index 89bf24ff..59d8ceee 100644
--- a/slides/sysdev-dev-environment/sysdev-dev-environment.tex
+++ b/slides/sysdev-dev-environment/sysdev-dev-environment.tex
@@ -118,8 +118,7 @@
 
 \begin{frame}
   \frametitle{Managing software packages (1)}
-  Instructions for Debian based GNU/Linux systems\\
-  (Debian, Ubuntu...)
+  Instructions for Debian based GNU/Linux systems (Debian, Ubuntu...)
   \begin{itemize}
   \item Package repositories are specified in \code{/etc/apt/sources.list}
 	and in files under \code{/etc/apt/sources.list.d/}
@@ -177,11 +176,12 @@
   \frametitle{Serial line communication program}
   \begin{itemize}
   \item An essential tool for embedded development is a serial line
-    communication program, like HyperTerminal in Windows.
-  \item There are multiple options available in Linux: Minicom,
-    Picocom, Gtkterm, Putty, screen, etc.
+    communication program, like {\em HyperTerminal} in Windows.
+  \item There are multiple options available in Linux: {\em Minicom},
+    {\em Picocom}, {\em Gtkterm}, {\em Putty}, {\em screen} and the new {\em tio}
+    (\url{https://github.com/tio/tio}).
   \item In this training session, we recommend using the simplest of
-    them: \code{picocom}
+    them: {\em Picocom}
     \begin{itemize}
     \item Installation with \code{sudo apt install picocom}
     \item Run with \code{picocom -b BAUD_RATE /dev/SERIAL_DEVICE}.




More information about the training-materials-updates mailing list