From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 16T40A-0007fi-00 for ; Tue, 22 Jan 2002 16:42:26 +0000 From: David Woodhouse In-Reply-To: <173a01c1a356$e3ed01c0$1900000a@v.vmanage.com> References: <173a01c1a356$e3ed01c0$1900000a@v.vmanage.com> To: "Gad Hayisraeli" Cc: "Linux-mtd List" Subject: Re: BSE MediaEngine - booting from flash problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Jan 2002 16:53:27 +0000 Message-ID: <16324.1011718407@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: gad@syete.co.il said: > i'm using mediaEngine with bank0 of 4 mb, and bank 1 of 16 mb flash. > kernel: 2.4.17-rmk2-bse patch to support mediaEngine. but when the > kernel boots(nfs boot), i see it recognizes only the first flash bank. > what shall i do in order to recognize also the second ? (i tried to > alter sa1100-flash.c partitions but no use.) You probably need to add another 'map' driver for the second bank, then probe and register the flash device(s) in that separately. -- dwmw2