mcap: linux: update README
This patch updaets README in the driver for the updated changes. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
This commit is contained in:
parent
a7355981e2
commit
7f27f03c84
1 changed files with 5 additions and 1 deletions
|
@ -24,8 +24,9 @@ Steps to Run
|
|||
Usage: mcap [options]
|
||||
|
||||
Options:
|
||||
-x Specify MCAP Device ID in hex (Mandatory)
|
||||
-x Specify MCAP Device Id in hex (MANDATORY)
|
||||
-p <file> Program Bitstream (.bin/.bit/.rbt)
|
||||
-C <file> Partial Reconfiguration Clear File(.bin/.bit/.rbt)
|
||||
-r Performs Simple Reset
|
||||
-m Performs Module Reset
|
||||
-f Performs Full Reset
|
||||
|
@ -34,6 +35,9 @@ Steps to Run
|
|||
-v Verbose information of MCAP Device
|
||||
-h/H Help
|
||||
-c <address> [type [data]] Access Device Configuration Space
|
||||
here type[data] - b for byte data [8 bits]
|
||||
here type[data] - h for half word data [16 bits]
|
||||
here type[data] - w for word data [32 bits]
|
||||
|
||||
NOTE: Specifying MCAP Device Id option is mandatory for the application
|
||||
to run. For example,
|
||||
|
|
Loading…
Add table
Reference in a new issue