diff --git a/README.md b/README.md
index 985b45a..d2821cb 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,15 @@ ls /dev/ttyACM* # Linux
idf.py -p PORT flash monitor
```
+> **Important: Plug into the correct USB port!** Most ESP32-S3 boards have two USB-C ports. You must use the one labeled **USB** (native USB Serial/JTAG), **not** the one labeled **COM** (external UART bridge). Plugging into the wrong port will cause flash/monitor failures.
+>
+>
+> Show reference photo
+>
+>
+>
+>
+
### CLI Commands
Connect via serial to configure or debug. **Config commands** let you change settings without recompiling — just plug in a USB cable anywhere.
diff --git a/README_CN.md b/README_CN.md
index acaf7a3..7a8c1d8 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -85,6 +85,15 @@ ls /dev/ttyACM* # Linux
idf.py -p PORT flash monitor
```
+> **注意:请插对 USB 口!** 大多数 ESP32-S3 开发板有两个 Type-C 接口,必须插标有 **USB** 的那个口(原生 USB Serial/JTAG),**不要**插标有 **COM** 的口(外部 UART 桥接)。插错口会导致烧录/监控失败。
+>
+>
+> 查看参考图片
+>
+>
+>
+>
+
### 代理配置(国内用户)
在国内需要代理才能访问 Telegram 和 Anthropic API。MimiClaw 内置 HTTP CONNECT 隧道支持。
diff --git a/assets/esp32s3-usb-port.jpg b/assets/esp32s3-usb-port.jpg
new file mode 100644
index 0000000..706f610
Binary files /dev/null and b/assets/esp32s3-usb-port.jpg differ