From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Gambier Date: Thu, 10 Feb 2011 17:04:41 +0100 Subject: [U-Boot] MTD partitions not mounted by the kernel In-Reply-To: <20110210145932.7F6C014B9A37@gemini.denx.de> References: <4D53F9FA.2070702@ftemaximal.fr> <20110210145932.7F6C014B9A37@gemini.denx.de> Message-ID: <4D540C99.3030901@ftemaximal.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, I tried to put some printk in the MTD driver and it seems that the parse_mtd_partitions function is never called... I will try to find what's wrong with my kernel configuration. alex On 02/10/2011 03:59 PM, Wolfgang Denk wrote: > Dear Alexandre Gambier, > > In message<4D53F9FA.2070702@ftemaximal.fr> you wrote: >> mtdids : nor0=NOR,nand0=NAND > ... >> mtdparts=NOR:512k(U-Boot),128k(Environment),4M(Kernel),-(FreeNOR);NAND:32M(FS),-(FreeNAND) > ... >> The problem is that once my system is running the MTD devices in /dev >> are not created and the file /proc/mtd is empty. >> >> Is my command line wrong ? > I think so. Most probably your kernel uses different identifiers > instead of "NOR" and "NAND". Check the kernel boot messages! > > Best regards, > > Wolfgang Denk >