From c69ccc774d9225da5dff4e703ce6a9cdac0fae7d Mon Sep 17 00:00:00 2001 From: MeexReay Date: Thu, 29 May 2025 01:42:54 +0300 Subject: [PATCH] telnet better --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3963c2e..e146873 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,8 @@ Initramfs inspecting works! Press vol- button and try this command: ```bash -picocom -b 115200 /dev/ttyACM0 +telnet 172.16.42.1 +# picocom -b 115200 /dev/ttyACM0 ``` [More about that](https://wiki.postmarketos.org/wiki/Initramfs/Inspecting#Using_the_debug_shell)