# 安装/升级

{% hint style="success" %}
**Makera 支持方面已说明，使用社区固件/控制器不会使机器保修失效**

请注意，他们能提供的支持可能有限，而且他们可能会要求你恢复为 Makera 软件，以确保问题不被归因于社区代码。请通过以下方式联系： [故障报告按钮](/docs/stable/zh/kong-zhi-qi/features/logging.md#viewing-logs) 或在以下位置的 #mods 频道中 [Makera Discord](https://discord.gg/xwJMTD22) 寻求社区支持。
{% endhint %}

## 安装

{% stepper %}
{% step %}
**下载最新的固件二进制文件**

你需要的 .bin 文件位于 [最新版本](https://github.com/Carvera-Community/Carvera_Community_Firmware/releases/latest)

<figure><img src="/files/7752a6a7b795a0ed4d0ce7bb1789f55742fef5b5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**打开固件升级界面**

点击右上角下拉菜单 <img src="/files/c96e2b42084be9102cafeb634988a0c96929d0e0" alt="" data-size="line"> 并选择软件更新选项 <img src="/files/34319f7f7ceb549fac3ca3054d89def7abc2b744" alt="" data-size="line">.

<figure><img src="/files/63069356c9b370b0fefc1346ff5f9d4f5135f950" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**打开固件上传器**

点击 <img src="/files/ebd597318ccd4a92d1118507831447b9e9dd6655" alt="Firmware" data-size="line"> 选项卡并点击 <img src="/files/fbac61a9424104fbd038f7682aa6e31c6e8fad39" alt="update" data-size="line"> 以调出文件上传界面

<figure><img src="/files/4b37f48207a74e0ab26ac75be57186b067d0d07b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**上传新的固件文件**

{% hint style="info" %}
如果你使用的是 Makera 的控制器软件，那么只有当文件名为“firmware.bin”时，它才能选择固件二进制文件。如果你使用 Makera 的控制器软件，请重命名该文件。社区控制器允许你选择任何 .bin 文件。
{% endhint %}

选择你在第 1 步下载的 .bin 固件二进制文件并点击 <img src="/files/028f6cafa9073219993089ad93b38bc139ff2e41" alt="Upload" data-size="line"> 并等待上传完成，机器默认会自动重置。或者你也可以按照提示手动重置机器。
{% endstep %}

{% step %}
**检查固件版本**

重置后，你需要重新连接控制器。你可以通过重新打开升级窗口来检查固件版本是否已更新，或者在 MDI 窗口中手动运行“version”命令。

<figure><img src="/files/5a05490e1ac89f494ff0cf3e2cfe54c5868fe67f" alt="" width="360"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## 其他安装方法

如果无法通过控制器软件传输固件，也始终可以通过以下方式更改固件（甚至切换回 Makera 固件）：

1. 从机器控制板上取出 SD 卡
2. 将 SD 卡插入电脑
3. 删除 `FIRMWARE.CUR` 文件
4. 将新的固件文件复制到存储卡根目录，文件名为 `firmware.bin`
5. 下次控制板上电时，它会将该固件文件刷入自身


---

# 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://carvera-community.gitbook.io/docs/stable/zh/gu-jian/installation-upgrade.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.
