[bootlin/training-materials updates] master: Embedded Linux: fix summary of block filesystem lab (ab01664e)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Apr 1 10:15:55 CEST 2022


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

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

commit ab01664e1a78dd457352cf01ac0a2547a5a122f9
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Apr 1 10:11:06 2022 +0200

    Embedded Linux: fix summary of block filesystem lab
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

ab01664e1a78dd457352cf01ac0a2547a5a122f9
 agenda/embedded-linux-4d-agenda.tex                                  | 1 -
 agenda/embedded-linux-agenda.tex                                     | 5 +++--
 agenda/embedded-linux-online-agenda.tex                              | 1 +
 labs/sysdev-block-filesystems-qemu/sysdev-block-filesystems-qemu.tex | 2 +-
 .../sysdev-block-filesystems-stm32.tex                               | 1 -
 labs/sysdev-block-filesystems/sysdev-block-filesystems.tex           | 2 ++
 6 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/agenda/embedded-linux-4d-agenda.tex b/agenda/embedded-linux-4d-agenda.tex
index 0569bbba..f086c965 100644
--- a/agenda/embedded-linux-4d-agenda.tex
+++ b/agenda/embedded-linux-4d-agenda.tex
@@ -279,7 +279,6 @@
 {
   {\em Using the STM32MP157D-DK1 Discovery board}
   \begin{itemize}
-  \item Creating partitions on your block storage
   \item Booting a system with a mix of filesystems: SquashFS for
 	applications, ext3 for configuration and user data, and
 	tmpfs for temporary system files.
diff --git a/agenda/embedded-linux-agenda.tex b/agenda/embedded-linux-agenda.tex
index 4bd71331..1416a728 100644
--- a/agenda/embedded-linux-agenda.tex
+++ b/agenda/embedded-linux-agenda.tex
@@ -285,8 +285,9 @@
   \begin{itemize}
   \item Creating partitions on your block storage
   \item Booting a system with a mix of filesystems: SquashFS for
-	applications, ext3 for configuration and user data, and
-	tmpfs for temporary system files.
+	applications, ext3 for configuration and user data,
+	tmpfs for temporary system files, and FAT for the
+	kernel and Device Tree.
   \end{itemize}
 }
 
diff --git a/agenda/embedded-linux-online-agenda.tex b/agenda/embedded-linux-online-agenda.tex
index 7e220c9b..4b5fb06b 100644
--- a/agenda/embedded-linux-online-agenda.tex
+++ b/agenda/embedded-linux-online-agenda.tex
@@ -300,6 +300,7 @@
   \item Booting your system with a mix of filesystems on MMC/SD storage: SquashFS for
 	applications, ext4 for configuration and user data, and
 	tmpfs for temporary system files.
+  \item Booting U-Boot from MMC/SD too.
   \end{itemize}
 }
 
diff --git a/labs/sysdev-block-filesystems-qemu/sysdev-block-filesystems-qemu.tex b/labs/sysdev-block-filesystems-qemu/sysdev-block-filesystems-qemu.tex
index 86ca1cfd..8dd296ae 100644
--- a/labs/sysdev-block-filesystems-qemu/sysdev-block-filesystems-qemu.tex
+++ b/labs/sysdev-block-filesystems-qemu/sysdev-block-filesystems-qemu.tex
@@ -3,10 +3,10 @@
 
 After this lab, you will be able to:
 \begin{itemize}
-\item Manage partitions on block storage.
 \item Produce file system images.
 \item Configure the kernel to use these file systems
 \item Use the tmpfs file system to store temporary files
+\item Load the kernel and DTB from a FAT partition
 \end{itemize}
 
 \section{Goals}
diff --git a/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex b/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
index e9d5516e..b7a24b0a 100644
--- a/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
+++ b/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
@@ -3,7 +3,6 @@
 
 After this lab, you will be able to:
 \begin{itemize}
-\item Manage partitions on block storage.
 \item Produce file system images.
 \item Configure the kernel to use these file systems
 \item Use the tmpfs file system to store temporary files
diff --git a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 2e5c08c5..8a161daf 100644
--- a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -7,6 +7,8 @@ After this lab, you will be able to:
 \item Produce file system images.
 \item Configure the kernel to use these file systems
 \item Use the tmpfs file system to store temporary files
+\item Load the kernel and DTB from a FAT partition
+\item Boot U-Boot from the FAT partition too
 \end{itemize}
 
 \section{Goals}




More information about the training-materials-updates mailing list