Fix CFW install docs: iproxy needs its own terminal (#58)

iproxy 2222 22 is a blocking command, so it can't share a terminal
with make cfw_install. Clarify that a third terminal is needed and
note the "Running server" output as the cue to proceed.

Closes #58
This commit is contained in:
Lakr
2026-03-03 02:42:34 +08:00
parent 575f130fd2
commit b6d67221ff
2 changed files with 12 additions and 4 deletions
+6 -2
View File
@@ -91,11 +91,15 @@ make ramdisk_build # build signed SSH ramdisk
make ramdisk_send # send to device
```
Once connected, install CFW:
Once the ramdisk is running (you should see `Running server` in the output), open a **third terminal** for the iproxy tunnel, then install CFW from terminal 2:
```bash
# terminal 3 — keep running
iproxy 2222 22
```
```bash
# terminal 2
iproxy 2222 22
make cfw_install
```