[FE training-materials-updates] Slide fix: a UART is not a storage device

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Apr 20 21:42:14 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=83b1639e8c490879e72487c7154357833f51ae36

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

commit 83b1639e8c490879e72487c7154357833f51ae36
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Apr 20 21:41:54 2015 +0200

    Slide fix: a UART is not a storage device
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

83b1639e8c490879e72487c7154357833f51ae36
 slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
index b790e37..6220710 100644
--- a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
+++ b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
@@ -95,8 +95,8 @@
   \item This boot code is able to load a first stage bootloader from a
     storage device into an internal SRAM (DRAM not initialized yet)
     \begin{itemize}
-    \item Storage device can typically be: MMC, NAND, SPI flash, UART,
-      etc.
+    \item Storage device can typically be: MMC, NAND, SPI flash, UART
+          (transmitting data over the serial line), etc.
     \end{itemize}
   \item The first stage bootloader is
     \begin{itemize}



More information about the training-materials-updates mailing list