[FE training-materials-updates] Kernel labs: mention "make dtbs"

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Mar 31 15:34:23 CEST 2015


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

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

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

commit 22a5de1fce3fc8bc7df9cdd5e1f15720f889a6ff
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Mar 31 15:33:15 2015 +0200

    Kernel labs: mention "make dtbs"
    
    - It was removed earlier after some simplications
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

22a5de1fce3fc8bc7df9cdd5e1f15720f889a6ff
 labs/kernel-i2c-device-model/kernel-i2c-device-model.tex | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

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 62dedff..d87df70 100644
--- a/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
+++ b/labs/kernel-i2c-device-model/kernel-i2c-device-model.tex
@@ -99,9 +99,14 @@ addressed is enforced by the device itself. You can't change it.}.
 \subsection{Checking the device tree on the running system}
 
 Now that you have modified the board device tree, recompile your
-DTB and copy the updated version to the tftp server home directory.
+DTB:
 
-Boot the board.
+\begin{verbatim}
+make dtbs
+\end{verbatim}
+
+Copy the updated version to the tftp server home directory and boot the
+board.
 
 Through the \code{/proc/device-tree} 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