From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 18 Apr 2012 13:35:32 -0500 Subject: [U-Boot] fatls/fatload for NAND (partition) In-Reply-To: <33709724.post@talk.nabble.com> References: <33709724.post@talk.nabble.com> Message-ID: <4F8F0974.5020607@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/18/2012 01:22 PM, peterlu wrote: > > Has anyone tried/incorporated the use of the FAT tools to access NAND > storage? I know one can use fatls on usb and mmc (which are "boot" > devices), but it seems natural that one should be able to use the FAT tools > on NAND as well, perhaps through some pseudo-device (that maps to some NAND > partition(s)). This would allow Linux to set up some mtd partition(s) as > vfat and U-boot to get to the same partition(s) as well. You would need a flash translation layer in between the FAT filesystem and raw NAND. Any reason not to use ubifs instead? -Scott