[bootlin/training-materials updates] master: Fix initramfs booting example (70ebef47)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Mar 16 14:25:31 CET 2021


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

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

commit 70ebef47d1c1f68a199148cffaff14052aefaf3f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Mar 16 14:25:31 2021 +0100

    Fix initramfs booting example
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

70ebef47d1c1f68a199148cffaff14052aefaf3f
 slides/initramfs/initramfs.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/initramfs/initramfs.tex b/slides/initramfs/initramfs.tex
index a0eeadc0..eac63c77 100644
--- a/slides/initramfs/initramfs.tex
+++ b/slides/initramfs/initramfs.tex
@@ -42,7 +42,7 @@ mkimage -n 'Ramdisk Image' -A arm -O linux -T ramdisk -C gzip \
   \item Then, in the bootloader, load the kernel binary, DTB and
   \code{uInitramfs} in RAM and boot the kernel as follows:
   \begin{verbatim}
-bootm kernel-addr initramfs-addr dtb-addr
+bootz kernel-addr initramfs-addr dtb-addr
 \end{verbatim}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list