> 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/s2gw-installation-manual/advanced_use/s2gw_application_upgrade/write-app-to-sd-card.md).

# Write app to SD card

To do this perform the following steps:

1. Disconnect power from S2GW.
2. Remove the SD card from S2GW.
3. Connect the SD card to a card reader.
4. There are 2 partitions on the SD card and only one of them is readable by Windows. Windows will propose to format the other one, do not do it and click “Cancel”.

![](/files/2ltfs6QoYfiLNLseIZnX)

5. Look for “boot” partition (drive K: in example). Please note that the drive letter may be different in your case.

![](/files/AfOFLHlYHvt0DWdzWLv8)

6. Open boot:\ICU folder in Explorer. There shall be only nodeservers.xml file there.

![](/files/ghgAf8zdc0aavvwK95wz)

7. Put the new software version files in this directory.

<figure><img src="/files/8coZDEn45OGG5srYjoMq" alt=""><figcaption></figcaption></figure>

7. Remove SD card from the card reader and insert it into S2GW socket.
8. Connect power to S2GW.
9. S2GW shall start automatically.
10. The files, placed in boot:\ICU folder, are moved to their proper locations after S2GW start so if you will check the directory again there will be only nodeservers.xml file.


---

# 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/s2gw-installation-manual/advanced_use/s2gw_application_upgrade/write-app-to-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.
