[FE training-materials-updates] Kernel lab: fix wrong instruction

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Mar 15 17:33:02 CET 2016


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

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

commit 1a1f6e48e55ba2e45a2508316056a9c6c1fc770d
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Mar 15 17:33:02 2016 +0100

    Kernel lab: fix wrong instruction
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

1a1f6e48e55ba2e45a2508316056a9c6c1fc770d
 labs/kernel-i2c-device-model/kernel-i2c-device-model.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
index 5a53214..32d0cca 100644
--- a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
+++ b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
@@ -111,7 +111,7 @@ make dtbs
 
 Now, copy the new DTB to the tftp server home directory, change the DTB
 file name in the U-Boot configuration\footnote{Tip: you just need to run
-\code{editenv bootargs} and \code{saveenv}.}, and boot the board.
+\code{editenv bootcmd} and \code{saveenv}.}, and boot the board.
 
 Through the \code{/sys/firmware/devicetree} directory, it is possible to check
 the Device Tree settings that your system has loaded. That's useful when




More information about the training-materials-updates mailing list