[BL training-materials-updates] Fix hex offset
Michael Opdenacker
michael.opdenacker at bootlin.com
Wed May 16 16:39:15 CEST 2018
Repository : git://git.free-electrons.com/training-materials.git
On branch : master
Link : http://git.free-electrons.com/training-materials/commit/?id=6057f6215e9964f4ab44483eef6511c4238779d7
>---------------------------------------------------------------
commit 6057f6215e9964f4ab44483eef6511c4238779d7
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date: Wed May 16 16:39:15 2018 +0200
Fix hex offset
- Reported by Benjamin Hesmans <ben.hesmans at gmail.com> (thanks!)
Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Reported-by: Benjamin Hesmans <ben.hesmans at gmail.com>
>---------------------------------------------------------------
6057f6215e9964f4ab44483eef6511c4238779d7
labs/sysdev-u-boot/sysdev-u-boot.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index fd5e3fb..c48bc3c 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -233,7 +233,7 @@ sudo apt install device-tree-compiler
Look at the size of the \code{u-boot.bin} binary. According to the above
flash layout, the U-Boot binary is supposed to fit between flash offset
-\code{0x40000} and offset \code{0xc00000}, corresponding to a maximum
+\code{0x40000} and offset \code{0xc0000}, corresponding to a maximum
size of \code{524288} bytes. Is \code{u-boot.bin} bigger than this
maximum?
More information about the training-materials-updates
mailing list