add info about debugfs
This commit is contained in:
parent
7cfca38a49
commit
78fc8fb44a
|
@ -20,6 +20,12 @@ pmbootstrap install --no-recommends --android-recovery-zip --password pw --zap -
|
||||||
avbtool add_hash_footer --partition_name dtbo --partition_size 2621440 --image empty_dtbo.img
|
avbtool add_hash_footer --partition_name dtbo --partition_size 2621440 --image empty_dtbo.img
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Dump kernel values through debugfs
|
||||||
|
```bash
|
||||||
|
mount -t debugfs debugfs /sys/kernel/debug
|
||||||
|
ls -lah /sys/kernel/debug # A lot of values here can be copied/dumped
|
||||||
|
```
|
||||||
|
|
||||||
## Misc. Links
|
## Misc. Links
|
||||||
- https://softhandtech.com/what-is-ffbm-mode-in-android/
|
- https://softhandtech.com/what-is-ffbm-mode-in-android/
|
||||||
- https://wiki.postmarketos.org/wiki/Samsung_Galaxy_S24_Ultra_(samsung-e3q)
|
- https://wiki.postmarketos.org/wiki/Samsung_Galaxy_S24_Ultra_(samsung-e3q)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user