[bootlin/training-materials updates] master: Flash filesystems U-Boot update (a3b126a7)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Aug 3 16:56:00 CEST 2020


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

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

commit a3b126a716f274b2a52324f751af7647a566d1b2
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Aug 3 16:56:00 2020 +0200

    Flash filesystems U-Boot update
    
    - The U-Boot environment can now be in UBI
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

a3b126a716f274b2a52324f751af7647a566d1b2
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 41209a5f..7874f259 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -493,8 +493,9 @@ setenv mtdparts mtdparts=omap2-nand.0:512k(XLoader)ro,1536k(UBoot)ro,512k(Env),4
     UBI layer the more efficient the wear leveling will be
   \item If you need partitioning, use UBI volumes not MTD partitions
   \item Some partitions will still have to be MTD partitions: e.g. the
-    bootloaders and bootloader environments
-  \item If you need extra MTD partitions, try to group them at the end
+    bootloaders.
+  \item U-Boot now even supports storing its environment in a UBI volume!
+  \item If you do need extra MTD partitions, try to group them at the end
     or the beginning of the flash device
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list