[bootlin/training-materials updates] master: sysdev: labs: fix sentence (6340ce8b)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Nov 10 17:21:57 CET 2023


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

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

commit 6340ce8b1e800b2bf9433634bb3a609277757515
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Nov 10 17:21:57 2023 +0100

    sysdev: labs: fix sentence
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

6340ce8b1e800b2bf9433634bb3a609277757515
 labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex b/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex
index ab060016..65fa0cdb 100644
--- a/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex
+++ b/labs/sysdev-u-boot-bbb/sysdev-u-boot-bbb.tex
@@ -209,7 +209,7 @@ Now create a FAT32 filesystem on this new partition:
 \footnote{Ubuntu uses version 4.2 of \code{mkfs.vfat} and the FAT
 generated by this version of the command is incompatible with what
 the TI AM335x romcode expects. Passing the \code{-a} option
-a workaround described on a \href{https://bootlin.com/blog/workaround-for-creating-bootable-fat-partition-for-beagle-bone-am335x-on-recent-distros/}
+is a workaround as described on a \href{https://bootlin.com/blog/workaround-for-creating-bootable-fat-partition-for-beagle-bone-am335x-on-recent-distros/}
 {Bootlin blog post}.}
 \begin{bashinput}
 sudo mkfs.vfat -a -F 32 -n boot /dev/mmcblk0p1




More information about the training-materials-updates mailing list