If this is your first Linaro image download, please consult these pages for details on how to run the system.
If you are upgrading your Linaro image, please follow the instructions below.

 

NameLast modifiedSizeLicense

Parent Directory Parent Directory
other Image.gz-3.6.0-1-linaro-vexpress64 12-Jan-2018 04:37 0 open
application/x-tar core-image-minimal-genericarmv8-20121124161453.rootfs.tar.gz 12-Jan-2018 04:37 2.3M open
text hwpack_linaro-vexpress64-rtsm_20121125-96_arm64_supported.manifest.txt 12-Jan-2018 04:37 199 open
application/x-tar hwpack_linaro-vexpress64-rtsm_20121125-96_arm64_supported.tar.gz 26-Feb-2018 15:17 20.9M open
other img-foundation.axf 12-Jan-2018 04:37 6.3M open
other img.axf 12-Jan-2018 04:37 6.3M open
application/x-tar linaro-image-lamp-genericarmv8-20121124161236.rootfs.tar.gz 26-Feb-2018 15:17 17.7M open
application/x-tar linaro-image-sdk-genericarmv8-20121124161729.rootfs.tar.gz 26-Feb-2018 15:17 109.5M open
other vexpress64-openembedded_lamp-armv8_20121125-96.img.gz 26-Feb-2018 15:17 41.7M open
other vexpress64-openembedded_lamp-armv8_20121125-96.img.gz.zsync 26-Feb-2018 15:17 12.0M open
other vexpress64-openembedded_minimal-armv8_20121125-96.img.gz 26-Feb-2018 15:17 24.2M open
other vexpress64-openembedded_minimal-armv8_20121125-96.img.gz.zsync 12-Jan-2018 04:37 2.8M open
other vexpress64-openembedded_sdk-armv8_20121125-96.img.gz 26-Feb-2018 15:17 135.1M open
other vexpress64-openembedded_sdk-armv8_20121125-96.img.gz.zsync 26-Feb-2018 15:17 12.0M open


Linaro releases monthly binary images for the ARMv8 fast models.

For support matters related to ARMv8 fast models downloaded from ARM sites, please contact ARM support

This release includes Linaro OpenEmbedded images for Foundation and Virtual Express fast models. Sources are also made available so you can build your own images.

Where To Find More Information

More information on Linaro can be found on our website.
More information on running ARMv8 images can be found at Linaro Engineering: ARMv8 activity page.

Feedback and Support

Subscribe to the important Linaro mailing lists and join our IRC channels to stay on top of Linaro development.

  • Linaro Development mailing list
  • Linaro IRC channel on irc.freenode.net at #linaro

Changes in this release

  • GCC updated to gcc-linaro 4.7 2012.11 release

Known Issues

Linaro OpenEmbedded images are made up of two components. The Linux kernel file with boot wrapper shim and a Root file system (RootFS) image of your choice.

Using pre-built image

Prerequisites

  • Ubuntu 12.04 64 bit or newer on your desktop PC (www.ubuntu.com)
  • Foundation or Virtual Express fast model (Linaro ARMv8 Engineering)
  • This release pre-built image, which you can downloaded from the above list.

Installation Steps

  • Unzip the downloaded pre-built image

Booting the image

./Foundation_v8 --image img-foundation.axf \
  --block-device vexpress64-openembedded_IMAGENAME-armv8_IMAGEDATE-91.img \
  --network nat

Initial setup

mkdir openembedded
cd openembedded
git clone git://git.linaro.org/openembedded/meta-aarch64.git
bash meta-aarch64/scripts/init.sh

This will clone all required repositories and does initial setup.

Do a build

cd openembedded/openembedded-core
. oe-init-build-env ../build
bitbake bash

Of course you can use other targets instead of “bash”. Use “core-image-minimal” to build simple rootfs.

Usable build targets

  • core-image-minimal – very minimal rootfs
  • linaro-image-lamp – LAMP stack
  • linaro-image-sdk – image with toolchain present