> For the complete documentation index, see [llms.txt](https://docs.xibosignage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xibosignage.com/kb/media-players/samsung-tizen-firmware-guide.md).

# Samsung Tizen Firmware Guide

### Checking Installed Firmware

Check the recommended firmware version for your Samsung device from the [Tizen Firmware Matrix](https://docs.google.com/spreadsheets/d/e/2PACX-1vR8u1vMRpSpqQ0JYgunnjIDHLyo5MaQZvmnEXdFVcQ9x0k6mPFCBnyCZWo3DPL6Kg/pubhtml)

You can now compare this to the currently installed version:

* Press the `Menu` button on your remote control and select the `Support` option.
* You will see that highlighting the `Software Update` option reveals the firmware version

{% hint style="info" %}
For a more detailed breakdown of the firmware version running, follow the above steps then choose `Contact Samsung`. You will see the full firmware version details under the `Software Version` entry on that page.
{% endhint %}

### Upgrading Firmware

* When the firmware is first downloaded, it will likely be in .zip or .alz format. First you will need to extract the firmware folder using 7zip or ALzip depending on the format of the file.
* This will extract a folder with the same name as the firmware. You will need to remove that folder and retain the folder named `image`, which will contain your firmware file.
* Save the folder named `image` to the root directory of a USB storage device.
* Connect the USB to your Samsung monitor and press the `Home` button on your remote control.&#x20;
* Go to the `Support` option.
* Select the `Software Update` to begin the installation of your new firmware.&#x20;
* You will receive confirmation when it has been installed.

### Downgrading Firmware <a href="#content-downgrading-your-firmware" id="content-downgrading-your-firmware"></a>

It may be necessary on occasion to revert to an older firmware version. If you find yourself in this situation, please open a [Ticket](https://xibosignage.com/my-account/tickets?open=true) via My Account for further support.


---

# 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://docs.xibosignage.com/kb/media-players/samsung-tizen-firmware-guide.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.
