[FE training-materials-updates] Flash lab: part definitions are not in the xplained .dts file

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Oct 28 10:28:51 CET 2015


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

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

commit a92d4f8209b2ac0fda558fefb0771a4db0c6a697
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Oct 28 10:28:51 2015 +0100

    Flash lab: part definitions are not in the xplained .dts file
    
    - They are defined in u-Boot
    - Instructing to check the kernel boot messages instead
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

a92d4f8209b2ac0fda558fefb0771a4db0c6a697
 labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index a1ed239..d2efe6f 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -121,11 +121,8 @@ not.
 
 \section{MTD partitioning and flashing}
 
-Look at the way the default flash partitions are defined in the board
-Device Tree source (\code{arch/arm/boot/dts/at91-sama5d3_xplained.dts}
-in your kernel tree).
-
-However, they do not match the way we wish to organize our flash
+Look at the default MTD partitions in the kernel log. They do not
+match the way we wish to organize our flash
 storage. Therefore, we will define our own partitions at boot time,
 on the kernel command line.
 




More information about the training-materials-updates mailing list