# FutureOS操作指引

FutureOS是Kittenbot自家開發的未來板操作系統，主要是為了方便各位用家選擇儲存在SD卡上的程序。

FutureOS功能：

* 儲存並選擇多個程式
* 一鍵連網
* 查詢未來板固件版本
* 回復出廠設定並清除SD卡

### 進入FutureOS[¶](broken://pages/FWmRSZEHG30vnpMhI6df)

當未來板開機時，默認不會進入FutureOS而是會開啟main.py。

當未來板顯示開機動畫時，按實A按鍵不放，未來板就會進入FutureOS介面。

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

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

### 使用FutureOS[¶](broken://pages/FWmRSZEHG30vnpMhI6df)

按下A按鍵跳到下一個選項，按下B按鍵確認。

#### 選擇程序[¶](broken://pages/FWmRSZEHG30vnpMhI6df)

在選擇程序的畫面中，可以選擇儲存在SD卡上或板上的程式。

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

#### 智能配網[¶](broken://pages/FWmRSZEHG30vnpMhI6df)

在智能配網的畫面中，可以選擇各項與網絡有關的選項。

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

#### 關於主板[¶](broken://pages/FWmRSZEHG30vnpMhI6df)

在關於主板的畫面中，可以查詢關於主板的各項資料。

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

#### 恢復出廠[¶](broken://pages/FWmRSZEHG30vnpMhI6df)

在恢復出廠的選項中，可以將未來板的資料（包括SD卡上的資料）清除，還原出廠時的狀態。

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/futureos6.jpg" 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://sharinghub.kittenbot.hk/mcu/futureboard/intro/futureos.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.
