Skip to content

Commit 01e344d

Browse files
committed
FPGA Image Tools README.md: added SH version output to fpga-describe-local-image examples
1 parent e2df072 commit 01e344d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sdk/management/fpga_image_tools/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The following command displays the current state for the given FPGA slot number.
6666

6767
$ sudo fpga-describe-local-image -S 0 -H
6868

69-
Type FpgaImageSlot FpgaImageId StatusName StatusCode
70-
AFI 0 none cleared 1
69+
Type FpgaImageSlot FpgaImageId StatusName StatusCode ShVersion
70+
AFI 0 none cleared 1 0x11241611
7171
Type FpgaImageSlot VendorId DeviceId DBDF
7272
AFIDEVICE 0 0x1d0f 0x1042 0000:00:17.0
7373

@@ -83,8 +83,8 @@ Displays the current state for the given FPGA slot number. The output shows the
8383

8484
$ sudo fpga-describe-local-image -S 0 -H
8585

86-
Type FpgaImageSlot FpgaImageId StatusName StatusCode
87-
AFI 0 agfi-0123456789abcdefg loaded 0
86+
Type FpgaImageSlot FpgaImageId StatusName StatusCode ShVersion
87+
AFI 0 agfi-0123456789abcdefg loaded 0 0x11241611
8888
Type FpgaImageSlot VendorId DeviceId DBDF
8989
AFIDEVICE 0 0x1d0f 0x1042 0000:00:17.0
9090

@@ -100,8 +100,8 @@ The following command displays the current state for the given FPGA slot number.
100100

101101
$ sudo fpga-describe-local-image -S 0 -H
102102

103-
Type FpgaImageSlot FpgaImageId StatusName StatusCode
104-
AFI 0 none cleared 1
103+
Type FpgaImageSlot FpgaImageId StatusName StatusCode ShVersion
104+
AFI 0 none cleared 1 0x11241611
105105
Type FpgaImageSlot VendorId DeviceId DBDF
106106
AFIDEVICE 0 0x1d0f 0x1042 0000:00:17.0
107107

0 commit comments

Comments
 (0)