diff options
author | zilio nicolas <nicolas.zilio@kit.edu> | 2015-07-15 08:56:46 +0200 |
---|---|---|
committer | zilio nicolas <nicolas.zilio@kit.edu> | 2015-07-15 08:56:46 +0200 |
commit | 0f298bd861ac8d847f33d6b8bc73b089d2749bbb (patch) | |
tree | c5e99bdd2a9b40605d307e54aa8018ee383f2810 | |
parent | 5a7bcf11b8e3168900a75e7cbf3b1e18f424d271 (diff) | |
download | pcitool-0f298bd861ac8d847f33d6b8bc73b089d2749bbb.tar.gz pcitool-0f298bd861ac8d847f33d6b8bc73b089d2749bbb.tar.bz2 pcitool-0f298bd861ac8d847f33d6b8bc73b089d2749bbb.tar.xz pcitool-0f298bd861ac8d847f33d6b8bc73b089d2749bbb.zip |
added README
-rw-r--r-- | README.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..24c0608 --- /dev/null +++ b/README.txt @@ -0,0 +1,23 @@ +/** installation **/ + +1. download the repository from UFO source tree. +2. from base repository : "cmake -g ." +3. put in the pcitool/config.txt file the pwd to the xml file you want +4. you may just replace the camera.xml file with the one you want with the +same name + +/**utilization**/ +--> BEWARE : for now, this is still an unstable version, "pci -l[l]" will work +for sure, but "pci -r" and "pci -w" work only depending on the protocol used +for registers + +the utilization is the same as usual, the user just have to modify the xml +file for changing the configuration. Here only xml is supported, views aren't +still put in it. + +the only new command on this part is "pci -v" that will validate the xml file +regarding the xsd file in the config.txt file + +/** complementary documentation**/ +the user may find a more complete documentation (still in writing) in ziio/ +documentation repository on the ufo source tree. |