mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -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
|
sidebar_label: Linux
|
||||||
---
|
---
|
||||||
:::note
|
:::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`.
|
you should see something like `CP210X USB to UART Bridge Controller`.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue