Mounting NAND partion

Xiangfu Liu xiangfu at sharism.cc
Thu Aug 5 02:52:40 EDT 2010


Hi

you can try to create a /dev/ubi_ctrl char device,
Major and minor number allocated in the kernel. Find these numbers
in /sys/class/misc/ubi_ctrl/dev (e.g.: 10:63) Or run ubinfo:
  UBI version:                    1
  Count of UBI devices:           0
  UBI control device major/minor: 10:63

#mknod /dev/ubi_ctrl c 10 63

then:
#ubiattach /dev/ubi_ctrl -m 2
#mount -t ubifs ubi0_0 /mnt

On 08/05/2010 01:48 PM, Suresh P wrote:
> Hi,
>
> How can I mount a NAND partion while working from SD card?.I boot the
> Jlime from the SD and want to access some files from NAND partion.I
> can't see any /dev/ubi_ctrl for attaching MTD.
>
> thanks
>
> Suresh
>
> _______________________________________________
> discussion mailing list
> discussion at lists.qi-hardware.com
> http://en.qi-hardware.com/mailman/listinfo/discussion


-- 
Best Regards
Xiangfu Liu
http://www.nanonote.cc




More information about the discussion mailing list


interactive