[bootlin/training-materials updates] master: labs/sysdev-u-boot-stm32: fix load address for test file (da903ae3)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Jan 28 15:46:45 CET 2020


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

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

commit da903ae35e603e205d1f95dcdf57b974d9eb850e
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Jan 28 15:46:45 2020 +0100

    labs/sysdev-u-boot-stm32: fix load address for test file
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

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

diff --git a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
index ea9c0e81..63ff1f73 100644
--- a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
+++ b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
@@ -355,7 +355,7 @@ the directory exported through TFTP on your development
 workstation. Then, from U-Boot, do:
 
 \begin{verbatim}
-tftp 0xc0000000 textfile.txt
+tftp 0xc4000000 textfile.txt
 \end{verbatim}
 
 The \code{tftp} command should have downloaded the




More information about the training-materials-updates mailing list