-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Here is the output of vcdbg --help
Usage: vcdbg [options] command arguments
Where options is one of:
-o, --output filename Open filename instead of using the videocore memory
-f, --follow Output new data every 5 seconds as it arrives
-h, --help Print this information
Use the command help to get a list of available commends
or help followed by a command name to get help on a
particular command.
- How do you "Use the command help to get a list of available commends"? The exact command should be presented verbatim so we don't have to guess. i.e.
sudo vcdbg help. Or at least puthelpin quotes. - "commends" is misspelled - should be "commands".
vcdbg --versiondoes not work, so I don't know which version I am using - if that matters
amckinlay