Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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:

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:

  • No labels