From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 11 Mar 2006 09:21:38 +0100 Subject: [U-Boot-Users] How to make YAFFS Filesystem which can be used by U-boot? In-Reply-To: <8ca971460603101731l491ae344x207209ae26935555@mail.gmail.com> References: <8ca971460603101731l491ae344x207209ae26935555@mail.gmail.com> Message-ID: <200603110921.38912.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi James, On Saturday, 11. March 2006 02:31, James Tian wrote: > I have made a Yaffs image, but I don't know how to config u-boot to > support Yaffs. Who can give me any suggestion? > Thanks! U-Boot has no YAFFS fs support right now. The only thing you can do, is read/write YAFFS binary images from/to the NAND FLASH using the U-Boot NAND commands. Best regards, Stefan