[bootlin/training-materials updates] master: block filesystems lab (sama5): stop marking the first partition as bootable (c51ed80b)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Feb 15 18:19:44 CET 2022


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

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

commit c51ed80b7cd6dcda9fc4633cb92950e6ae1fca3f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Feb 15 18:19:44 2022 +0100

    block filesystems lab (sama5): stop marking the first partition as bootable
    
    Not needed on SAMA5, and we are going to set this flag
    differently (in the future system update lab).
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

c51ed80b7cd6dcda9fc4633cb92950e6ae1fca3f
 labs/sysdev-block-filesystems/sysdev-block-filesystems.tex | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
index b287f021..2e5c08c5 100644
--- a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -84,9 +84,7 @@ following properties:
 \begin{itemize}
 
 \item One partition, 64MB big, with the \code{W95 FAT32 (LBA)} partition type.
-  Mark it as bootable. Some ROM codes expect such a flag for
-  finding the first stage bootloader (we will eventually store the
-  bootloader files and the kernel in this partition).
+  We will eventually store the bootloader files and the kernel in this partition.
 
 \item One partition, 8 MB big\footnote{For the needs of our system,
   the partition could even be much smaller, and 1 MB would be enough.




More information about the training-materials-updates mailing list