Extend USB list port macOS command with more possible outputs (#773)
What changed, and why it matters
This commit only updates a user documentation page. It broadens the macOS command shown for finding a USB serial port from `ls /dev/cu.usbserial*` to `ls /dev/cu.usb*` so the instructions work for more device names. There is no code change and no security relevance.
No security action needed. Treat as a normal documentation improvement.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-line change in docs/getting-started/installing/from-pre-built-release.en.md widens the shell glob used in an example command for listing USB serial ports on macOS. The change is purely instructional and does not touch source code, build scripts, firmware flashing logic, or any security-sensitive behavior.
Changed components
docs/getting-started/installing/from-pre-built-release.en.mdInspect captured patch +1 / −1
diff --git a/docs/getting-started/installing/from-pre-built-release.en.md b/docs/getting-started/installing/from-pre-built-release.en.md
index da1b02c..096d128 100644
--- a/docs/getting-started/installing/from-pre-built-release.en.md
+++ b/docs/getting-started/installing/from-pre-built-release.en.md
@@ -79,7 +79,7 @@ Remove the Gatekeeper quarantine extended attribute from ktool-mac:
xattr -d com.apple.quarantine ktool-mac
```
-See the correct port using the command line: `ls /dev/cu.usbserial*`, in the example below we use `/dev/cu.usbserial-10` (If the output isn't what you expect try a different cable, preferably a smartphone usb-c charger cable):
+See the correct port using the command line: `ls /dev/cu.usb*`, in the example below we use `/dev/cu.usbserial-10` (If the output isn't what you expect try a different cable, preferably a smartphone usb-c charger cable):
```bash
./ktool-mac -B goE -b 1500000 maixpy_amigo/kboot.kfpkg -p /dev/cu.usbserial-10
```
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.