[bootlin/training-materials updates] master: Embedded Linux labs (QEMU): formatting fixes (853a15e5)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jul 13 20:00:00 CEST 2021


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

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

commit 853a15e519be686dce377ece48220d11112b3087
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jul 13 20:00:00 2021 +0200

    Embedded Linux labs (QEMU): formatting fixes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Reported-by: Lucas Audibert <lucas.audibert at continental-corporation.com>


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

853a15e519be686dce377ece48220d11112b3087
 labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex b/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
index 8c059b6c..06b42823 100644
--- a/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
+++ b/labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex
@@ -168,11 +168,11 @@ Now, you can release the loop device:
 Start QEMU again, but this time with the emulated SD card
 (you can type the command in a single line):
 
-\begin{bashcmd}
+\begin{bashinput}
 $ qemu-system-arm -M vexpress-a9 -m 128M -nographic \
-	  	  -kernel u-boot-2020.04/u-boot \
+		  -kernel u-boot-2020.04/u-boot \
 		  -sd sd.img
-\end{bashcmd}
+\end{bashinput}
 
 Now, in the U-Boot prompt, make sure that you can set and store an environment variable:
 




More information about the training-materials-updates mailing list