Skip to content

Commit 97b0708

Browse files
JJ-ShapiroJohnAZoidberg
authored andcommitted
Update command syntax for framework_tool
Previously underscores - this isn't correct as framework_tool actually requires hyphens. Just might clear up some confusion.
1 parent bcca4ea commit 97b0708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EXAMPLES_ADVANCED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Dumping to foo.bin
145145
Wrote 153 bytes to foo.bin
146146
147147
# Update just the serial number
148-
> framework_tool --flash_gpu_descriptor GPU FRAKMQCP41500ASSY1
149-
> framework_tool --flash_gpu_descriptor 13 FRAKMQCP41500ASSY1
150-
> framework_tool --flash_gpu_descriptor 0x0D FRAKMQCP41500ASSY1
148+
> framework_tool --flash-gpu-descriptor GPU FRAKMQCP41500ASSY1
149+
> framework_tool --flash-gpu-descriptor 13 FRAKMQCP41500ASSY1
150+
> framework_tool --flash-gpu-descriptor 0x0D FRAKMQCP41500ASSY1
151151
152152
# Update everything from a file
153153
> framework_tool --flash-gpu-descriptor-file pcie_4x2.bin

0 commit comments

Comments
 (0)