> 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/remote-update-of-s2gw-app/unzip-app-files-into-boot-icu.md).

# Unzip app files into /boot/ICU/

Run [Putty](/tools-for-sbc-products/console-access/putty.md), login and start [Midnight Commander](/tools-for-sbc-products/midnight-commander.md) using 'sudo mc' to unzip the files into /boot/ICU/.

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

In the right panel navigate to the /home/pi/ directory where the zip with the app files was copied with WinSCP.

In the left panel navigate to /boot/ICU/.

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

Double click the zip to open it.

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

Mark all the files from the zip using right mouse button.

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

Click "Copy" to copy them to the /boot/ICU directory.

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

The files were copied.

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

Click Quit in right bottom corner to close MC.

Enter

*sudo reboot*

to restart S2GW.

During the reboot the app files will be moved to their working location. They will disappear from /boot/ICU/.

The restart will close the Putty connection so you will need to reconnect if needed.


---

# 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/remote-update-of-s2gw-app/unzip-app-files-into-boot-icu.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.
