NameLast modifiedSizeLicense

Parent Directory Parent Directory
other arndale-quantal_server_20130224-256.img.gz 26-Feb-2018 15:49 190.8M open
other arndale-quantal_server_20130224-256.img.gz.zsync 12-Jan-2018 06:08 6.0M open
text hwpack_linaro-arndale_20130224-256_armhf_supported.manifest.txt 12-Jan-2018 06:08 517 open
application/x-tar hwpack_linaro-arndale_20130224-256_armhf_supported.tar.gz 26-Feb-2018 15:49 35.0M open
text linaro-quantal-server-20130224-286.build-log.txt 12-Jan-2018 06:08 111.6K open
application/x-tar linaro-quantal-server-20130224-286.config.tar.bz2 12-Jan-2018 06:08 5.9K open
other linaro-quantal-server-20130224-286.contents 12-Jan-2018 06:08 732.1K open
text linaro-quantal-server-20130224-286.md5sums.txt 12-Jan-2018 06:08 399 open
other linaro-quantal-server-20130224-286.packages 12-Jan-2018 06:08 8.8K open
text linaro-quantal-server-20130224-286.sha1sums.txt 12-Jan-2018 06:08 439 open
application/x-tar linaro-quantal-server-20130224-286.tar.gz 26-Feb-2018 15:49 128.5M open


There are two methods to install linaro builds:

  1. using pre-built image
  2. creating your own image with linaro image tools

Using pre-built image

Insert SD card and note the assigned ‘/dev/sdX’ or ‘/dev/mmcblk0’

dmesg

Download the image and flash the SD card

SDCARD=/dev/sdX # sdcard found from dmesg above
URL=http://releases.linaro.org/13.04/ubuntu/arndale/arndale-quantal_server_20130423-299.img.gz
curl $URL | gunzip | sudo dd bs=64k of=$SDCARD

Note: Windows users may use the Image Writer for Windows.

Creating your own image

Get artifacts

http://releases.linaro.org/13.04/ubuntu/arndale/hwpack_linaro-arndale_20130423-299_armhf_supported.tar.gz
wget http://releases.linaro.org/13.04/ubuntu/arndale/linaro-quantal-server-20130422-342.tar.gz

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/13.04/components/platform/linaro-image-tools/linaro-image-tools-2013.04.tar.gz

Insert SD card and note the assigned ‘/dev/sdX’ or ‘/dev/mmcblk0’

dmesg

Create media

sudo linaro-media-create --mmc /dev/sdX --dev arndale --hwpack hwpack_linaro-arndale_20130423-299_armhf_supported.tar.gz --binary linaro-quantal-server-20130422-342.tar.gz

Links

For more information on how to use this builds please see the Linaro wiki here.