devnotes -> debugging

This commit is contained in:
MeexReay 2025-05-29 01:37:11 +03:00
parent b28fc81c75
commit 1456844708

View File

@ -111,14 +111,17 @@ python mtk.py da seccfg unlock --preload preloader_k62v1_64_bsp.bin --loader n.b
# i did it with test point, but it isnt required # i did it with test point, but it isnt required
``` ```
## Dev notes ## Debugging
Initramfs inspecting works! Initramfs inspecting works!
Press vol- button and try this command:
```bash ```bash
picocom -b 115200 /dev/ttyACM0 picocom -b 115200 /dev/ttyACM0
``` ```
[More about that](https://wiki.postmarketos.org/wiki/Initramfs/Inspecting#Using_the_debug_shell)
## See also ## See also
- [xiaomi angelican wiki](https://wiki.postmarketos.org/wiki/Xiaomi_Redmi_9C_NFC_(xiaomi-angelican)) - [xiaomi angelican wiki](https://wiki.postmarketos.org/wiki/Xiaomi_Redmi_9C_NFC_(xiaomi-angelican))