doc: samples: edac: add syntax highlight to code blocks
display Zephyr shell snippets as "console" code blocks. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
a58bf96d0d
commit
9b8b7b36be
@ -34,7 +34,9 @@ Getting help
|
||||
============
|
||||
|
||||
After the application has started help can be read with the following
|
||||
command::
|
||||
command:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
uart:~$ edac -h
|
||||
edac - EDAC information
|
||||
@ -44,7 +46,9 @@ command::
|
||||
inject :Inject ECC error commands
|
||||
edac inject <subcommands>
|
||||
|
||||
Help for subcommand info can be read with::
|
||||
Help for subcommand info can be read with:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
uart:~$ edac info -h
|
||||
info - Show EDAC information
|
||||
@ -53,7 +57,9 @@ Help for subcommand info can be read with::
|
||||
ecc_error :ECC Error Show / Clear commands
|
||||
parity_error :Parity Error Show / Clear commands
|
||||
|
||||
Injection help can be received with::
|
||||
Injection help can be received with:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
uart:~$ edac inject -h
|
||||
inject - Inject ECC error commands
|
||||
@ -70,7 +76,9 @@ Injection help can be received with::
|
||||
Testing Error Injection
|
||||
=======================
|
||||
|
||||
Set Error Injection parameters with::
|
||||
Set Error Injection parameters with:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
uart:~$ edac inject addr 0x1000
|
||||
Set injection address base to: 0x1000
|
||||
@ -81,13 +89,17 @@ Set Error Injection parameters with::
|
||||
uart:~$ edac inject error_type correctable
|
||||
Set injection error type: correctable
|
||||
|
||||
Trigger injection with::
|
||||
Trigger injection with:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
uart:~$ edac inject trigger
|
||||
Triggering injection
|
||||
|
||||
Now Read / Write to the injection address to trigger Error Injection with
|
||||
following devmem commands::
|
||||
following devmem commands:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
uart:~$ devmem 0x1000 32 0xabcd
|
||||
Mapped 0x1000 to 0x2ffcf000
|
||||
@ -101,6 +113,8 @@ following devmem commands::
|
||||
Using data width 32
|
||||
Read value 0xabcd
|
||||
|
||||
We should get the following message on screen indicating an IBECC event::
|
||||
We should get the following message on screen indicating an IBECC event:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
Got notification about IBECC event
|
||||
|
||||
Loading…
Reference in New Issue
Block a user