[bootlin/training-materials updates] master: debugging: labs: 07: fix path (9d4a43a9)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Aug 28 17:55:28 CEST 2023


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

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

commit 9d4a43a95296a07f5fc0f6a1ca6c58df2844a568
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Aug 28 17:55:28 2023 +0200

    debugging: labs: 07: fix path
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

9d4a43a95296a07f5fc0f6a1ca6c58df2844a568
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index a00234a0..f3b7655f 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -354,8 +354,8 @@ directory:
 
 \begin{bashinput}
 $ mkdir /home/$USER/debugging-labs/nfsroot/root/kexec
-$ cp images/zImage /home/$USER/debugging-labs/nfsroot/root/kexec
-$ cp images/stm32mp157a-dk1.dtb /home/$USER/debugging-labs/nfsroot/root/kexec
+$ cp build_kexec/images/zImage /home/$USER/debugging-labs/nfsroot/root/kexec
+$ cp build_kexec/images/stm32mp157a-dk1.dtb /home/$USER/debugging-labs/nfsroot/root/kexec
 \end{bashinput}
 
 These files are now ready to be used from the target using kexec.




More information about the training-materials-updates mailing list