[FE training-materials-updates] Sysdev: U-boot: don't use sudo anymore with picocom

Gregory Clement gregory.clement at free-electrons.com
Mon Jun 10 16:42:00 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=73f023f4fe6e05b5a0a95244b0c32f0cef83ef1c

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

commit 73f023f4fe6e05b5a0a95244b0c32f0cef83ef1c
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Mon Jun 10 16:41:16 2013 +0200

    Sysdev: U-boot: don't use sudo anymore with picocom
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

73f023f4fe6e05b5a0a95244b0c32f0cef83ef1c
 labs/sysdev-u-boot/sysdev-u-boot.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 24a7e23..f635a25 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -168,7 +168,7 @@ sudo adduser <user> dialout
 
 You need to log out and in again for the group change to be effective.
 
-Run \code{sudo picocom -b 115200 /dev/ttyUSB0}, to start serial
+Run \code{picocom -b 115200 /dev/ttyUSB0}, to start serial
 communication on \code{/dev/ttyUSB0}, with a baudrate of 115200. If
 you wish to exit picocom, press \code{[Ctrl][a]} followed by
 \code{[Ctrl][x]}.



More information about the training-materials-updates mailing list