RE: File System on 64-bit-bus-width Flash memory
From: Allen Curtis <hidden>
Date: 2002-05-14 13:00:02
MTD has support for 64-bit bus. They have not pushed the code the main tree. Goto www.infradead.org and checkout the CVS tree. (I have not personally used this code version. I implemented modified MTD myself last December)
-----Original Message----- From: owner-linuxppc-embedded@lists.linuxppc.org [mailto:owner-linuxppc-embedded@lists.linuxppc.org]On Behalf Of Wolfgang Denk Sent: Tuesday, May 14, 2002 4:14 AM To: Sangmoon Kim Cc: linuxppc-embedded@lists.linuxppc.org Subject: Re: File System on 64-bit-bus-width Flash memory In message [ref] you wrote:quoted
Hi, I want to make a flash file system on a custom MPC755 boardwith a 64-bit (bus width) flash memory.quoted
I set CONFIG_MTD_PHYSMAP_BUSWIDTH = 8 at kernel configure, andwhen it boots the following message appears.quoted
physmap flash device: 400000 at 7c000000 genprobe_new_chip called with unsupported buswidth 8Seems your MTD drivers are missing support for 64 bit buswidth.quoted
Is it possible to make a flash file system with a flash memoryof 64 bit bus width? If possible, what's the method? Please let me know. We implemented this long ago. See our kernel source tree at ftp://ftp.denx.de/pub/LinuxPPC/usr/src/ For example: ... TQM8260 flash bank 0: Using static image partition definition Creating 4 MTD partitions on "TQM8260 Bank 0": 0x00000000-0x00040000 : "ppcboot" 0x00040000-0x00100000 : "kernel" 0x00100000-0x00400000 : "initrd" 0x00400000-0x00800000 : "jffs" ... Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de There are two ways to write error-free programs. Only the third one works.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/