YAFFS
YAFFS Debugging
YAFFS provides a debugging mechanism which can be controlled at runtime, or set at build time. This page descirbes the options available and how to use them, for when you need to do some troubleshooting.
YAFFS Overview
YAFFS is a filesystem designed specifically for the characteristics of NAND flash. Its primary features are:
- Fast - much faster than alternatives
- Easily ported (currently ported to GNU/Linux, WinCE, eCOS, pSOS, VxWorks, and various bare-metal systems)
- Log structured, providing wear-levelling and making it very robust
- Supports various flash geometries including 2KB and 512-Byte page NAND flash chips
- Very fast mount - almost immediate startup
- Typically uses less RAM than comparable File Systems
- Flexible Licensing suitable for most circumstances
HOWTO incorporate YAFFS in Linux
Simple HOWTO for getting started with YAFFS and using it as a root filesystem. If you just want the quick start info - read this.
YAFFS Development Notes
Notes on how to use YAFFS and some details of the internal structures - very useful if you want to mess with the code. This doc is included in the download.
YAFFS 2 Specification and Development Notes
The initial specification for YAFFS version 2. Describes the development of YAFFS to deal with next-generation NAND chips which have larger (2Kb) pages and don't allow page rewrites. The new design will be significantly faster (write: 1.5x-5x, delete: 4x, garbage collection: 2x) and have 25-50% lower RAM footfrint.
YAFFS Original Specification
The initial specification for YAFFS. Circa 2002. Details of the filing system, including short backgrounder. Read this if you want to know what it is, what it does and how it works. This doc is included in the download.
YAFFS Tuning and Configuration.
YAFFS has a wide variety of settings that are used for tuning it to various applications, as well as debugging settings to help with integration. This document helps to explain those settings. The latest PDF of the document is found HERE.
How YAFFS works: the internals
Details of how YAFFS works, including the internal structures that YAFFS uses.
YAFFS Porting Guide
Purpose
The purpose of this document is to describe how to bring up YAFFS2 on a board previously unsupported using the YAFFS Direct Interface, with an example using eCos on a Balloon board.
YAFFS Talk - PDF of slides from CELF, 2007
Attached is a PDF with slides from the YAFFS talk at CELF's Embedded Linux Conference Europe 2007.
If you are able to view Ogg Theora video files, the talk is also online.
Ogg Theora is a Free video format. Free players are available for all platforms. See the list here. If in doubt, VLC is probably available for your operating system.
YAFFS