# 3 ⌨️ 组装 & 设置主板

## 组装与连线

{% hint style="success" %}
如果你使用的是预组装版 Bittle X，可以跳过这一小节。
{% endhint %}

Bittle X的组装流程与[Bittle](https://bittle.petoi.com/v/zhong-wen/4-zu-zhuang)完全相同，除了舵机与[BiBoard](https://bittle.petoi.com/v/zhong-wen/5-lian-xian#biboard)。

## 设置主板

预组装的 Bittle X 应该已经安装了截至生产日期的最新固件， 您可以直接跳转到第5章[**动手玩Bittle X**](/zhong-wen-1/5-dong-shou-wan-bittle-x.md)。

如果您想更新固件，您可以使用以下方法：

* 使用[**Petoi 桌面应用程序**](https://docs.petoi.com/v/chinese/zhuo-mian-ying-yong/zong-lan)。 这种方法不涉及编程。 其中包含一些预设模式供您选择。
* 如果您有一定的编程经验或想探索更多高级功能，您可以使用[**Arduino IDE**](https://docs.petoi.com/v/chinese/arduino-ide/wei-biboard-shang-chuan-cheng-xu)。 您可以为您的新项目修改我们的开源代码。

##


---

# 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://bittle-x.petoi.com/zhong-wen-1/3-zu-zhuang-she-zhi-zhu-ban.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.
