[bootlin/training-materials updates] master: labs/sysdev-u-boot*: need to reboot after adding to dialout group (9eec1dfe)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Nov 15 16:33:44 CET 2022


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

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

commit 9eec1dfe25b3a38aa08afc763832deb52edb8fbb
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Nov 15 16:33:44 2022 +0100

    labs/sysdev-u-boot*: need to reboot after adding to dialout group
    
    Now needed again on Ubuntu 22.04, the version we support
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

9eec1dfe25b3a38aa08afc763832deb52edb8fbb
 labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex     | 4 ++--
 labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex b/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex
index 8ae1928f..ca0e4c4a 100644
--- a/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex
+++ b/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex
@@ -62,8 +62,8 @@ to add your user to the \code{dialout} group:
 \bashcmd{$ sudo adduser $USER dialout}
 
 {\bf Important}: for the group change to be effective, you have to
-{\em completely log out} from your session and log in again (no need to
-reboot). A workaround is to run \code{newgrp dialout}, but it is not global.
+reboot your computer (at least on Ubuntu 22.04) and log in again.
+A workaround is to run \code{newgrp dialout}, but it is not global.
 You have to run it in each terminal.
 
 Run {\tt picocom -b 115200 \hosttty}, to start serial
diff --git a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
index c463a8ae..0863229d 100644
--- a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
+++ b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
@@ -56,8 +56,8 @@ to add your user to the \code{dialout} group:
 \bashcmd{$ sudo adduser $USER dialout}
 
 {\bf Important}: for the group change to be effective, you have to
-{\em completely log out} from your session and log in again (no need to
-reboot). A workaround is to run \code{newgrp dialout}, but it is not global.
+reboot your computer (at least on Ubuntu 22.04) and log in again.
+A workaround is to run \code{newgrp dialout}, but it is not global.
 You have to run it in each terminal.
 
 Run {\tt picocom -b 115200 \hosttty}, to start serial




More information about the training-materials-updates mailing list