Hi,
I'm working with UBI these days. Thanks to the wiki page of TI, can make UBI images now.
But there are some questions about relationship between partitions,block devices, volumes:
I know NAND flash can be divide to several partitions by the kernel, and each of them
have a device name in the /dev directory, such as mtdblock0, mtdblock1...
But it seems that UBI doesn't depend on block device. What the usage of the
partitions defined by the kernel in this situation? Should we flash the UBI images
according to the partitions? We specify the volume name in the ubinize process,
and every time we mount the file system, we should provide volume name of the
image in mount command line. But after several days, we might forget the volume
names of the images, How can we get the volume name then? Is there any
handy tool? or we need to recreate a image?
Thank you.