# BiBoard V1

When you use a USB type-C data cable to upload the firmware for the mainboard **BiBoard V1.**

<figure><img src="/files/vHcouJgbubMI2j9wQ3Fg" alt=""><figcaption></figcaption></figure>

* On Windows, if there is **no** serial port in the port list of **Device Manager**:

<figure><img src="/files/OQ9sDgrC0Wgihg1niixC" alt=""><figcaption></figcaption></figure>

* On Mac, open the **Terminal** program under the **Applications**-**Utilities** folder and type the following commands. If no serial device name starting with "***tty.wchusbserial***" or "***cu.wchusbserial***" is found:

  ```
  cd /dev
  ls
  ```

#### Please download and install the USB driver:

* Windows: <https://www.wch-ic.com/downloads/CH343SER_EXE.html>
* Mac: <https://www.wch-ic.com/downloads/CH34XSER_MAC_ZIP.html>

For the macOS(from the version ***Sequoia 15.1***), after installing the driver, you need to enable the driver, as follows:

**Settings** -> **General** -> **Login Items** & **Extensions** -> **Driver Extensions**

<figure><img src="/files/NfPl5sfaV5CR4d3lEu4K" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.petoi.com/upload-firmware/biboard-v1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
