VAR-SOM-MX6 Android KK R03: Difference between revisions
m (Text replacement - "http://variwiki" to "https://variwiki") |
|||
(24 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{PageHeader|VAR-SOM-MX6 Android-KK-4.4.2 100 | {{PageHeader|VAR-SOM-MX6 Android-KK-4.4.2 100 r3 Developers Guide}} {{DocImage|category1=VAR-SOM-MX6|category2=Android}} __toc__ | ||
= Introduction<br/> = | = Introduction<br/> = | ||
Line 48: | Line 48: | ||
|- | |- | ||
| Nand Recovery | | Nand Recovery | ||
| NAND-recovery SD | | NAND-recovery SD V33 - can be downloaded from FTP | ||
|- | |- | ||
| NAND Flash size support<br/> | | NAND Flash size support<br/> | ||
| | | 128MB up to 1GB<br/> | ||
|- | |||
| eMMC<br/> | |||
| up to 64GB<br/> | |||
|- | |||
| DDR size support configuration<br/> | |||
| Solo:up to 1GB. DualLite, Dual, Quad: up to 4GB<br/> | |||
|- | |- | ||
| SD-Card<br/> | | SD-Card<br/> | ||
Line 60: | Line 66: | ||
|- | |- | ||
| Wireless Network<br/> | | Wireless Network<br/> | ||
| | | Support for Wilink8, Dual band 5.0ghz + MIMO b/g/n<br/> | ||
|- | |- | ||
| Bluetooth<br/> | | Bluetooth<br/> | ||
Line 90: | Line 96: | ||
|- | |- | ||
| Audio | | Audio | ||
| Line IN/ Line out | | Line IN/ Line out and Audio over HDMI | ||
|- | |- | ||
| Camera | | Camera | ||
Line 133: | Line 139: | ||
The Sun JDK is no longer in Ubuntu's main package repository. In order to download it, you need to add the appropriate repository and indicate which JDK should be used. | The Sun JDK is no longer in Ubuntu's main package repository. In order to download it, you need to add the appropriate repository and indicate which JDK should be used. | ||
Please follow the link for the java install: [ | Please follow the link for the java install: [https://variwiki.com/index.php?title=VAR-SOM-MX6_Android_GS-java https://variwiki.com/index.php?title=VAR-SOM-MX6_Android_GS-java] | ||
=== Additional packages === | === Additional packages === | ||
Line 152: | Line 158: | ||
= <span style="line-height: 1.5em;">Obtain source code</span> = | = <span style="line-height: 1.5em;">Obtain source code</span> = | ||
<span style="line-height: 1.5em;"> | <span style="line-height: 1.5em;">The Linux kernel and U-Boot are available through Github. Required patches can be found under: /VAR-SOM-MX6/Software/Android_KK/Android-KK4.4.2_Release_100/<br/>Files:<br/> | ||
* android_kk4.4.2_1.0.0-ga_core_source.tar.gz - Freescale's i.MX6 KK4.4.2_100 original patch files.<br/> | * android_kk4.4.2_1.0.0-ga_core_source.tar.gz - Freescale's i.MX6 KK4.4.2_100 original patch files.<br/> | ||
* android_kk4.4.2_1.0.0-ga_docs.tar.gz - Freescale i.MX6 KK4.4.2_100 documents<br/> | * android_kk4.4.2_1.0.0-ga_docs.tar.gz - Freescale i.MX6 KK4.4.2_100 documents<br/> | ||
* | * var_kk442_100_r3.tar.bz2 - Variscite's VAR-SOM-MX6 SOM patch files<br/> | ||
== <span style="line-height: 1.5em;">Unpack Freescale's Android Release Package</span> == | |||
<pre>$ mkdir ~/var_kk_442_100 | <pre>$ mkdir ~/var_kk_442_100 | ||
$ cd ~/var_kk_442_100 | $ cd ~/var_kk_442_100 | ||
Line 166: | Line 170: | ||
$ tar xvf kk4.4.2_1.0.0-ga.tar.gz</pre> | $ tar xvf kk4.4.2_1.0.0-ga.tar.gz</pre> | ||
== Download Google Android KK4.4.2 <br/> == | |||
The Android source code is maintained in more than 100 different gits in the Android repository (android.googlesource.com).<br/>To get the Android source code from Google repo, follow the steps below: | The Android source code is maintained in more than 100 different gits in the Android repository (android.googlesource.com).<br/>To get the Android source code from Google repo, follow the steps below: | ||
<pre>$ cd ~/var_kk_442_100 | <pre>$ cd ~/var_kk_442_100 | ||
Line 179: | Line 183: | ||
{{note| NOTE:<br>The repo tool which was used by Variscite is available on FTP site.|info}} | {{note| NOTE:<br>The repo tool which was used by Variscite is available on FTP site.|info}} | ||
== Download Variscite's u-boot and Linux kernel <br/> == | |||
clone kk4.4.2_1.0.0-ga kernel source code from Variscite's open source git: | clone kk4.4.2_1.0.0-ga kernel source code from Variscite's open source git: | ||
<pre>$ cd ~/var_kk_442_100/kk_442_100_build | <pre>$ cd ~/var_kk_442_100/kk_442_100_build | ||
Line 187: | Line 191: | ||
</pre> | </pre> | ||
clone the U-Boot git repository from Varicite's open source git: | clone the U-Boot git repository from Varicite's open source git: | ||
<pre>$ | <pre>$ cd ~/var_kk_442_100/kk_442_100_build/bootable/bootloader | ||
$ git clone https://github.com/varigit/uboot-imx.git uboot-imx | $ git clone https://github.com/varigit/uboot-imx.git uboot-imx | ||
$ cd uboot-imx | $ cd uboot-imx | ||
Line 193: | Line 197: | ||
</pre> | </pre> | ||
== <span style="line-height: 1.5em;">Patching the AFS sources with Freescale i.MX6 support</span> == | |||
The patch script (and_patch.sh) requires some basic utilities like awk/sed.<br/>Apply all Android patches by using the following steps:<br/> | The patch script (and_patch.sh) requires some basic utilities like awk/sed.<br/>Apply all Android patches by using the following steps:<br/> | ||
Line 201: | Line 205: | ||
</pre> | </pre> | ||
== Apply VAR-SOM-MX6 patches<br/> == | |||
After you setup your build machine,unpack Variscite's release Package: | After you setup your build machine,unpack Variscite's release Package: | ||
<pre>$ cd ~/var_kk_442_100 | <pre>$ cd ~/var_kk_442_100 | ||
$ tar xvf ~/Downloads/ | $ tar xvf ~/Downloads/var_kk442_100_r3.tar.bz2 | ||
$ variscite/install | $ variscite/install | ||
</pre> | </pre> | ||
{{note| NOTE: The SPL files have been updated. This is a very critical fix. Please download u-boot-spl.tar.bz2 and replace the files in ~/var_kk_442_100/kk_442_100_build/device/variscite/common/firmware/ | |||
|info}} | |||
= Build Android Images = | = Build Android Images = | ||
== Build the Android Filesystem == | |||
Change to Android top level directory. | Change to Android top level directory. | ||
<pre>$ cd ~/var_kk_442_100/kk_442_100_build</pre> | <pre>$ cd ~/var_kk_442_100/kk_442_100_build</pre> | ||
Line 221: | Line 227: | ||
<pre>$ ./build.sh mx6 ubifs</pre> | <pre>$ ./build.sh mx6 ubifs</pre> | ||
== Build for 4GB NAND == | |||
Edit your BoardConfig.mk located at device/variscite/var_som_mx6q. | Edit your BoardConfig.mk located at device/variscite/var_som_mx6q. | ||
At the end comment out the UBIFS parameters and | At the end comment out the UBIFS parameters and | ||
Line 242: | Line 248: | ||
= Boot = | = Boot = | ||
The Android can | The Android can be booted from MMC/SD device on sdcard, UBIFS on NAND and MMC/SD device on eMMC. | ||
nand-recovery version 33 support the nand and eMMC flash. | |||
== Boot From MMC/SD Card<br/> == | == Boot From MMC/SD Card<br/> == | ||
{{note| NOTE: VAR-SOM-MX6 can be configured with or without eMMC. eMMC device number is 0 while SD Card is 1. | |||
u-boot will always number the SD Card as 1. | |||
<br>$ booti mmc0 will boot from eMMC. | |||
<br>$ booti mmc1 will boot from SD Card | |||
<br>In case of SOM with eMMC the default partition table is to boot from eMMC. One should change the partition table if boot from SD Card required. | |||
|info}} | |||
This section will guide you through the process of installing and boot VAR-SOM-MX6 from SD/MMC device. | This section will guide you through the process of installing and boot VAR-SOM-MX6 from SD/MMC device. | ||
Line 260: | Line 273: | ||
* Press and hold the boot-select button and power-on the SOM. | * Press and hold the boot-select button and power-on the SOM. | ||
== Boot From NAND Flash == | == Boot From NAND Flash or eMMC == | ||
Flashing the U-Boot, boot image and Android UBI root file system into NAND can be done from target Linux shell. | Flashing the U-Boot, boot image and Android UBI root file system into NAND can be done from target Linux shell. | ||
Line 266: | Line 279: | ||
The images can be found at Android build machine under: "'''out/target/product/var_som_mx6'''". | The images can be found at Android build machine under: "'''out/target/product/var_som_mx6'''". | ||
Boot the target device using Variscite's pre-build NAND recovery SD image version | Boot the target device using Variscite's pre-build NAND recovery SD image version 33 or greater, then follow the instructions below: | ||
=== Boot From NAND Flash === | |||
<pre>$ nand-recovery.sh -o Android | |||
</pre> | |||
You can also push the Flash Android on the GUI. | |||
=== | === Boot From eMMC Flash === | ||
<pre>$ nand-recovery.sh -o Android -m Emmc | |||
<pre> | |||
</pre> | </pre> | ||
Line 300: | Line 300: | ||
</pre> | </pre> | ||
== Toolchain setup for manual build kernel and u-boot == | |||
Setup the toolchain path to point to arm-eabi- tools in prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin | Setup the toolchain path to point to arm-eabi- tools in prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin | ||
Line 308: | Line 308: | ||
</pre> | </pre> | ||
== Manual build Bootloader == | |||
Change directory to u-boot | Change directory to u-boot | ||
Line 319: | Line 319: | ||
<br/>This command will generate the u-boot Image 'u-boot.img' | <br/>This command will generate the u-boot Image 'u-boot.img' | ||
== Manual build Android Linux Kernel and modules == | |||
Change directory to kernel | Change directory to kernel |
Latest revision as of 11:55, 10 June 2020
Introduction
This WIKI describes how to build and deploy Android KitKat kit-kat-4-4 on the VAR-SOM-MX6. It is based on Freescale Android-KK-4.4.2 100. This version unifies the support for all platforms (Quad DualLite and Solo) under the same image.
Overview
The objective of this document is to guide VAR-SOM-MX6 Android developers to obtain Android KitKat sources, setting up host environment, compilation and deployment.
This document contains instructions for:
- Hardware and software requirements.
- Setup the hardware.
- Setup the toolchain.
- Download & build the sources.
- Install the binaries on the VAR-SOM-MX6 SOM.
Document Reference
This release is based on Freescale Rev android_kk4.4.2_1.0.0-ga, 07/2014 release. Please download and read the below documents inside android_kk4.4.2_1.0.0-ga_docs.tar.
- Android User's Guide
- Android Quick Start Guide
- Android Release Notes
- Android Frequently Asked Questions
Supported hardware and features
Feature |
Description |
---|---|
Board support |
VAR-DVK-MX6,VAR-SOM-MX6 |
CPU |
|
Software platform |
|
Nand Recovery | NAND-recovery SD V33 - can be downloaded from FTP |
NAND Flash size support |
128MB up to 1GB |
eMMC |
up to 64GB |
DDR size support configuration |
Solo:up to 1GB. DualLite, Dual, Quad: up to 4GB |
SD-Card |
+ |
Wired Network |
10/100/1000 Mbps Ethernet |
Wireless Network |
Support for Wilink8, Dual band 5.0ghz + MIMO b/g/n |
Bluetooth |
+ |
SPI |
+ |
I2C |
+ |
Canbus |
+ |
USB host |
+ |
USB OTG |
Host and Device |
Uarts |
x3, up to 3.6 Mbps. |
RTC |
+ |
Display | HDMI: 720P,1080P LVDS0 (On board LVDS-to-RGB bridge, 800x480 resolution), LVDS1 external display |
Audio | Line IN/ Line out and Audio over HDMI |
Camera | ov5640 camera sensor. CB402 board can be ordered separately at : sales@variscite.com |
SATA | + |
Hardware Requirements
VAR-SOM-MX6 evaluation kit.
Host (PC) setup requirements
The host development environment for Android is based on Ubuntu, please install Ubuntu version 12.04 64bit LTS http://www.ubuntu.com/download/desktop
IMPORTANT
Do not use other Ubuntu releases, other than recommended above.
For 64-bit Ubuntu 12.04
The complete Android host requirments: source.android.com/source/initializing.html Also the instruction are in Freescale "Android User's Guide" manual.
The following command installs the required packages for setting up the android build host:
First: $ sudo apt-get install libgl1-mesa-dri Then: $ sudo apt-get install git gnupg flex bison gperf build-essential \ zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \ libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \ libgl1-mesa-dev g++-multilib mingw32 tofrodos \ python-markdown libxml2-utils xsltproc zlib1g-dev:i386 $ sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so
In addition to the packages requested on the Android website, the following packages are also needed:
Installing the JDK
The Sun JDK is no longer in Ubuntu's main package repository. In order to download it, you need to add the appropriate repository and indicate which JDK should be used.
Please follow the link for the java install: https://variwiki.com/index.php?title=VAR-SOM-MX6_Android_GS-java
Additional packages
In addition to the packages requested on the Android website, the following packages are also required:
$ sudo apt-get install uuid uuid-dev $ sudo apt-get install zlib1g-dev liblz-dev $ sudo apt-get install liblzo2-2 liblzo2-dev $ sudo add-apt-repository ppa:git-core/ppa $ sudo apt-get update $ sudo apt-get install git-core curl $ sudo apt-get install uboot-mkimage
The build machine should have at least 30GB of free space to complete the build process.
Please refer to the AOSP documentation for latest information and instructions for setting up other Ubuntu versions http://source.android.com/source/initializing.html
Comment for build error: If this is the first time you build on a 64bit machine you may encounter some error releated to lzo library and other. https://community.freescale.com/thread/303536 has detail information how to fix this.
Obtain source code
The Linux kernel and U-Boot are available through Github. Required patches can be found under: /VAR-SOM-MX6/Software/Android_KK/Android-KK4.4.2_Release_100/
Files:
- android_kk4.4.2_1.0.0-ga_core_source.tar.gz - Freescale's i.MX6 KK4.4.2_100 original patch files.
- android_kk4.4.2_1.0.0-ga_docs.tar.gz - Freescale i.MX6 KK4.4.2_100 documents
- var_kk442_100_r3.tar.bz2 - Variscite's VAR-SOM-MX6 SOM patch files
Unpack Freescale's Android Release Package
$ mkdir ~/var_kk_442_100 $ cd ~/var_kk_442_100 $ tar xvf ~/Downloads/android_kk4.4.2_1.0.0-ga_core_source.tar.gz $ cd android_kk4.4.2_1.0.0-ga_core_source/code/ $ tar xvf kk4.4.2_1.0.0-ga.tar.gz
Download Google Android KK4.4.2
The Android source code is maintained in more than 100 different gits in the Android repository (android.googlesource.com).
To get the Android source code from Google repo, follow the steps below:
$ cd ~/var_kk_442_100 $ mkdir kk_442_100_build $ cd kk_442_100_build $ mkdir ~/bin $ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $ chmod a+x ~/bin/repo $ repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.2_r1 $ repo sync
The repo tool which was used by Variscite is available on FTP site.
Download Variscite's u-boot and Linux kernel
clone kk4.4.2_1.0.0-ga kernel source code from Variscite's open source git:
$ cd ~/var_kk_442_100/kk_442_100_build $ git clone https://github.com/varigit/linux-2.6-imx.git kernel_imx $ cd kernel_imx $ git checkout -b kk4.4.2_1.0.0-ga-var02 remotes/origin/kk4.4.2_1.0.0-ga-var02
clone the U-Boot git repository from Varicite's open source git:
$ cd ~/var_kk_442_100/kk_442_100_build/bootable/bootloader $ git clone https://github.com/varigit/uboot-imx.git uboot-imx $ cd uboot-imx $ git checkout -b kk4.4.2_1.0.0-ga-var02 remotes/origin/kk4.4.2_1.0.0-ga-var02
Patching the AFS sources with Freescale i.MX6 support
The patch script (and_patch.sh) requires some basic utilities like awk/sed.
Apply all Android patches by using the following steps:
$ cd ~/var_kk_442_100/kk_442_100_build $ source ../android_kk4.4.2_1.0.0-ga_core_source/code/kk4.4.2_1.0.0-ga/and_patch.sh $ c_patch ../android_kk4.4.2_1.0.0-ga_core_source/code/kk4.4.2_1.0.0-ga imx_kk4.4.2_1.0.0-ga
Apply VAR-SOM-MX6 patches
After you setup your build machine,unpack Variscite's release Package:
$ cd ~/var_kk_442_100 $ tar xvf ~/Downloads/var_kk442_100_r3.tar.bz2 $ variscite/install
Build Android Images
Build the Android Filesystem
Change to Android top level directory.
$ cd ~/var_kk_442_100/kk_442_100_build
- SD card build
$ ./build.sh mx6 sdcard
- UBIFS build
$ ./build.sh mx6 ubifs
Build for 4GB NAND
Edit your BoardConfig.mk located at device/variscite/var_som_mx6q.
At the end comment out the UBIFS parameters and
add: "
#Micron 4096MB MT29F32G08AFACAWP NAND
TARGET_MKUBIFS_ARGS := -m 4096 -e 516096 -c 7855 -x none
TARGET_UBIRAW_ARGS := -m 4096 -p 512KiB -s 4096 -O 4096 $(UBI_ROOT_INI)
"
Rebuild your ubi system and you will get new ubifs for 4GB nand flash.
nand-recovery.sh on the recovery sd card need to be updated with
if [ `dmesg |grep MT29F32G08AFACAWP | wc -l` = 1 ] ; then
# this is 4GB NAND (MT29F32G08AFACAWP)
echo "4GB nand selected ..."
ROOTFS_IMAGE=rootfs_4G_NAND.ubi.img
ANDROID_SYSTEM=android_root_4G_NAND.img
UBI_SUB_PAGE_SIZE=4096
UBI_VID_HDR_OFFSET=4096
fi
Boot
The Android can be booted from MMC/SD device on sdcard, UBIFS on NAND and MMC/SD device on eMMC. nand-recovery version 33 support the nand and eMMC flash.
Boot From MMC/SD Card
u-boot will always number the SD Card as 1.
$ booti mmc0 will boot from eMMC.
$ booti mmc1 will boot from SD Card
In case of SOM with eMMC the default partition table is to boot from eMMC. One should change the partition table if boot from SD Card required.
This section will guide you through the process of installing and boot VAR-SOM-MX6 from SD/MMC device.
Create bootable SD card
Variscite provides a script that can be used to partition an SD card and install the required images on it.
- Insert a micro SD into your Linux PC
- Determine the block device name of your micro SD (for instance /dev/sdc). Use "dmesg" after you inserted theSD card.
- Make sure all partitions of your micro SD are unmounted. Use "sudo umount /media/<uname>" to unmount it.
- cd ~/var_kk_442_100/kk_442_100_build
- sudo ./mksdcard.sh /dev/sdX mx6 (replace /dev/sdX with your SD card block device)
Use the created SD card and:
- Insert the SD card you just created into the MMC/SD slot on the custom board.
- Press and hold the boot-select button and power-on the SOM.
Boot From NAND Flash or eMMC
Flashing the U-Boot, boot image and Android UBI root file system into NAND can be done from target Linux shell.
The images can be found at Android build machine under: "out/target/product/var_som_mx6".
Boot the target device using Variscite's pre-build NAND recovery SD image version 33 or greater, then follow the instructions below:
Boot From NAND Flash
$ nand-recovery.sh -o Android
You can also push the Flash Android on the GUI.
Boot From eMMC Flash
$ nand-recovery.sh -o Android -m Emmc
Manual operations
Build boot.img
We use boot.img and booti as default commands to boot rather than the uramdisk and uImage.
You can use this command to generate boot.img under android environment:
$ cd ~/var_kk_442_100/kk_442_100_build $ source build/envsetup.sh $ lunch var_som_mx6-user $ make bootimage
Toolchain setup for manual build kernel and u-boot
Setup the toolchain path to point to arm-eabi- tools in prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin
$ export ARCH=arm $ export PATH=~/var_kk_442_100/kk_442_100_build/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin:$PATH $ export CROSS_COMPILE=arm-eabi-
Manual build Bootloader
Change directory to u-boot
$ cd ~/var_kk_442_100/kk_442_100_build/bootable/bootloader/uboot-imx
Execute following commands:
$ make ARCH=arm distclean $ make mx6_var_som_android_config # VAR-SOM-MXQ/D/DL/S, boot from MMC $ make mx6_var_som_nand_android_config # VAR-SOM-MXQ/D/DL/S, boot from NAND $ make -j4
This command will generate the u-boot Image 'u-boot.img'
Manual build Android Linux Kernel and modules
Change directory to kernel
$ cd ~/var_kk_442_100/kk_442_100_build/kernel_imx
Execute following commands
$ make distclean $ make var_som_mx6_android_defconfig $ make -j4 uImage $ make -j4 modules
This will generate uImage(kernel image) in kernel/arch/arm/boot folder
Flashing Android with Fastboot
- Connect a USB OTG cable from the target board OTG port to a you host machine USB HOST port.
- Power up the board and hit return to stop the boot
- type fastboot in the u-boot prompt.
On the target:
$ sudo `which fastboot` flash boot out/target/product/var_som_mx6/boot.img $ sudo `which fastboot` flash recovery out/target/product/var_som_mx6/recovery.img $ sudo `which fastboot` flash android_root out/target/product/var_som_mx6/android_root.img $ sudo `which fastboot` reboot
Display Options
Selecting the display type is done by setting the bootcmd with the required display type.
The bootcmd is embedded into boot.img. To set the bootargs edit the file '~/var_kk_442_100/kk_442_100_build/device/variscite/var_som_mx6/BoardConfig.mk' as follows:
- HDMI
BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb1:off video=mxcfb2:off arm_freq=1000 fbmem=48M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale
- Variscite's LCD (Capacitive and resistive)
BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off arm_freq=1000 fbmem=24M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale
Android ADB Setup
Android Debug Bridge (adb) is a versatile tool that let you manage the state of the Android-powered device.
For more information about how to setup ADB adb, see TI ADB Setup page at http://processors.wiki.ti.com/index.php/Android_ADB_Setup.
NOTE: When using adb over USB on Windows Machine, edit android_winusb.inf to match VAR-SOM-MX6 vendor and product ids, under [Google.NTx86] section add:
;VAR-SOM-MX6 %SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02 %CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02&MI_00