fplayback version 19082200
Upload data chunks from an 'fdaq'-generated file to an FLX-device.
Usage:
 fplayback [-h|V] [-d <devnr>] [-F <blocks>] [-i <dma>] [-e <elink>]
           [-R] [-x <size>] [-X] [-y <size>] [<filename>]
  -h         : Show this help text.
  -V         : Show version.
  -d <devnr> : FLX-device to use (default: 0).
  -e <elink> : Upload only the data blocks for E-link number <elink>.
  -F <blocks>: Number of blocks to upload (default: all in file).
  -f <speed> : Speed up default upload rate of about 8MB/s by factor <speed> (default:1)
  -i <dma>   : FLX-device DMA controller to use (default: 1).
  -R         : Replace chunk data by pseudo-random data.
  -x <size>  : Size of single-shot DMA transfers, in KByte (default: 2).
  -X         : Use continuous-mode DMA for upload (default: single-shot).
  -y <size>  : Set size of FLX-device unit data block, in KB.
               (forced; normally read from FLX-device itself).

 <filename>: Name of file with data blocks to upload.
