> For the complete documentation index, see [llms.txt](https://sleepycircuits.gitbook.io/sleepy-circuits/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sleepycircuits.gitbook.io/sleepy-circuits/hypno2/hypno-2-firmware.md).

# Hypno 2 Firmware

{% hint style="info" %}
By downloading these images you agree not to decompile our code or use the provided software in a way that may be harmful to Sleepy Circuits, LLC or humanity as a whole.
{% endhint %}

## Version Patch Notes

Version Notes will be announced when Available

## How to Update

1. Connect to Internet via WiFi or Ethernet
2. Tap the System Settings Gear > The Firmware version will turn into a button when a new version is available.
3. Make sure your device won't be unplugged during the process and confirm update.
4. Wait for update to complete and engine to restart, you will see some scrolling text, this is normal.

{% hint style="warning" %}
Do not power off the device during firmware update.
{% endhint %}

## Backup Your Settings

Your filesystem will be preserved, but you should still make a habit of backing up important media via the file browser.

{% hint style="success" %}
Having issues? See the [Troubleshooting Guide](/sleepy-circuits/hypno2/hypno-2-troubleshooting.md)
{% endhint %}


---

# 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://sleepycircuits.gitbook.io/sleepy-circuits/hypno2/hypno-2-firmware.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.
