How to create mtd partitions on NAND

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to create mtd partitions on NAND

1,656 次查看
swaraj
Contributor II

How  to create mtd partitions on NAND ,Can anyone help me ?

标签 (1)
0 项奖励
4 回复数

1,036 次查看
snan1z
Contributor I

You can check this topic, Mike's reply will help you, he had created ubi volumes with ubimkvol command.

http://imxcommunity.org/group/imx28andimx28evk/forum/topics/imx28-nand-boot-no-init-found

 

create a ubi volume as <volume_name> that has size of 50MiB

$ ubimkvol  /dev/ubi0 -N <volume_name> -s 50MiB

 

-m means rest of space

$ ubimkvol  /dev/ubi0 -N <volume_name> -m

 

 

Also, attachment at this link may help you
http://imxcommunity.org/forum/topics/imx28-nand-boot?commentId=4103... 

0 项奖励

1,036 次查看
JonSzymaniak
Contributor II

The following discussion contains a bunch of info on setting up NAND. It helped me getting NAND with UBIFS running.

 

http://imxcommunity.org/forum/topics/imx28-nand-boot

0 项奖励

1,036 次查看
swaraj
Contributor II

Thanks for the reply Sinan, Should they be configured while kernel compiling or should we follow any other procedure for that.

Please help me in creating those volumes. As i am stuck at a point.


0 项奖励

1,036 次查看
snan1z
Contributor I

In the past, I dealt with mtd partitioning and according to me it is very hard. Instead of this, ubi volumes may help you ( If you use ubifs ).

0 项奖励