/
Cubox-M Android

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

The following is an implementation of the android screen:

 

 

Related content

Buildroot for iMX8M
Buildroot for iMX8M
More like this
SolidRun BSPs for i.MX8M Plus/Mini/Nano
SolidRun BSPs for i.MX8M Plus/Mini/Nano
Read with this
Flashing an SD Card
Flashing an SD Card
More like this
i.MX8M SOM Hardware User Manual
i.MX8M SOM Hardware User Manual
Read with this
i.MX6 Archlinux
i.MX6 Archlinux
More like this
i.MX8M Mini Yocto
i.MX8M Mini Yocto
Read with this

SolidRun Ltd.