made data cable note linux specific

This commit is contained in:
Foster Irwin 2021-04-16 16:09:00 -06:00
parent 5de82b074d
commit 780413f0c1

View file

@ -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`.
:::