NameLast modifiedSizeLicense

Parent Directory Parent Directory
other Image.gz-3.10.1.0-1-linaro-vexpress64 12-Jan-2018 08:25 0 open
text hwpack_linaro-vexpress64-rtsm_20130719-403_arm64_supported.manifest.txt 12-Jan-2018 08:25 225 open
application/x-tar hwpack_linaro-vexpress64-rtsm_20130719-403_arm64_supported.tar.gz 26-Feb-2018 16:41 22.7M open
other img-foundation.axf 12-Jan-2018 08:25 7.6M open
other img.axf 12-Jan-2018 08:25 7.6M open
other linaro-image-lamp-genericarmv8-20130722-397.manifest 12-Jan-2018 08:25 128.9K open
application/x-tar linaro-image-lamp-genericarmv8-20130722-397.rootfs.tar.gz 26-Feb-2018 16:41 250.5M open
text vexpress64-openembedded_lamp-armv8_20130719-403.html 12-Jan-2018 08:25 3.5K open
other vexpress64-openembedded_lamp-armv8_20130719-403.img.gz 26-Feb-2018 16:41 290.0M open
other vexpress64-openembedded_lamp-armv8_20130719-403.img.gz.zsync 26-Feb-2018 16:42 12.0M open
text vexpress64-openembedded_minimal-armv8_20130719-403.html 12-Jan-2018 08:25 3.5K open
other vexpress64-openembedded_minimal-armv8_20130719-403.img.gz 26-Feb-2018 16:42 62.7M open
other vexpress64-openembedded_minimal-armv8_20130719-403.img.gz.zsync 12-Jan-2018 08:26 2.8M 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

  • Add PAM to DISTRO_FEATURES
  • Set libjpeg-turbo as the preferred provider for jpeg
  • Update to Linaro GCC 4.8-2013.07 release
  • Switched builds to use Linaro versions of binutils and eglibc (2.17)

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-XYZ.img \
  --network nat

Initial setup

mkdir openembedded
cd openembedded
git clone git://git.linaro.org/openembedded/jenkins-setup.git
cd jenkins-setup
git checkout release-13.07
cd ..
sudo bash jenkins-setup/pre-build-root-install-dependencies.sh
bash jenkins-setup/init-and-build.sh

This will clone all required repositories and does initial setup.

Do a build

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

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

Usable build targets

  • linaro-image-minimal – very minimal rootfs
  • linaro-image-lamp – LAMP stack and toolchain