[bootlin/training-materials updates] master: labs/sysdev-u-boot-*: replace "dmesg" by "sudo dmesg" once more (4c46951e)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Mar 6 16:52:49 CET 2023


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

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

commit 4c46951e34be70a9a8f05e59106762a15f309b54
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Mar 6 16:52:49 2023 +0100

    labs/sysdev-u-boot-*: replace "dmesg" by "sudo dmesg" once more
    
    Needed on Ubuntu 22.04
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

4c46951e34be70a9a8f05e59106762a15f309b54
 labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex     | 2 +-
 labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex | 2 +-
 2 files changed, 2 insertions(+), 2 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 8a02f4d2..bfdf4693 100644
--- a/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex
+++ b/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex
@@ -151,7 +151,7 @@ compiled for us, together with the U-Boot binary (\code{u-boot.img}).
 Let's prepare an SD card with such a partition.
 
 Plug the SD card your instructor gave you on your workstation. Type
-the \code{dmesg} command to see which device is used by your
+the \code{sudo dmesg} command to see which device is used by your
 workstation. In case the device is \code{/dev/mmcblk0}, you will see
 something like
 
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 ed6bbd8b..5786ce26 100644
--- a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
+++ b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
@@ -245,7 +245,7 @@ Number  Start   End      Size     File system  Name    Flags
 \end{verbatim}
 
 On your workstation, plug in the SD card your instructor gave you. Type
-the \code{dmesg} command to see which device is used by your
+the \code{sudo dmesg} command to see which device is used by your
 workstation. In case the device is \code{/dev/mmcblk0}, you will see
 something like
 




More information about the training-materials-updates mailing list