[bootlin/training-materials updates] master: U-Boot slides: show SPL in console output (b3971d1b)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Apr 8 12:23:13 CEST 2022


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

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

commit b3971d1b7ffd6f994e4d1dbcf42d376b4e605195
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Apr 8 12:23:13 2022 +0200

    U-Boot slides: show SPL in console output
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

b3971d1b7ffd6f994e4d1dbcf42d376b4e605195
 .../sysdev-bootloaders-u-boot.tex                  | 44 +++++++++++-----------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
index 8bbf1505..768ef203 100644
--- a/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
+++ b/slides/sysdev-bootloaders-u-boot/sysdev-bootloaders-u-boot.tex
@@ -130,38 +130,38 @@ CONFIG_USB_EHCI_HCD=y
 
 \begin{frame}[fragile]
   \frametitle{U-boot prompt}
+  \begin{columns}
+  \column{0.5\textwidth}
   \begin{itemize}
   \item Connect the target to the host through a serial console.
-  \item Power-up the board. On the serial console, you will see
-        something like:
+  \item Power-up the board. On the serial console, you should
+	see U-Boot starting up.
+  \item The U-Boot shell offers a set of commands. We will study the
+    most important ones, see the documentation for a complete
+    reference or the \code{help} command.
   \end{itemize}
+  \column{0.5\textwidth}
 \tiny
 \begin{verbatim}
-U-Boot 2020.04 (May 26 2020 - 16:05:43 +0200)
+U-Boot SPL 2022.01 (Mar 31 2022 - 14:58:17 +0200)
+Trying to boot from MMC1
 
-CPU: SAMA5D36
-Crystal frequency:       12 MHz
-CPU clock        :      528 MHz
-Master clock     :      132 MHz
-DRAM:  256 MiB
-NAND:  256 MiB
-MMC:   Atmel mci: 0, Atmel mci: 1
-Loading Environment from NAND... OK
-In:    serial at ffffee00
-Out:   serial at ffffee00
-Err:   serial at ffffee00
-Net:   eth0: ethernet at f0028000
-Error: ethernet at f802c000 address not set.
 
+U-Boot 2022.01 (Mar 31 2022 - 14:58:17 +0200)
+
+CPU  : AM335X-GP rev 2.1
+Model: TI AM335x BeagleBone Black
+DRAM:  512 MiB
+WDT:   Started wdt at 44e35000 with servicing (60s timeout)
+NAND:  0 MiB
+MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
+Loading Environment from FAT... OK
+Net:   Could not get PHY for ethernet at 4a100000: addr 0
+eth2: ethernet at 4a100000, eth3: usb_ether [PRIME]
 Hit any key to stop autoboot:  0
 =>
 \end{verbatim}
-\normalsize
-  \begin{itemize}
-  \item The U-Boot shell offers a set of commands. We will study the
-    most important ones, see the documentation for a complete
-    reference or the \code{help} command.
-  \end{itemize}
+  \end{columns}
 \end{frame}
 
 \begin{frame}[fragile]




More information about the training-materials-updates mailing list