Samsung S3 C6410 Manuale Utente

Pagina di 14
S3C6410 INSTALLATION MANUAL UBI(UNSORTED BLOCK IMAGES)  V1.0 
 
  
12 
 
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  Test 
 
In this Chapter, you will understand how to test UBI in you system. 
 
3.1  Download “ubi.ko” 
 
First, you have to download “ubi.ko” device module file that is created by make command. You can 
this device module in “linux/drivers/mtd/ubi/ubi.ko”. 
 
 
 
 
3.2  Load UBI Module 
 
Next, Insert UBI Module(ubi.ko) which is download from your host with insmod command. Input 
command as following. 
 
[root@Samsung tmp]# insmod ubi.ko mtd=3 
 
In this command, “mtd=3” is a MTD partition what you want to create UBI Volume. If you want to 
create UBI volume in another MTD partition, input number of partition. If you success insert UBI 
module(ubi.ko), you can see ubi information.