Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:pcie:disable-fatal [2019/04/17 04:21] alex |
en:pcie:disable-fatal [2020/04/29 08:00] (current) alex |
||
---|---|---|---|
Line 25: | Line 25: | ||
To work around this crash, the error must not be reported to the OS or to the iDRAC. To that end, PCIe fatal error reporting must be disabled on the switch or root port upstream of the FPGA. Specifically, two bits must be cleared - SERR in the command register, and the fatal error reporting enable bit in the device control register in the PCIe capability. The following script performs these operations on the switch port upstream of the specified PCIe device ID. | To work around this crash, the error must not be reported to the OS or to the iDRAC. To that end, PCIe fatal error reporting must be disabled on the switch or root port upstream of the FPGA. Specifically, two bits must be cleared - SERR in the command register, and the fatal error reporting enable bit in the device control register in the PCIe capability. The following script performs these operations on the switch port upstream of the specified PCIe device ID. | ||
- | <code sh> | + | <code bash pcie_disable_fatal.sh> |
#!/bin/bash | #!/bin/bash | ||