Skip to content

Commit

Permalink
Embedded Linux slides: clarification about MTD device naming
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent fbb5cc5 commit 85756d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
Expand Up @@ -153,8 +153,8 @@ \section{Flash storage and filesystems}
\begin{itemize}
\item Different from block device labeling (\code{hda3},
\code{sda2})
\item \code{/dev/mtd1} is either the second partition of the first
flash device, or the first partition of the second flash device
\item \code{/dev/mtd1} is the second enumerated partition on the
system (either from a single flash chip or from a different one).
\item Note that the master MTD device (the device those partitions
belongs to) is not exposed in \code{/dev}
\end{itemize}
Expand Down
Expand Up @@ -132,7 +132,7 @@ \subsection{Principle and solutions}
\item Partitions of flash storage
\begin{itemize}
\item \code{root=/dev/mtdblockX}, where \code{X} is the partition number
\item \code{/dev/mtdblock3} is the fourth flash partition in the system
\item \code{/dev/mtdblock3} is the fourth enumerated flash partition in the system
(there could be multiple flash chips)
\end{itemize}
\end{itemize}
Expand Down

0 comments on commit 85756d0

Please sign in to comment.