Changes between Version 7 and Version 8 of SF_Ch_pstore
- Timestamp:
- 09/07/18 08:50:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SF_Ch_pstore
v7 v8 27 27 mount -t pstore pstore /sys/fs/pstore 28 28 }}} 29 In the TWRP recovery image for the chiron pstore is automatically mounted to /sys/fs/pstore/ 29 30 30 31 === Writing to pstore === … … 40 41 echo c > /proc/sysrq-trigger 41 42 }}} 42 did not work for me so I created a kernel module that I can modprobeto generate a panic.43 did not work for me so I created a kernel module that I can insmod to generate a panic. 43 44 44 45 I am using the attached kernel module to create a kernel panic (modprobe the module) 46 45 47 See also [https://github.com/guhl/android_kernel_xiaomi_msm8998-1/commit/50c8d7f1ba19002b6743b96b6ce043470e4bbb87] 48 46 49 The files are placed in a directory "panic" in the kernel directory and enabled in kernel config with 47 50 {{{