Skip to content

Commit

Permalink
Flash slides: minor improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Oct 4, 2021
1 parent d0856a9 commit 0b9a59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
Expand Up @@ -40,7 +40,7 @@ \section{Flash storage and filesystems}
basis
\item Organization
\begin{itemize}
\item Page: minimum unit for PROGRAM operation. Example size: 4 K.
\item Page: minimum unit for PROGRAM (write) operation. Example size: 4 K.
\item Block: minimum unit for ERASE operation. Example size: 128 K.
\end{itemize}
\end{itemize}
Expand Down Expand Up @@ -946,7 +946,7 @@ \section{Flash storage and filesystems}
\item Linux provides two block emulation layers:
\begin{itemize}
\item \code{mtdblock}: block devices emulated on top of MTD devices
\item \code{ubiblock}: block devices emulated on top of UBI volumes
\item \code{ubiblock}: {\bf read-only} block devices emulated on top of UBI volumes
\end{itemize}
\end{itemize}
\end{frame}
Expand Down

0 comments on commit 0b9a59e

Please sign in to comment.