Hi
 
My mistake, I uploaded the wrong ones.
 
The emg_dynamic_ffs constructs a filesystem that you can upload at run time. emg_static_ffs (attached) is used to construct a C file with a compile time filing system. Both are run with a parameter that is the name of a text  file containing a list of files and an output filename:
 
emg_static_ffs filelist.txt freescale_static_ffs.c
emg_dynamic_ffs filelist.txt dynamic.ffs
 
A sample filelist.txt is also attached.
 
The emg_web_uploader is used to send a run time filing system to the emg_web server.
 
( change emg_static_ffs.txt to emg_static_ffs.exe)
 
Paul.
 
Message Edited by t.dowe on 2009-09-02 05:35 PM