b5c94910ac
like /tools/mspsim. This is a very simple modification that affects a very large number of files in Contiki: Cooja, /platform/cooja, Collect-view, Coffe-manager, and Cooja simulation files (.csc). I've gone through Contiki to update all references I could find. Nevertheless, this commit will likely break external dependencies, like saved Cooja simulation files.
29 lines
666 B
Markdown
29 lines
666 B
Markdown
org.contikios.coffee is a library for the Coffee File System. It is able to generate
|
|
file system images and to extract information from existing images.
|
|
|
|
Building:
|
|
---------
|
|
|
|
./build.sh
|
|
|
|
Usage:
|
|
------
|
|
|
|
java -jar coffee.jar [-p <platform>] [-i|e|r <file>] [-l|s] <file system image>
|
|
|
|
Options:
|
|
--------
|
|
|
|
-p Selects the platform configuration of Coffee to use.
|
|
Valid choices: sky (default), esb.
|
|
-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:
|
|
-------
|
|
|
|
Nicolas Tsiftes <nvt@sics.se>
|