From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cluster-h.mailcontrol.com ([208.87.234.190]) by bombadil.infradead.org with esmtps (Exim 4.69 #1 (Red Hat Linux)) id 1MOBzw-00024K-ND for linux-mtd@lists.infradead.org; Tue, 07 Jul 2009 14:50:27 +0000 Received: from rly25h.srv.mailcontrol.com (localhost.localdomain [127.0.0.1]) by rly25h.srv.mailcontrol.com (MailControl) with ESMTP id n67EoFiH031584 for ; Tue, 7 Jul 2009 15:50:19 +0100 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by rly25h.srv.mailcontrol.com (MailControl) id n67Enlaf028344 for ; Tue, 7 Jul 2009 15:49:47 +0100 Subject: Re: ubiattach problem From: Oren To: dedekind@infradead.org In-Reply-To: <1246977486.20721.315.camel@localhost.localdomain> References: <1246947926.20721.299.camel@localhost.localdomain> <1246962761.1775.7.camel@tlvorens3lnx> <1246963327.20721.306.camel@localhost.localdomain> <1246968515.2208.4.camel@tlvorens3lnx> <1246971115.20721.308.camel@localhost.localdomain> <1246972892.2208.5.camel@tlvorens3lnx> <1246973292.20721.313.camel@localhost.localdomain> <1246975692.2208.7.camel@tlvorens3lnx> <1246977486.20721.315.camel@localhost.localdomain> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 7 Jul 2009 17:49:32 +0300 Message-ID: <1246978172.2208.13.camel@tlvorens3lnx> MIME-Version: 1.0 Cc: linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Do not see any UBI msg... Is there any other configuration options i need to set up? On Tue, 2009-07-07 at 17:38 +0300, Artem Bityutskiy wrote: > On Tue, 2009-07-07 at 17:08 +0300, Oren wrote: > > I already have these option on. > > > > # > > # UBI - Unsorted block images > > # > > CONFIG_MTD_UBI=y > > CONFIG_MTD_UBI_WL_THRESHOLD=4096 > > CONFIG_MTD_UBI_BEB_RESERVE=1 > > # CONFIG_MTD_UBI_GLUEBI is not set > > > > # > > # UBI debugging options > > # > > CONFIG_MTD_UBI_DEBUG=y > > CONFIG_MTD_UBI_DEBUG_MSG=y > > CONFIG_MTD_UBI_DEBUG_PARANOID=y > > CONFIG_MTD_UBI_DEBUG_DISABLE_BGT=y > > CONFIG_MTD_UBI_DEBUG_USERSPACE_IO=y > > # CONFIG_MTD_UBI_DEBUG_EMULATE_BITFLIPS is not set > > # CONFIG_MTD_UBI_DEBUG_EMULATE_WRITE_FAILURES is not set > > # CONFIG_MTD_UBI_DEBUG_EMULATE_ERASE_FAILURES is not set > > > > # > > # Additional UBI debugging messages > > # > > CONFIG_MTD_UBI_DEBUG_MSG_BLD=y > > CONFIG_MTD_UBI_DEBUG_MSG_EBA=y > > CONFIG_MTD_UBI_DEBUG_MSG_WL=y > > CONFIG_MTD_UBI_DEBUG_MSG_IO=y > > > > Note, I need only CONFIG_MTD_UBI_DEBUG_MSG_BLD messages at this >