[FE training-materials-updates] boottime labs: fix "grabeserial" typo

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Dec 31 08:03:01 CET 2013


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

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

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

commit 61d8c0dd2b6a49776b7a806e8942ed2eb770c9ad
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Dec 30 20:54:05 2013 +0100

    boottime labs: fix "grabeserial" typo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

61d8c0dd2b6a49776b7a806e8942ed2eb770c9ad
 .../boottime-init-scripts.tex                      |    2 +-
 labs/boottime-kernel/boottime-kernel.tex           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/boottime-init-scripts/boottime-init-scripts.tex b/labs/boottime-init-scripts/boottime-init-scripts.tex
index f7b0cc3..b2f7fb1 100644
--- a/labs/boottime-init-scripts/boottime-init-scripts.tex
+++ b/labs/boottime-init-scripts/boottime-init-scripts.tex
@@ -261,7 +261,7 @@ This is a much simpler test, with no output to manage. It is even
 very likely that the test command is a shell built-in, meaning that
 there is no sub-process to spawn (very costly).
 
-Run \code{halt} and then reboot the board with \code{grabeserial},
+Run \code{halt} and then reboot the board with \code{grabserial},
 and measure how much time you saved by simplifying this test.
 In our own tests, we saved 34 ms! This is not negligible at all
 when similar cases accumulate and you are aiming at booting in just
diff --git a/labs/boottime-kernel/boottime-kernel.tex b/labs/boottime-kernel/boottime-kernel.tex
index 3a8f5de..f54ba23 100644
--- a/labs/boottime-kernel/boottime-kernel.tex
+++ b/labs/boottime-kernel/boottime-kernel.tex
@@ -118,7 +118,7 @@ would explain the very long execution time: delay loops (look for
 \code{delay}, parameters which can reduce probe time but are not used,
 etc).
 
-Before going on, reboot your board through \code{grabeserial} to measure
+Before going on, reboot your board through \code{grabserial} to measure
 the total boot time. The kernel rebuild could have modified it a little
 bit (in case the Atmel people preparing the demo didn't use exactly the same toolchain
 or kernel options as we do). Write down your result at the end of this



More information about the training-materials-updates mailing list