From 223212b3c13b194b8e59adbdf22bca1575a30f69 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Fri, 30 May 2025 02:11:24 +0300 Subject: [PATCH] readme update --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab46b5a..0450fe7 100644 --- a/README.md +++ b/README.md @@ -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 booting -- [ ] PMOS booting +- [ ] PMOS booting (see issues) - [ ] ... ## How to install @@ -112,12 +112,14 @@ python mtk.py da seccfg unlock --preload preloader_k62v1_64_bsp.bin --loader n.b ## Debugging -Initramfs inspecting works! -Press vol- button and try this command: +Initramfs inspecting works! Run this script: ```bash +./debug-shell.sh +# or +picocom -b 115200 /dev/ttyACM0 +# or telnet 172.16.42.1 -# picocom -b 115200 /dev/ttyACM0 ``` [More about that](https://wiki.postmarketos.org/wiki/Initramfs/Inspecting#Using_the_debug_shell)