> 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/bbob_production/prepare_sd_card.md).

# Prepare SD card

1. The card to use is 8GB, industry standard Micro SD card (eg. 8GB micro SDHC Industrial C10 A1 pSLC) V10 speed.&#x20;

Below are examples of cards that can be used in BBOB.

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

{% hint style="danger" %}
Please note that higher speed SD cards (V30) cannot be used as BBOB will be unable to read them.
{% endhint %}

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

BBOB is not able to read such a card, which is why it cannot read the configuration and write data to the buffer. After replacing the card you shall check if BBOB can read the content. You can check this after logging in via PuTTY and checking the contents of the /mnt/sd/ directory.

2. The card must be formatted using <mark style="background-color:red;">exFAT</mark>.
3. Download CP003-0004-BBOB.zip <https://icuscandinavia060.sharepoint.com/:u:/s/Technicalfile/EW7o_9OQSHVEv_w70UIAj1oBkkeHlD4areevm0naAb6beg?e=om7xyD>, unzip the archive content and copy it to root folder on the SD card.

![](/files/230AqlgZIQA1Rh6cQ7jp)

4. Insert SD card to the BBO Buffer.


---

# 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/bbob_production/prepare_sd_card.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.
