Commit a367b3

2026-04-22 12:24:24 David Marsh: -/-
mesh/linux.md ..
@@ 17,7 17,7 @@
sudo usermod -a -G dialout $USER
```
- You'll need to log this user out and back in again.
+ You'll need to logout and back in again.
## Flash the companion
@@ 26,6 26,9 @@
If you've already flashed your companion with the MeshCore firmware you can flashing the companion.
:::
+ > [!IMPORTANT]
+ > Make sure you flash with "Companion USB" not "Companion Bluetooth"
+
TODO
## Install needed software
@@ 36,3 39,22 @@
sudo apt install pipx
pipx install meshcore-cli
```
+
+ Logout and back in again.
+
+ ## Find the USB device
+
+ ```
+ meshcli -l
+ ```
+
+ Output probably looks like this, you'll want to use the USB one:
+
+ ```
+ BLE devices:
+ No BLE HW
+
+ Serial ports:
+ /dev/ttyS0 n/a [n/a]
+ /dev/ttyUSB0 CP2102 USB to UART Bridge Controller - CP2102 USB to UART Bridge Controller [USB VID:PID=10C4:EA60 SER=0001 LOCATION=1-1]
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9