readme update

This commit is contained in:
MeexReay 2025-05-30 02:11:24 +03:00
parent 5d9e1b47ef
commit 223212b3c1

View File

@ -7,7 +7,7 @@ If you want to develop it together, or maybe you have a working port, please wri
- [x] Kernel compiling - [x] Kernel compiling
- [x] Kernel booting - [x] Kernel booting
- [ ] PMOS booting - [ ] PMOS booting (see issues)
- [ ] ... - [ ] ...
## How to install ## How to install
@ -112,12 +112,14 @@ python mtk.py da seccfg unlock --preload preloader_k62v1_64_bsp.bin --loader n.b
## Debugging ## Debugging
Initramfs inspecting works! Initramfs inspecting works! Run this script:
Press vol- button and try this command:
```bash ```bash
./debug-shell.sh
# or
picocom -b 115200 /dev/ttyACM0
# or
telnet 172.16.42.1 telnet 172.16.42.1
# picocom -b 115200 /dev/ttyACM0
``` ```
[More about that](https://wiki.postmarketos.org/wiki/Initramfs/Inspecting#Using_the_debug_shell) [More about that](https://wiki.postmarketos.org/wiki/Initramfs/Inspecting#Using_the_debug_shell)