> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/software-bedrock-v3000/linux-bedrock-v3000/bedrock-v3000-pre-installed-image-info.md).

# Bedrock V3000 pre-installed image & info

Below, you will find a list of available images, each with a unique MD5 checksum to ensure integrity and security.\
Please verify the MD5 checksum after downloading to ensure the file has not been tampered with or corrupted during the download process.

## Available Images

### Image 1: Ubuntu Desktop 22.04.3

* **Description:** Ubuntu Desktop 22.04.3 with enabled ttyS4 shell on startup.
* **Version:** 1.0
* **File Size:** 12G
* **Release Date:** 30-Nov-2023
* **MD5 Sum:** 93428a1ca97a521c1495e6932d1107c7
* **Download Link**\
  [Download Ubuntu\_Desktop\_22.04.3.img.gz](https://solidrn-my.sharepoint.com/:u:/g/personal/lior_jigalo_solid-run_com/ESRdybdJO79ArPhp-o0zEbMB4yFAx9aZ5YMNdrrT1PdYTQ?e=PsOtbU)

### Image 2: Ubuntu Server 23.04

* **Description:** Ubuntu server 23.04 pre installed image.
* **Version:** 2
* **File Size:** 2 GB.
* **Release Date:** 10-JUL-2024
* **MD5 Sum:** ac2727ef63b194435d7ebc3dc8dda2ec
* **Download Link**\
  **Temporarily unavailable**

{% hint style="info" %}
Early Bedrock V3000 samples shipped before 06-Sep-2023 have Ubuntu server 22.04 without the AMD kernel, it is recommended to upgrade to the newer version.
{% endhint %}

## How to Verify MD5 Checksums

To ensure the integrity of your download, please use the following instructions to verify the MD5 checksum on your platform:

* **Windows:** Use a utility like `certUtil` - Command example: `certUtil -hashfile path-to-your-file MD5`
* **Linux/macOS:** Use the `md5` or `md5sum` command from a terminal - Command example: `md5sum path-to-your-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:

```
GET https://dev.solid-run.com/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/software-bedrock-v3000/linux-bedrock-v3000/bedrock-v3000-pre-installed-image-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
