Difference between revisions of "IoTGateway/BSP/Android/Android BSP User Guide 7.1.1 1.0.0"

From ESS-WIKI
Jump to: navigation, search
Line 7: Line 7:
 
This document describes how to work with the RISC Android 7.1.1 Board Support Package (BSP) release. The BSP includes bootloaders; the Android Linux kernel and root file system; and tools and documentation to ease development, deployment, and execution of Android-based systems.
 
This document describes how to work with the RISC Android 7.1.1 Board Support Package (BSP) release. The BSP includes bootloaders; the Android Linux kernel and root file system; and tools and documentation to ease development, deployment, and execution of Android-based systems.
  
== <span style="color:#0070c0">Setup Ubuntu Host Computer</span> ==
+
== <font color="#0070c0">Build Environment on Host</font> ==
  
=== <span style="color:#0070c0">Required equipment and software</span> ===
+
Currently, we adopt [https://www.docker.com/ Docker] as build environment.
  
*Ubuntu 16.04 LTS 64bit for Android build host OS
+
You can get the latest version of [https://hub.docker.com/r/advrisc/u16.04-imx6abv5- advrisc/u16.04-imx6abv5] Docker image for developing imx6 risc projects.
*80G bytes free disk spaces for build image
 
  
=== <span style="color:#0070c0">Install Ubuntu</span> ===
+
If you don't know much about Docker, please refer to [[IoTGateway/Docker|IoTGateway/Docker]] for details.

Revision as of 07:32, 20 May 2017

Android BSP Version

Android 7.1.1_1.0.0

Introduction

This document describes how to work with the RISC Android 7.1.1 Board Support Package (BSP) release. The BSP includes bootloaders; the Android Linux kernel and root file system; and tools and documentation to ease development, deployment, and execution of Android-based systems.

Build Environment on Host

Currently, we adopt Docker as build environment.

You can get the latest version of advrisc/u16.04-imx6abv5 Docker image for developing imx6 risc projects.

If you don't know much about Docker, please refer to IoTGateway/Docker for details.