[FE training-materials-updates] Highlight the need to logout after group changes

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Oct 30 15:54:22 CET 2017


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=9902e4745cf9d4f5bc0bb3b6e52ea1c625139fe3

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

commit 9902e4745cf9d4f5bc0bb3b6e52ea1c625139fe3
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Oct 30 15:54:22 2017 +0100

    Highlight the need to logout after group changes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

9902e4745cf9d4f5bc0bb3b6e52ea1c625139fe3
 labs/boottime-getting-started/boottime-getting-started.tex | 3 ++-
 labs/buildroot-basic/buildroot-basic.tex                   | 4 ++--
 labs/kernel-board-setup/kernel-board-setup.tex             | 4 ++--
 labs/sysdev-u-boot/sysdev-u-boot.tex                       | 3 ++-
 labs/yocto-first-build/yocto-first-build.tex               | 4 ++--
 5 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/labs/boottime-getting-started/boottime-getting-started.tex b/labs/boottime-getting-started/boottime-getting-started.tex
index 6e245fd..bdce064 100644
--- a/labs/boottime-getting-started/boottime-getting-started.tex
+++ b/labs/boottime-getting-started/boottime-getting-started.tex
@@ -38,7 +38,8 @@ to this \code{dialout} group:
 sudo adduser $USER dialout
 \end{verbatim}
 
-You need to log out and in again for the group change to be effective.
+{\bf You need to log out and in again for the group change to be
+effective.}
 
 To communicate with the board through the serial port, install a
 serial communication program, such as \code{picocom}\footnote{
diff --git a/labs/buildroot-basic/buildroot-basic.tex b/labs/buildroot-basic/buildroot-basic.tex
index 4b2413e..8c83cfc 100644
--- a/labs/buildroot-basic/buildroot-basic.tex
+++ b/labs/buildroot-basic/buildroot-basic.tex
@@ -300,8 +300,8 @@ the \code{dialout} group:
 sudo adduser $USER dialout
 \end{verbatim}
 
-You now need to log out and log in again so that the system actually
-sees your user as being part of the {\em dialout} group.
+{\bf You now need to log out and log in again so that the system actually
+sees your user as being part of the {\em dialout} group.}
 
 Now, you can run \code{picocom -b 115200 /dev/ttyUSB0}, to start
 serial communication on \code{/dev/ttyUSB0}, with a baudrate of
diff --git a/labs/kernel-board-setup/kernel-board-setup.tex b/labs/kernel-board-setup/kernel-board-setup.tex
index 5b39ac3..64553ee 100644
--- a/labs/kernel-board-setup/kernel-board-setup.tex
+++ b/labs/kernel-board-setup/kernel-board-setup.tex
@@ -83,8 +83,8 @@ to the \code{dialout} group:
 sudo adduser $USER dialout
 \end{verbatim}
 
-You now need to log out and log in again to make the new group
-visible everywhere.
+{\bf You now need to log out and log in again to make the new group
+visible everywhere.}
 
 Now, you can run \code{picocom -b 115200 /dev/ttyUSB0}, to start serial
 communication on \code{/dev/ttyUSB0}, with a baudrate of \code{115200}. If
diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 1ddb37b..cb8ead3 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -73,7 +73,8 @@ allowed to write to the serial console:
 sudo adduser $USER dialout
 \end{verbatim}
 
-You need to log out and in again for the group change to be effective.
+{\bf You need to log out and in again for the group change to be
+effective.}
 
 Run \code{picocom -b 115200 /dev/ttyUSB0}, to start serial
 communication on \code{/dev/ttyUSB0}, with a baudrate of 115200.
diff --git a/labs/yocto-first-build/yocto-first-build.tex b/labs/yocto-first-build/yocto-first-build.tex
index 2ed0c3d..fd04bd6 100644
--- a/labs/yocto-first-build/yocto-first-build.tex
+++ b/labs/yocto-first-build/yocto-first-build.tex
@@ -150,8 +150,8 @@ to the \code{dialout} group:
 sudo adduser $USER dialout
 \end{verbatim}
 
-You now need to log out and log in again to make the new group
-visible everywhere.
+{\bf You now need to log out and log in again to make the new group
+visible everywhere.}
 
 Now, you can run \code{picocom -b 115200 /dev/ttyUSB0}, to start serial
 communication on \code{/dev/ttyUSB0}, with a baudrate of \code{115200}. If




More information about the training-materials-updates mailing list