brintos

brintos / linux-shallow public Read only

0
0
Text · 626 B · 26a72f3 Raw
22 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3Error decoding4==============5 6x867---8 9Error decoding on AMD systems should be done using the rasdaemon tool:10https://github.com/mchehab/rasdaemon/11 12While the daemon is running, it would automatically log and decode13errors. If not, one can still decode such errors by supplying the14hardware information from the error::15 16        $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca17 18Also, the user can pass particular family and model to decode the error19string::20 21        $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca --family <CPU Family> --model <CPU Model> --bank <BANK_NUM>22