> ps
PSP
NAME
psp – various operations on the persistent scratch pad
SYNOPSIS
psp [command]
psp [command token]
DESCRIPTION
psp allows you to perform various operations on the persistent scratch pad area of the flash memory.
Commands are:
list: list all the entries in the psp (identified by their names/”tokens”)
dump <token>: dump the contents of the specified token.
delete <token>: delete the specified token
clearall: delete all tokens
help: print out help message
COMMANDS
None.
OPTIONS
None.
EXAMPLES
° List all entries in the psp
> psp list
Dump the contents of a token called “tr69c_acsState”
> psp dump tr69c_acsState
Erase all tokens
> psp clearall