mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-23 21:34:35 +03:00
421bd3e1f9
* New step-by-step documentation structure for Wi-Fi Devboard * Added a description of working under Windows * Added a description of switching Devboard operation mode (Black Magic, DAPLink) * The images for the documentation are uploaded to the CDN * The text in the sidebar, near the dolphin logo, changed from blue to black/white Co-authored-by: knrn64 <25254561+knrn64@users.noreply.github.com> Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
22 lines
951 B
Markdown
22 lines
951 B
Markdown
# USB connection to the Devboard {#dev_board_usb_connection}
|
|
|
|
\image html https://cdn.flipperzero.one/Flipper_Zero_WiFi_devboard_USB_connection_CDN.jpg width=700
|
|
|
|
To connect to the Developer Board via USB, do the following:
|
|
|
|
1. If the Devboard isn't connected to your Flipper Zero, turn off your Flipper Zero and connect the Developer Board to it. Then, turn your Flipper Zero back on.
|
|
|
|
2. On your computer, check the list of serial devices.
|
|
|
|
- **macOS:** On your computer, run `ls /dev/cu.*` in the Terminal.
|
|
|
|
- **Linux:** On your computer, run `ls /dev/tty*` in the Terminal.
|
|
|
|
- **Windows:** Go to **Device Manager** and expand the **Ports (COM & LPT)** section.
|
|
|
|
3. Connect the Devboard to your computer via a USB-C cable.
|
|
|
|
4. Repeat **Step 2**. Two new devices will appear — this is the Developer Board.
|
|
|
|
> [!warning]
|
|
> If the Developer Board doesn't appear in the list of devices, try using a different cable, USB port, or computer. |