All of lore.kernel.org
 help / color / mirror / Atom feed
* Where is /dev/mtdX on Linux-3.8.0-rc7+
@ 2013-04-15  9:49 bill4carson
  2013-04-15 17:45 ` Yuva Raj
  0 siblings, 1 reply; 2+ messages in thread
From: bill4carson @ 2013-04-15  9:49 UTC (permalink / raw)
  To: kernelnewbies

Hi, All

It seems "MTD partitioning support" CONFIG_MTD_PARTITIONS has been deleted some time ago, at least not exist on Linux-3.8.0-rc7+.
And there is no /dev/mtdx neither, so how do I make it happen?

thanks in advance!


-- 
?????????,??????????

--bill

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Where is /dev/mtdX on Linux-3.8.0-rc7+
  2013-04-15  9:49 Where is /dev/mtdX on Linux-3.8.0-rc7+ bill4carson
@ 2013-04-15 17:45 ` Yuva Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Yuva Raj @ 2013-04-15 17:45 UTC (permalink / raw)
  To: kernelnewbies

Hi Bill,

I had a look at the following patchs.
http://permalink.gmane.org/gmane.linux.kernel.commits.head/303418
http://lists.infradead.org/pipermail/linux-mtd/2011-May/035368.html
http://comments.gmane.org/gmane.linux.drivers.mtd/35293


I think the only way to define different partition layout is to pass it as
command line argument to kernel.

Refer this for mtdparts argument description.
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/mtd/cmdlinepart.c?id=refs/tags/v3.8.7

I am thinking that the device file /dev/mtdx will be present since the char
diver code is still existing in the kernel mainline.(line no 1254)

https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/mtd/mtdchar.c?id=refs/tags/v3.8.7




Regards,
Yuva



On Mon, Apr 15, 2013 at 3:19 PM, bill4carson <bill4carson@gmail.com> wrote:

> Hi, All
>
> It seems "MTD partitioning support" CONFIG_MTD_PARTITIONS has been deleted
> some time ago, at least not exist on Linux-3.8.0-rc7+.
> And there is no /dev/mtdx neither, so how do I make it happen?
>
> thanks in advance!
>
>
> --
> ?????????,??????????
>
> --bill
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130415/299f5194/attachment.html 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-15 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-15  9:49 Where is /dev/mtdX on Linux-3.8.0-rc7+ bill4carson
2013-04-15 17:45 ` Yuva Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.