> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/mcu/futureboard/updates/firmwareupdate.md).

# 未來板固件更新

### 未來板固件更新

Kittenbot會不定期推出未來版的固件更新，提升功能與穩定性。

### 未來板固件推薦更新方法

未來板最推薦的更新方法是使用Kittenblock。前往Kittenblock在線版。

{% embed url="<https://kblock.kittenbot.cc/>" %}

在硬件欄選擇未來板。

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

使用USB線連接上未來板。

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/connected.png" alt=""><figcaption></figcaption></figure>

點擊恢復固件。

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/firmware1.png" alt=""><figcaption></figcaption></figure>

未來板就會重新開機，等待未來板開機完成就可以在選單選擇GD32 USB CDC ACM。

<figure><img src="/files/3RqNYwVL9AcvkCGbZJui" alt=""><figcaption></figcaption></figure>

未來板會開始下載最新固件，期間未來板會顯示白色畫面。\
這時候請不要拔除USB線或關閉電源。

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

完成後，未來板會自動重新開機。此時未來板的固件更新就已經完成。

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/mcu/futureboard/updates/firmwareupdate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
