-- value (-v): optional; new state for property when action == "set"
-- filelog (-f): optional; path to a .txt file; if not given no logfile is created
-- dump (-d): optional; choose 1 to print out messages on the terminal, 0 otherwise (default = 0)
- functions.c : C functions to read/write in the board using AXI-lite from Xilinx (https://github.com/Xilinx/dma_ip_drivers/tree/master/XDMA/linux-kernel)
...
...
@@ -34,4 +36,4 @@
- run main.py
main.py -b [board_name] -a [set/get] -p [property_name] (-v [new_value])