diff options
| -rw-r--r-- | flash-memory/ubi/pres_ubi_en.tex | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/flash-memory/ubi/pres_ubi_en.tex b/flash-memory/ubi/pres_ubi_en.tex index f7f7a3b..32a5cb9 100644 --- a/flash-memory/ubi/pres_ubi_en.tex +++ b/flash-memory/ubi/pres_ubi_en.tex @@ -318,6 +318,46 @@ pagesize} \end{beamerboxesrounded} \end{frame} +\subsubsection{UBI Parameters} + +\begin{frame} +\frametitle{sysfs Attributes} +\begin{beamerboxesrounded}[shadow=true]{in /sys/devices/virtual/ubi/ubi\textless n\textgreater} +\begin{itemize} +\item eraseblock\_size +\item avail\_eraseblocks +\item total\_eraseblocks +\item volumes\_count +\item max\_ec +\item reserved\_for\_bad +\item bad\_peb\_count +\item max\_vol\_count +\item min\_io\_size +\item bgt\_enabled +\item mtd\_num +\end{itemize} +\end{beamerboxesrounded} +\end{frame} + +\begin{frame} +\frametitle{Kernel Configuration} +\begin{beamerboxesrounded}[shadow=true]{UBI} +\begin{itemize} +\item CONFIG\_MTD\_UBI\_WL\_THRESHOLD (Default: 4096) +\item CONFIG\_MTD\_UBI\_BEB\_LIMIT (Default: 20) +\item CONFIG\_MTD\_UBI\_FASTMAP +\item CONFIG\_MTD\_UBI\_GLUEBI +\end{itemize} +\end{beamerboxesrounded} +\begin{beamerboxesrounded}[shadow=true]{UBIFS} +\begin{itemize} +\item CONFIG\_UBIFS\_FS\_ADVANCED\_COMPR +\item CONFIG\_UBIFS\_FS\_LZO +\item CONFIG\_UBIFS\_FS\_ZLIB +\end{itemize} +\end{beamerboxesrounded} +\end{frame} + \subsubsection{} \input{tailpres} |
