Changes

Jump to: navigation, search

Memory Tecnology Device (MTD)

7 bytes removed, 15:33, 4 May 2015
m
UBIFS
To access and use UBIFS:
* Add the ubi.mtd=X parameter to the kernel command line, where X is the number of the mtd partition
* Erase the MTD partition:
<pre class="board-terminal">
flash_eraseall /dev/mtdX
</pre>
* As an alternative to point 1, launch Launch the following commandto create the UBI volume:
<pre class="board-terminal">
ubiattach /dev/ubi_ctrl -m X
# the file system is formatted automatically the first time it is mounted
# the mount command don't use the /dev/ prefix before ubi0_0 device
 
== Additional information ==
 
* http://free-electrons.com/blog/managing-flash-storage-with-linux/

Navigation menu