Name | Last modified | Size | License | |
---|---|---|---|---|
Parent Directory | ||||
MANIFEST | 11-Jan-2018 17:07 | 400 | open | |
MD5SUMS | 11-Jan-2018 17:07 | 372 | open | |
MLO | 11-Jan-2018 17:07 | 74.4K | open | |
am57xx-evm-reva3.dtb | 11-Jan-2018 17:07 | 99.7K | open | |
boot.img | 26-Feb-2018 11:17 | 8.9M | open | |
build_config.json | 11-Jan-2018 17:07 | 1.0K | open | |
cache.img | 11-Jan-2018 17:07 | 6.1M | open | |
changelog.txt | 11-Jan-2018 17:07 | 2.7K | open | |
env-full_am57xevm.sh | 11-Jan-2018 17:07 | 303 | open | |
installed-files.json | 11-Jan-2018 17:07 | 268.1K | open | |
installed-files.txt | 11-Jan-2018 17:08 | 82.5K | open | |
kernel_config | 11-Jan-2018 17:08 | 140.2K | open | |
linaro_android_build_cmds.sh | 11-Jan-2018 17:08 | 7.7K | open | |
module-info.json | 11-Jan-2018 17:08 | 976.4K | open | |
ninja-full_am57xevm.sh | 11-Jan-2018 17:08 | 148 | open | |
obj | - | |||
pinned-manifest.xml | 11-Jan-2018 17:08 | 95.5K | open | |
ramdisk-recovery.img | 11-Jan-2018 17:08 | 3.5M | open | |
ramdisk.img | 11-Jan-2018 17:08 | 1.2M | open | |
recovery.img | 26-Feb-2018 11:17 | 11.1M | open | |
source-manifest.xml | 11-Jan-2018 17:08 | 51.7K | open | |
system.img | 26-Feb-2018 11:17 | 588.5M | open | |
u-boot.img | 11-Jan-2018 17:08 | 356.2K | open | |
userdata.img | 26-Feb-2018 11:17 | 107.2M | open |
About the Reference Linaro Confectionary Release for AM572x Evaluation Module(referred to as X15 in this document)
This Reference Linaro Confectionary Release is the release for X15 board,
it is based on the Nougat android-7.1.2_r11 branch. This build is a
userdebug variant build, which contains support for allowing full use of the
Cortex-A15 architecture, supports 32-bit applications, and run in permissive mode.
The kernel used for this build is mirror from git://git.omapzoom.org/kernel/omap.git,
plus with some linaro changes, and built with the default AOSP toolchain 32bit gcc4.9.
The version is based on version 4.4.
The userspace components are built with AOSP LLVM 3.8 clang-2690385 (based on LLVM 3.8.256229),
and gcc 4.9 for 32bit.
The Android AOSP software provided in this release is functionally
tested with CTS version 7.1 R5 and the CTS results are shared with
members. We also added some benchmark tests to observe the
performance trend in various fields.
Sources are also made available so you can build your own images
(see the Building from Source tab).
What is new
- Android source updated to base on android-7.1.2_r11 version
- CTS package update to use 7.1 R5 version
ChangeLog
Please check the changelog.txt for details to see what Linaro has done on top of AOSP android-7.1.2_r11.
Support
Subscribe to the important Linaro mailing lists and join our IRC
channels to stay on top of Linaro development.
- Linaro Android Development ‘Mailing list’
- Linaro Android IRC channel on irc.freenode.net at #linaro-android
- Linaro Android ART IRC channel on irc.freenode.net at #linaro-art
- Bug reports should be filed in ‘Bugzilla’ under “Linaro Android” product and “Member Linaro Confectionery Release (M-LCR)” component.
- You will need to login to your Linaro account. If you do not have an account or are having problems, email its@linaro.org for help.
- More general bug reports should be filed in Bugzilla against the individual packages that are affected.
- Questions? ‘ask linaro’
- Interested in commercial support? inquire at ‘Linaro Support’
Android Patch Summary
There are patches developed by TI and Linaro engineering teams were applied
to get Android booting to UI on the X15 development platform.
These patches can be found on Linaro’s Android Git repositories via files:
- NOUGAT-RLCR-PATCHSET
- x15-n-workarounds
Some of these patches have been submitted to AOSP and are being tracked
for acceptance.
Any patches can be contributed through the instructions described Here
Known Issues and Limitations
Known issues
The following known issues are present in this release. Please contact support@linaro.org if you wish to know more information about these issues or have access problems when attempting to view them.
Bug ID | Bug title | Bug summary |
Bug 2920 | X15: CtsViewTestCases : junit.framework.AssertionFailedError | |
Bug 2899 | Failures in CtsMediaTestCases cause cts execution timeout | |
Bug 2768 | LCR-M: X15: Media codecs functional audio_codec_mp3 failed | |
Bug 2614 | CTS CtsDeqpTestCases module cause x15 adb connection over tcpip lost | |
Bug 2613 | CTS test of module CtsDevicePolicyManagerTestCases causes x15 adb connection over tcpip lost |
Prerequisites
Get “OTG cable” and “Serial console cable” connected between the X15 board and your PC.
If this is the first time you use X15 board, please reference here for the initial setup instructions.
Get artifacts
Click on each link to download:
- MLO
- u-boot.img
- am57xx-evm-reva3.dtb
- boot.img
- system.img
- userdata.img
Boot X15 board to fastboot mode
Press power or reset button to start the X15 board, and on the serial console,
get to U-Boot shell on device and run next command to enter fastboot mode:
=> fastboot 1
Then on the host side, run following command to make sure it’s in fastboot mode:
$ fastboot devices 0e005017394200e2 fastboot $
Flash images
Flash the downloaded image files into the X15 board under fastboot mode with
following commands:
$ fastboot flash xloader MLO $ fastboot flash bootloader u-boot.img $ fastboot flash environment am57xx-evm-reva3.dtb $ fastboot flash boot boot.img $ fastboot flash system system.img $ fastboot flash userdata userdata.img
Boot X15 board with Android images
Run “fastboot reboot” or press the reset button to restart X15 board
after the fastboot flash commands, then the X15 board will boot with
the android images just flashed.
You can use following command to check if the adb connection is connected:
$ adb devices List of devices attached 0e005017394200e2 device $
Linaro Android Source Code
Download the Android building script linaro_android_build_cmds.sh for this build
from the list of artifacts listed above, and run it.
This script will help to download the entire source code for Android and attempt to build it.
Most commonly used options for linaro_android_build_cmds.sh:
$ ./linaro_android_build_cmds.sh -h #To print the script usage $ ./linaro_android_build_cmds.sh -t #To build from the tip of the branch without overlay $ ./linaro_android_build_cmds.sh -t -u <url-aosp-mirror-manifest> #As -t, but repo sync from local mirror $ ./linaro_android_build_cmds.sh -m <pinned_manifest> #To reproduce an exact build from pinned manifest $ ./linaro_android_build_cmds.sh -m <pinned_manifest> -u <url-aosp-mirror-manifest> #As -m, but repo sync from local mirror
The pinned manifest(pinned-manifest.xml(?) and source manifest(source-manifest.xml) can be found from the list of artifacts
Compiling Linaro Android RootFS
The following simple steps download, install and compile a complete Linaro Android distribution
- Download and install Ubuntu 14.04 64 bit or newer (download)
- Download the Android building script for this build from the list of artifacts
- Run the linaro_android_build_cmds.sh script downloaded, and answer the questions when promopted
Build from the tip of the source:
chmod a+x linaro_android_build_cmds.sh
./linaro_android_build_cmds.sh -t or ./linaro_android_build_cmds.sh -t -u <url-aosp-mirror-manifest>
Or reproduce the exactly the same as this buid:
chmod a+x linaro_android_build_cmds.sh
./linaro_android_build_cmds.sh -m pinned-manifest.xml or ./linaro_android_build_cmds.sh -m pinned-manifest.xml -u <url-aosp-mirror-manifest>
Installing Android to your x15 board
Following commands will flash the images into your x15 board via the fastboot command.
$ fastboot flash xloader out/target/product/am57xevm/MLO $ fastboot flash bootloader out/target/product/am57xevm/u-boot.img $ fastboot flash environment out/target/product/am57xevm/am57xx-evm-reva3.dtb $ fastboot flash boot out/target/product/am57xevm/boot.img $ fastboot flash system out/target/product/am57xevm/system.img $ fastboot flash userdata out/target/product/am57xevm/userdata.img