> 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/nxp/imx8/sbc-platform/imx8m-plus-mini-nano-software/cubox-m-android.md).

# Cubox-M Android

## Introduction

The main intention of this repository is to provide a guide for running Android on Cubox-M .

## SD Card Preparation

**1. Downloading the Debian image**

Download the Debian image by running the following command on your Linux/Windows PC:

```
wget https://solid-run-images.sos-de-fra-1.exo.io/IMX8/Android/android_10_cubox-m.img.xz
```

**2. Writing the image to the SD card**

Use the following commands for writing the image to an SD card:

```
xz -dc android_10_cubox-m.img.xz | dd of=/dev/sdX bs=4M conv=fsync
```

* For more Debian releases, please visit [Debian Release](https://images.solid-run.com/IMX8/Android)
* For an Android Demo video you can refer to : [SolidRun Cubox-M – Android Demo Video](https://www.youtube.com/watch?v=frZKMvDxdvs\&t=7s)

The following is an implementation of the android screen:

![](/files/srcr5pect1OXU9iPuq6o)


---

# 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/nxp/imx8/sbc-platform/imx8m-plus-mini-nano-software/cubox-m-android.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.
