[bootlin/training-materials updates] master: Embedded Linux: remove slide for flash lab in the QEMU case (f89cb057)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Nov 30 11:33:46 CET 2021


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

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

commit f89cb057f3ef394a3d121742cd73037ea972c720
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Nov 30 11:33:08 2021 +0100

    Embedded Linux: remove slide for flash lab in the QEMU case
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

f89cb057f3ef394a3d121742cd73037ea972c720
 mk/embedded-linux.mk                                          |  1 +
 .../sysdev-flash-filesystems-lab.tex                          | 10 ++++++++++
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex  | 11 -----------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/mk/embedded-linux.mk b/mk/embedded-linux.mk
index 1e6034f4..76219f3f 100644
--- a/mk/embedded-linux.mk
+++ b/mk/embedded-linux.mk
@@ -44,6 +44,7 @@ EMBEDDED_LINUX_SLIDES = \
 		sysdev-busybox \
 		sysdev-block-filesystems \
 		sysdev-flash-filesystems \
+		sysdev-flash-filesystems-lab \
 		sysdev-embedded-linux \
 		sysdev-application-development \
 		sysdev-realtime \
diff --git a/slides/sysdev-flash-filesystems-lab/sysdev-flash-filesystems-lab.tex b/slides/sysdev-flash-filesystems-lab/sysdev-flash-filesystems-lab.tex
new file mode 100644
index 00000000..c593c715
--- /dev/null
+++ b/slides/sysdev-flash-filesystems-lab/sysdev-flash-filesystems-lab.tex
@@ -0,0 +1,10 @@
+\setuplabframe
+{Flash Filesystems}
+{
+  \begin{itemize}
+  \item Creating partitions in your internal flash storage
+  \item Creating a UBI image with several volumes and flashing it from
+    U-Boot
+  \item Manipulating UBI volumes from Linux
+  \end{itemize}
+}
diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index f45aec30..a547cba4 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -1000,14 +1000,3 @@ ${bootargs_base} ${mtdparts}; bootz 0x81000000 - 0x82000000'}
     \url{https://en.wikipedia.org/wiki/Error_correction_code}
   \end{itemize}
 \end{frame}
-
-\setuplabframe
-{Flash Filesystems}
-{
-  \begin{itemize}
-  \item Creating partitions in your internal flash storage
-  \item Creating a UBI image with several volumes and flashing it from
-    U-Boot
-  \item Manipulating UBI volumes from Linux
-  \end{itemize}
-}




More information about the training-materials-updates mailing list