mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
made data cable note linux specific
This commit is contained in:
parent
5de82b074d
commit
780413f0c1
|
@ -4,7 +4,10 @@ title: Flashing Firmware – Linux
|
|||
sidebar_label: Linux
|
||||
---
|
||||
:::note
|
||||
To check if you have a data cable that will work, plug in your device and **then** navigate to `Apple Menu > About This Mac > System Report... > Hardware > USB`
|
||||
To check if you have a data cable that will work, plug in your device and **then** navigate to `Terminal` and enter the following command:
|
||||
```bash
|
||||
lsusb
|
||||
```
|
||||
you should see something like `CP210X USB to UART Bridge Controller`.
|
||||
:::
|
||||
|
||||
|
|
Loading…
Reference in a new issue