# Firmware

### Installing the firmware

The IR board can be easily updated to change the functionality of the board. To update your board to the latest software. The following steps detail the process for updating the firmware.

1. Plug the IR board into your computer
2. Find the reset button on the board
3. Double press the reset button.

   If you have pressed the button correctly, you will see a new USB drive appear on your computer. This drive will be called BBSBOOT.
4. Copy the firmware update to this drive.
5. The IR board will restart and the USB drive will disappear. It’s now ready to be used on your robot again.

{% embed url="<https://youtu.be/G23W2WtwAIw>" %}


---

# 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://irseeker.buildingblockrobotics.com/updates/firmware.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.
