[bootlin/training-materials updates] master: sysdev: slides: flash-filesystems: move UBI good-vs-bad practice pictures to dedicated slide (daba693f)

Luca Ceresoli luca.ceresoli at bootlin.com
Sat Feb 4 00:35:05 CET 2023


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

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

commit daba693fa6a13ce267675f53761829092d079939
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Feb 3 18:44:58 2023 +0100

    sysdev: slides: flash-filesystems: move UBI good-vs-bad practice pictures to dedicated slide
    
    This aloows to increase the size by 33%.
    
    If this (pljus the previous commit) is not enough, the blocks in the
    pictures could be enlarged horizontally to allow even larger text.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

daba693fa6a13ce267675f53761829092d079939
 .../sysdev-flash-filesystems/sysdev-flash-filesystems.tex  | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 20d5bb8d..a51a301a 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -223,9 +223,17 @@ setenv mtdparts mtdparts=omap2-nand.0:512k(XLoader)ro,1536k(UBoot)ro...
   \item If you do need extra MTD partitions, try to group them at the
     beginning of the flash device (often more reliable area).
   \end{itemize}
-  \includegraphics[height=0.3\textheight]{slides/sysdev-flash-filesystems/ubifs-bad-layout.pdf}
-  \hfill
-  \includegraphics[height=0.3\textheight]{slides/sysdev-flash-filesystems/ubifs-good-layout.pdf}
+\end{frame}
+
+\begin{frame}
+  \frametitle{UBI: good practice}
+  \begin{center}
+    \includegraphics[height=0.4\textheight]{slides/sysdev-flash-filesystems/ubifs-bad-layout.pdf}
+  \end{center}
+
+  \begin{center}
+    \includegraphics[height=0.4\textheight]{slides/sysdev-flash-filesystems/ubifs-good-layout.pdf}
+  \end{center}
 \end{frame}
 
 \begin{frame}




More information about the training-materials-updates mailing list