Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Introduction

File system capabilities are provided by the uC/FS embedded file system. uC/FS provides FAT12, 16 and 32 with an optional journaling extension. Supported storage media includes SD Card/MMC/eMMC, NOR, NAND and USB Mass Storage.

 

Trial version

The freely downloadable version of the Xilinx SDK available on Micrium's website contains an evaluation library of uC/FS and associated components. Demonstration support is provided for the SD Card and MSC media only. Please contact Micrium if you need a full source evaluation or to purchase.

 

Configuration

To enable file system support the ucos_fs library should be added to the project as seen in figure . 

The BSP generation scripts can optionally configure either an SD Card or a RAMDisk at startup.

 

  • No labels