<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=CL-SOM-iMX8%3A_Android%3A_Installation</id>
	<title>CL-SOM-iMX8: Android: Installation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=CL-SOM-iMX8%3A_Android%3A_Installation"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.compulab.com/w/index.php?title=CL-SOM-iMX8:_Android:_Installation&amp;action=history"/>
	<updated>2026-09-02T05:33:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://mediawiki.compulab.com/w/index.php?title=CL-SOM-iMX8:_Android:_Installation&amp;diff=3938&amp;oldid=prev</id>
		<title>Valentin: /* Prepare Installer SD-card */</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.compulab.com/w/index.php?title=CL-SOM-iMX8:_Android:_Installation&amp;diff=3938&amp;oldid=prev"/>
		<updated>2018-03-11T13:38:10Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Prepare Installer SD-card&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
The following outlines the procedure necessary to install Android on the CompuLab CL-SOM-iMX8 System-on-Module.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Installation onto SD-card==&lt;br /&gt;
===Required setup===&lt;br /&gt;
* Set-up the CL-SOM-iMX8 eval-kit (SBC-iMX8) as detailed in [[CL-SOM-iMX8: Evaluation Kit: Getting Started|Getting started with CL-SOM-iMX8 Evaluation Kit]]&lt;br /&gt;
* SD-card with minimal capacity of 8GB, which will serve as boot medium and root file system.&lt;br /&gt;
* PC workstation for creating bootable SD-card.&lt;br /&gt;
&lt;br /&gt;
=== Creating bootable SD-card ===&lt;br /&gt;
* Download [http://www.compulab.com/products/computer-on-modules/cl-som-imx8-nxp-i-mx-8-system-on-module-computer/#devres CL-SOM-iMX8 Android Demo Image].&lt;br /&gt;
* Flash the bootable image to the SD-card, by issuing the following command on a PC workstation:&amp;lt;pre&amp;gt;unzip -p /path/to/cl-som-imx8_android-o8.img.zip | sudo dd of=/dev/sdX bs=1M&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Note|Users with Windows workstation, may use [https://help.ubuntu.com/community/Installation/FromImgFiles Windows-specific directions].}}&lt;br /&gt;
&lt;br /&gt;
=== Boot ===&lt;br /&gt;
* Insert bootable SD-card into SD-card slot (P13).&lt;br /&gt;
* Power on.&lt;br /&gt;
* Press and hold SW6.&lt;br /&gt;
* Press and release SW5 while holding SW6.&lt;br /&gt;
* Release SW6 once u-boot prompt appears.&lt;br /&gt;
* Wait for the boot process to complete.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==Installation onto eMMC ==&lt;br /&gt;
===Preparation steps===&lt;br /&gt;
* Set-up the CL-SOM-iMX8 eval-kit (SBC-iMX8) as detailed in [[CL-SOM-iMX8: Evaluation Kit: Getting Started|Getting started with CL-SOM-iMX8 Evaluation Kit]]&lt;br /&gt;
* SD-card with minimal capacity of 4GB, which will serve as boot medium and root file system.&lt;br /&gt;
* PC workstation for creating bootable SD-card.&lt;br /&gt;
&lt;br /&gt;
=== Prepare Installer SD-card ===&lt;br /&gt;
* Download [http://www.compulab.com/products/computer-on-modules/cl-som-imx8-nxp-i-mx-8-system-on-module-computer/#devres CL-SOM-iMX8 Android Installation Image].&lt;br /&gt;
* Flash the bootable image to the SD-card, issuing on a PC workstation:&amp;lt;pre&amp;gt;unzip -p /path/to/cl-som-imx8_android-o8-installer-4G.img.zip | sudo dd of=/dev/sdX bs=1M&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installer Boot ===&lt;br /&gt;
* Insert bootable SD-card into SD-card slot (P13).&lt;br /&gt;
* Power on.&lt;br /&gt;
* Press and hold SW5 and SW6.&lt;br /&gt;
* Release SW5 and then after 3 seconds release SW6.&lt;br /&gt;
* Wait for the boot process to complete.&lt;br /&gt;
&lt;br /&gt;
=== Deployment onto eMMC ===&lt;br /&gt;
* Open up a terminal window and issue ''cl-o8-deploy''&amp;lt;pre&amp;gt;cl-o8-deploy&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Select and confirm the destination device ''/dev/mmcblk0''&lt;br /&gt;
{{Warning|All data on the ''/dev/mmcblk0'' will be destroyed}}&lt;br /&gt;
* Wait for the boot process to complete and reboot the board.&lt;br /&gt;
&lt;br /&gt;
=== Android eMMC Boot ===&lt;br /&gt;
* Remove the SD-card.&lt;br /&gt;
* Power on.&lt;br /&gt;
* Wait for the boot process to complete.&lt;br /&gt;
&lt;br /&gt;
== Removing Android from eMMC ==&lt;br /&gt;
Andorid Oreo 8 comes with a U-Boot that allows booting the Andoid Image only.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to let the board boot a Yocto CompuLab Image, a correct U-Boot must be provided.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Note|The Android Installer can be used for it. It has all tools installed.}}&lt;br /&gt;
=== Restoring stock U-Boot ===&lt;br /&gt;
Make use of [https://github.com/compulab-yokneam/meta-compulab-imx8/wiki/05.-How-To-Flash-U-Boot-to-eMMC ''cl-uboot''] in order to restore a stock U-Boot.&lt;br /&gt;
* Boot up the board using the ''Android Installer Image''&lt;br /&gt;
* Open up a terminal window and issue ''cl-uboot''&amp;lt;pre&amp;gt;cl-uboot&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
=== Stock Rootfs  ===&lt;br /&gt;
Make use of [https://github.com/compulab-yokneam/meta-compulab-imx8/wiki/04.-How-To-Install-Yocto-Linux-on-eMMC#fsl-image-validation-imxxwayland ''CompuLab Deployment Tool''] in order to uninstall Android.&lt;br /&gt;
* Boot up the board using the ''Android Installer Image''&lt;br /&gt;
* Open up a terminal window and issue ''cl-deploy''&amp;lt;pre&amp;gt;cl-deploy&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [[Android: ADB setup]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* [https://help.ubuntu.com/community/Installation/FromImgFiles Installing SD Card image]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:CL-SOM-iMX8]]&lt;/div&gt;</summary>
		<author><name>Valentin</name></author>
		
	</entry>
</feed>