Commit 02fc4d8b authored by Manuel Castilla's avatar Manuel Castilla Committed by Benoit Rat

Merged in manu-191119_syntax_fixes (pull request #14)

doc: Add the way to set the time on the master SPEC
parents 668e0ec3 2af0e441
......@@ -945,9 +945,11 @@ Finally you need to active a trigger pulse in your oscilloscope. Then you can tr
## Pulse for 10 microseconds in the middle of the next second
>:$ sudo wr-dio-cmd /dev/fmc-dio-1:0 pulse 4 .00001 +1.5
## Set the time on the master SPEC
>:$ sudo wrpc-vuart -f /sys/bus/pci/devices/0000\:00\:01.0/0000\:01\:00.0/resource0 -o 0x20500 -c "time setsec $(date +%s)"
## Pulse for 1ms at 17:00 today
## Set the datetime of the next event (60 seconds from now)
## NOTE: this only work if the date is correctly set in the master SPEC,
>:$ sudo wr-dio-cmd /dev/fmc-dio-1:0 pulse 4 .001 $(date +%s --date 17:00)
~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment