# NyBoard

After using the USB uploader and USB data cable to connect the NyBoard and Chromebook, you will see a prompt: Please click ***Connect to Linux*****.**

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

and check in the **Settings** interface, and it should be enabled as follows:

<figure><img src="/files/0JzLQ0XvA2qDbjdWiG3M" alt=""><figcaption></figcaption></figure>

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

{% hint style="info" %}
After downloading the project file **OpenCat-main.zip** from GitHub: <https://github.com/PetoiCamp/OpenCat>, use the following commands to unzip it to the ***Downloads*** folder.

<pre><code><strong>cd /mnt/chromeos/MyFiles/Downloads/
</strong><strong>sudo apt-get install unzip
</strong>unzip OpenCat-main.zip
</code></pre>

{% endhint %}

For how to upload the sketch, please refer to the [Upload Sketch for NyBoard](https://docs.petoi.com/~/changes/MnaoHQ6wOvffal3XIPZR/arduino-ide/upload-sketch-for-nyboard).


---

# 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://guide.petoi.com/arduino-ide/install-arduino-ide-on-chromebook/nyboard.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.
