2013-11-19 11:17:37 +00:00
|
|
|
org.contikios.coffee is a library for the Coffee File System. It is able to generate
|
2013-03-26 12:09:49 +00:00
|
|
|
file system images and to extract information from existing images.
|
2009-08-04 10:36:53 +00:00
|
|
|
|
|
|
|
Building:
|
2013-03-26 12:09:49 +00:00
|
|
|
---------
|
2009-08-04 10:36:53 +00:00
|
|
|
|
2013-03-26 12:09:49 +00:00
|
|
|
./build.sh
|
2009-08-04 10:36:53 +00:00
|
|
|
|
|
|
|
Usage:
|
2013-03-26 12:09:49 +00:00
|
|
|
------
|
2009-08-04 10:36:53 +00:00
|
|
|
|
2013-03-26 12:09:49 +00:00
|
|
|
java -jar coffee.jar [-p <platform>] [-i|e|r <file>] [-l|s] <file system image>
|
2009-08-04 10:36:53 +00:00
|
|
|
|
|
|
|
Options:
|
2013-03-26 12:09:49 +00:00
|
|
|
--------
|
2009-08-04 10:36:53 +00:00
|
|
|
|
2009-08-13 12:11:20 +00:00
|
|
|
-p Selects the platform configuration of Coffee to use.
|
|
|
|
Valid choices: sky (default), esb.
|
2009-08-04 10:36:53 +00:00
|
|
|
-i Inserts a new file into the file system.
|
|
|
|
-e Extracts a file from the file system and saves it locally.
|
|
|
|
-r Removes a file from the file system.
|
|
|
|
-l Lists all files.
|
|
|
|
-s Prints file system statistics.
|
|
|
|
|
|
|
|
Author:
|
2013-03-26 12:09:49 +00:00
|
|
|
-------
|
2009-08-04 10:36:53 +00:00
|
|
|
|
2009-08-04 15:19:07 +00:00
|
|
|
Nicolas Tsiftes <nvt@sics.se>
|