> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/bbo-buffer-installation-manual/advanced_use/bbob_application_upgrade.md).

# Application upgrade

If a new BBOB application will be released the BBO Buffer shall be upgraded.

The BBOB application is delivered in a form of a file named “bbobuffer\_\_ver\_\_mipsel\_24kc.ipk” where *ver* is the application version.

The BBOB application zip can be found in Technical File in [BBO Buffer\Firmware](https://icuscandinavia060.sharepoint.com/:f:/s/Technicalfile/Eh8xzOQEn-NKnTz_hgRBaJEBuvpFfom8X4XA9o1nyiNuZw?e=Qq3rbG).

The upgrade can be done using one of 2 methods

* by copying a new application into the SD card&#x20;
* remotely by uploading it using the BBOB web interface.

Please note that automatic downgrade is not supported. To install lower version of application uninstall existing version first (command “opkg remove bbobuffer” or using button “Remove” in BBOB web interface: System->Software->Installed).

## Upgrade by copying to SD card <a href="#upgrade-by-copying-to-sd-card" id="upgrade-by-copying-to-sd-card"></a>

Perform the following steps:

1. Disconnect power from BBOB.
2. Remove the SD card from BBOB.
3. Connect the SD card to a card reader.
4. Select the SD card drive in Windows Explorer.
5. Copy the new version of bbobuffer\_\_ver\_\_mipsel\_24kc.ipk to ‘install’ directory.
6. Remove SD card from the card reader and insert it into BBOB socket.
7. Connect power to BBOB.
8. The new version of the application is installed automatically after BBO Buffer is powered on with the SD card installed.

## Upgrade by upload <a href="#upgrade-by-upload" id="upgrade-by-upload"></a>

Perform the following steps:

1. Open the BBOB WAN URL in a browser.
2. Go to System - Software.

![](/files/rZBYurVJn8XT5S9uQHKa)

3. Click “Upload Package…”.
4. Browse to select the new version of bbobuffer\_\_ver\_\_mipsel\_24kc.ipk.

![](/files/DxetiNLNpO8XI5n3YaDP)

5. Click “Upload” and wait until the file is uploaded.
6. The new version of the application is installed automatically.
7. Click “Installed” tab if you want to check the list of installed packages.

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


---

# 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://help.boomerang3.com/bbo-buffer-installation-manual/advanced_use/bbob_application_upgrade.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.
