Skip to content

Commit 43054af

Browse files
committed
doc: Update edac shell sample's readme
Update the console log in readme to make it aligned with the actual output Signed-off-by: Yves Wang <zhengjia.wang@nxp.com>
1 parent 886931e commit 43054af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/subsys/edac/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Injection help can be received with:
6363
inject - Inject ECC error commands
6464
edac inject <subcommands>
6565
Subcommands:
66-
addr :Get / Set physical address
67-
mask :Get / Set address mask
66+
param1 :Get / Set injection param 1
67+
param2 :Get / Set injection param 2
6868
trigger :Trigger injection
6969
error_type :Get / Set injection error type
7070
disable_nmi :Disable NMI
@@ -111,8 +111,8 @@ following devmem commands:
111111
Using data width 32
112112
Read value 0xabcd
113113
114-
We should get the following message on screen indicating an IBECC event:
114+
We should get the following message on screen indicating an ECC event:
115115

116116
.. code-block:: none
117117
118-
Got notification about IBECC event
118+
Got notification about ECC event

0 commit comments

Comments
 (0)