Build: https://android-build.linaro.org/builds/~linaro-android/staging-vexpress-a9-11.12-release/#build=3

Install instructions

There are two methods to install linaro builds:

Using pre-built image

 # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'
  $ dmesg

  $ SDCARD=/dev/sdX # sdcard found from dmesg above
  $ URL=http://releases.linaro.org/11.12/android/images/staging-vexpress-a9/staging-vexpress-a9.img.gz
  $ curl $URL | gunzip -c | sudo dd bs=64k of=$SDCARD
Note: Windows users may use the Image Writer for Windows

Building a Custom Image

 # Get artifacts
  $ wget http://releases.linaro.org/11.12/android/images/staging-vexpress-a9/boot.tar.bz2 http://releases.linaro.org/11.12/android/images/staging-vexpress-a9/system.tar.bz2 http://releases.linaro.org/11.12/android/images/staging-vexpress-a9/userdata.tar.bz2

  # Get linaro image tools
  # method 1: using binary package for Ubuntu (PPA)
  $ sudo add-apt-repository ppa:linaro-maintainers/tools
  $ sudo apt-get update
  $ sudo apt-get install linaro-image-tools
  # method 2: using source code
  $ wget http://releases.linaro.org/11.12/components/platform/linaro-image-tools/linaro-image-tools-2011.12.tar.gz

  # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'
  $ dmesg

  # Create media
  $ sudo linaro-android-media-create --mmc /dev/sdX --dev vexpress-a9 --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2

Notes

To boot Versatile Express images, the board first needs to have U-Boot manually flashed into NOR. However, the version of U-Boot which ships in this release doesn't correctly read the boot script from SD card and should be replaced by the one available at: http://wiki.linaro.org/ARM/VersatileExpressUBoot

Links

For more information on how to use this builds please see the Linaro wiki at:

        http://wiki.linaro.org/Platform/Android/ImageInstallation#Versatile_Express-1

NameLast modifiedSizeLicense

Parent Directory Parent Directory
other MD5SUMS 11-Jan-2018 23:28 147 open
other README 11-Jan-2018 23:28 2.0K open
application/x-tar boot.tar.bz2 11-Jan-2018 23:28 3.4M open
text pinned-manifest.xml 11-Jan-2018 23:28 29.6K open
text source-manifest.xml 11-Jan-2018 23:28 29.6K open
other staging-vexpress-a9.img.gz 26-Feb-2018 13:31 91.6M open
application/x-tar system.tar.bz2 26-Feb-2018 13:32 84.9M open
application/x-tar userdata.tar.bz2 11-Jan-2018 23:28 33.4K open