We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d59601 commit e00e70dCopy full SHA for e00e70d
drivers/whea_shutdown_fix/PowerSimulateHiberBugcheck.reg
314 Bytes
drivers/whea_shutdown_fix/README.md
@@ -0,0 +1,19 @@
1
+# Occasional WHEA crash during Windows shutdown
2
+
3
+Sometimes during system shutdown, the system will crash with a WHEA memory
4
+error.
5
6
+Issue partially understood:
7
8
+- Windows is trying to read from the ACPI FACS table.
9
+- For some reason, this triggers a memory read abort. (Exact root cause
10
+ unknown.)
11
+- The same issue has been reported on other boards, so it's not specific to
12
+ RK3588.
13
14
+Workaround:
15
16
+- Add a DWORD registry value PowerSimulateHiberBugcheck set to 0x40 to registry
17
+ key `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager`.
18
19
+You can use the `PowerSimulateHiberBugcheck.reg` file to do this.
0 commit comments