Skip to content

Commit 5917bcf

Browse files
authored
Updated README.md (#28)
1 parent 582a9dc commit 5917bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/userspace/fpga_mgmt_tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following command displays the current state for the given FPGA slot number.
8989

9090
To load the AFI, use the FPGA slot number and Amazon Global FPGA Image ID parameters (see FAQ for AGFI). In synchronous mode, this command will wait for the AFI to transition to the "loaded" state, perform a PCI device remove and recan in order to expose the unique AFI Vendor and Device Id, and display the final state for the given FPGA slot number.
9191

92-
$ sudo fpga-load-local-image -S 0 -I agfi-0123456789abcdefg
92+
$ sudo fpga-load-local-image -S 0 -I agfi-0123456789abcdefg -H
9393

9494
Type FpgaImageSlot FpgaImageId StatusName StatusCode ErrorName ErrorCode ShVersion
9595
AFI 0 agfi-0123456789abcdefg loaded 0 ok 0 <shell version>
@@ -100,7 +100,7 @@ To load the AFI, use the FPGA slot number and Amazon Global FPGA Image ID parame
100100

101101
The following command will clear the FPGA image, including internal and external memories. In synchronous mode, this command will wait for the AFI to transition to the "cleared" state, perform a PCI device remove and recan in order to expose the default AFI Vendor and Device Id, and display the final state for the given FPGA slot number.
102102

103-
$ sudo fpga-clear-local-image -S 0
103+
$ sudo fpga-clear-local-image -S 0 -H
104104

105105
Type FpgaImageSlot FpgaImageId StatusName StatusCode ErrorName ErrorCode ShVersion
106106
AFI 0 none cleared 1 ok 0 <shell version>

0 commit comments

Comments
 (0)