> For the complete documentation index, see [llms.txt](https://docs.climateclock.world/climate-clock-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/action-clock-fourth-generation-gen4/manual-software-update-on-4th-gen-action-clock.md).

# Manual Software Update on 4th gen Action Clock

1. Use a Phillips head screwdriver to unscrew plexiglass
2. Carefully pull the black "Matrix Portal" board (with the rainbow "pride" wires coming out of it) off the velcro of the "roof" of the clock. (see pic)

<figure><img src="/files/F8MPiVb0WaJfNB9DDiSR" alt="" width="375"><figcaption></figcaption></figure>

3. Plug your usb cable into the usb-c port on that board. (the white wire in the picture above) and plug the other end into your computer. <br>
4. Now the LED that's red in the picture above is probably purple. We need to get it to be red which will indicate the flash drive on the board is in a "read/writable" state by the computer.\
   \
   Next to the USB-C port are three buttons. (above where the white wire is connected in the picture). The top one is labeled "reset" the other two are "up" and "down" respectively.\
   \
   Click the "reset" button once then hold down either the up or down button until the light comes up red. If it comes up purple please try again.
5. Open the "CIRCUITPY" or "MATRIXBOOT" usb drive you should see on your computer. Delete all of the current contents.<br>
6. Download and unzip the latest Clock OS version below on your computer. Locate a file named "Firmware.uf2" and drag/copy-paste that in the drive you emptied.\
   \
   The drive may disconnect and will reappear as "CIRCUITPY" if it was not already.<br>
7. Now open the "CIRCUITPY V5 **RBG**" folder and drag or copy/paste ALL the contents of the folder into the "CIRCUITPY" drive.
8. Unplug, turn the power dial on. When your clock starts up <mark style="color:green;">"ClimateClock.World" should be green</mark>. If it is <mark style="color:blue;">blue</mark> then you'll need to repeat step 7 using the CIRCUITPY V5 **RGB**" instead this time.
9. You're done! Take your portable Action Clock out and make sure everyone knows about our window of hope to #ActInTime!

{% file src="/files/Ba0B7R6DNWYjaTj3y5yH" %}

{% file src="/files/81rdIOHDzs6bRtWznwdi" %}

{% hint style="danger" %} <mark style="color:red;">**MAKE SURE YOUR CLOCK HAS THE CORRECT COLORS:**</mark>

When your clock starts up <mark style="color:green;">"ClimateClock.World" should be green</mark>. Or if you go into the menu the "carrot" indicator arrow should also be green.)\
\
See Step 8.
{% endhint %}

<br>


---

# 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://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/action-clock-fourth-generation-gen4/manual-software-update-on-4th-gen-action-clock.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.
