[bootlin/training-materials updates] master: common/boneblack-sdcard-preparation.tex: update mkfs.vfat options (50793e84)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Jun 8 22:48:13 CEST 2023


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

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

commit 50793e846411a2c429780729affc749a0d7a8ed3
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jun 7 18:36:39 2023 +0200

    common/boneblack-sdcard-preparation.tex: update mkfs.vfat options
    
    To support Ubuntu 22.04.
    Source: https://bootlin.com/blog/workaround-for-creating-bootable-fat-partition-for-beagle-bone-am335x-on-recent-distros/
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

50793e846411a2c429780729affc749a0d7a8ed3
 common/boneblack-sdcard-preparation.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/boneblack-sdcard-preparation.tex b/common/boneblack-sdcard-preparation.tex
index 0a5145d9..efeab22c 100644
--- a/common/boneblack-sdcard-preparation.tex
+++ b/common/boneblack-sdcard-preparation.tex
@@ -48,7 +48,7 @@ To format your SD card, do the following steps:
   \item Start the \code{cfdisk} tool for that:\\
     \code{sudo cfdisk /dev/mmcblk0}
 
-  \item Chose the {\em dos} partition table type
+  \item Choose the {\em dos} partition table type
 
   \item Create a first small partition (128 MB), primary, with type
     \code{e} ({\em W95 FAT16}) and mark it bootable
@@ -61,7 +61,7 @@ To format your SD card, do the following steps:
   \end{itemize}
 
 \item Format the first partition as a {\em FAT32} filesystem:\\
-  \code{sudo mkfs.vfat -F 32 -n boot /dev/mmcblk0p1}. Use \code{sdc1}
+  \code{sudo mkfs.vfat -a -F 32 -n boot /dev/mmcblk0p1}. Use \code{sdc1}
   or \code{sdb1} instead of \code{mmcblk0p1} if needed.
 
 \item Format the second partition as an {\em ext4} filesystem:\\




More information about the training-materials-updates mailing list