# 快速開始

### 編程準備

首先前往KittenBlock編程平台。

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

使用USB線將未來板Lite連接到電腦，並將未來板Lite的電源開關撥向右。

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

打開Devices and Printers，點擊退出FUTURE。

<figure><img src="/files/6kwiMgEPpmnPEiSjk4B6" alt=""><figcaption></figcaption></figure>

在硬件欄選擇未來板Lite，然後點擊連接硬件。

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

### 在線編程

成功連接後，點擊編程積木，未來板Lite應該會立即有反應。

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

<figure><img src="/files/5ziiUgp4V7e1Pj85skQk" alt=""><figcaption></figcaption></figure>

### 上傳程序

打開代碼模式，點擊上傳，程式就會以code.py的名稱上傳到未來板Lite。

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

打開代碼模式，點擊以另存為上傳，就可以自行輸入儲存的檔案名稱。

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

### 程式選擇菜單

在開機的時候按著M鍵，未來板就會進入選擇介面。否則默認自動運行code.py。

<figure><img src="/files/10ElR0EchufdTtJdR8cd" alt=""><figcaption></figcaption></figure>

通過A、B鍵進行上下移動選擇，M鍵進行確認\
1.快速運行，直接運行默認的code.py程序\
2.選擇程序，選擇主板硬件中的程序\
3.網絡狀態，硬件的網絡信息\
4.關於本機，本機的固件等信息

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

### 固件更新

出廠一般為最新固件，但由於功能和積木塊的不斷增加，可能需要進行固件更新。\
連接主板和串口，點擊恢覆固件按鈕，如圖所示：\
![](/files/PcECtrIRAwPODE1Drty1)\
根據軟件彈框提示，進行操作，讓主板進入固件升級模式界面，等待固件恢覆完畢即可。

<figure><img src="/files/WzPsVv8PDdyzC4Txy3KD" 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_lite/kittenblock/quickstart.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.
