Changes between Version 7 and Version 8 of SF_Ch_pstore


Ignore:
Timestamp:
09/07/18 08:50:52 (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SF_Ch_pstore

    v7 v8  
    2727mount -t pstore pstore /sys/fs/pstore
    2828}}}
     29In the TWRP recovery image for the chiron pstore is automatically mounted to /sys/fs/pstore/
    2930
    3031=== Writing to pstore ===
     
    4041echo c > /proc/sysrq-trigger
    4142}}}
    42 did not work for me so I created a kernel module that I can modprobe to generate a panic.
     43did not work for me so I created a kernel module that I can insmod to generate a panic.
    4344
    4445I am using the attached kernel module to create a kernel panic (modprobe the module)
     46
    4547See also [https://github.com/guhl/android_kernel_xiaomi_msm8998-1/commit/50c8d7f1ba19002b6743b96b6ce043470e4bbb87]
     48
    4649The files are placed in a directory "panic" in the kernel directory and enabled in kernel config with
    4750{{{