[FE training-materials-updates] Replace "NAND address" by "NAND offset"

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Jan 25 17:29:38 CET 2013


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

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

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

commit d639b7afa57481c0669ee240123a661a8f5ac76b
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Jan 25 17:28:26 2013 +0100

    Replace "NAND address" by "NAND offset"
    
    That's less confusing. Some people tend to confuse NAND offsets
    with CPU addresses.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

d639b7afa57481c0669ee240123a661a8f5ac76b
 .../sysdev-kernel-cross-compiling.tex              |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index 04d5826..340029c 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -163,7 +163,7 @@ available subcommands and their options.
 
 After storing the X-loader, U-boot and its environment variables, we
 will keep a special area in NAND flash for the Linux kernel image.
-This 4th partition will be 4 MiB big, from NAND address
+This 4th partition will be 4 MiB big, from NAND offset
 0x280000 to 0x680000.
 
 So, let's start by erasing the corresponding 4 MiB of NAND flash:



More information about the training-materials-updates mailing list