mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
doc: man-page for panic command
Provide a man-page for the panic command. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ac2ac69080
commit
5ee8d90f54
2 changed files with 34 additions and 0 deletions
33
doc/usage/cmd/panic.rst
Normal file
33
doc/usage/cmd/panic.rst
Normal file
|
@ -0,0 +1,33 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0+:
|
||||
|
||||
panic command
|
||||
=============
|
||||
|
||||
Synopis
|
||||
-------
|
||||
|
||||
::
|
||||
|
||||
panic [message]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Display a message and reset the board.
|
||||
|
||||
message
|
||||
text to be displayed
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
=> panic 'Unrecoverable error'
|
||||
Unrecoverable error
|
||||
resetting ...
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
If CONFIG_PANIC_HANG=y, the user has to reset the board manually.
|
|
@ -65,6 +65,7 @@ Shell commands
|
|||
cmd/md
|
||||
cmd/mmc
|
||||
cmd/mtest
|
||||
cmd/panic
|
||||
cmd/part
|
||||
cmd/pause
|
||||
cmd/pinmux
|
||||
|
|
Loading…
Add table
Reference in a new issue