Samsung S3C6410 Welder User Manual


 
S3C6410 INSTALLATION MANUAL UBI(UNSORTED BLOCK IMAGES) V1.0
13
Preliminary product information describe products that are in development,
for which full characterization data and associated errata are not yet available.
Specifications and information herein are subject to change without notice.
3.3 Create UBI Volume
Now, Make a UBI Volume in MTD partition. First of all, make “sysfs” directory and mount sysfs to
sysfs directory.
[root@Samsung tmp]# mount sysfs sysfs ./sysfs
[root@Samsung tmp]# mount -t sysfs sysfs ./sysfs
You need ubimkvol application which is to make ubi volume. Download ubimkvol application. And
Excute ubimkvol as following command.
[root@Samsung tmp]# ./ubimkvol -s 10245780 -N Storage -d 0
This Command is make UBI Volume in MTD partition. Volume size is 10245780 bytes and Volume
name is “Storage” and device node is “ubi0”. If you want to know other option, you can see by
input command “./ubimkvol –h”.
And, you want to confirm result, you can see proc file system.