NameLast modifiedSizeLicense

Parent Directory Parent Directory
text hwpack_linaro-panda_20130328-278_armhf_supported.manifest.txt 12-Jan-2018 06:37 482 open
application/x-tar hwpack_linaro-panda_20130328-278_armhf_supported.tar.gz 26-Feb-2018 15:59 24.7M open
text linaro-quantal-developer-20130328-317.build-log.txt 12-Jan-2018 06:38 117.3K open
application/x-tar linaro-quantal-developer-20130328-317.config.tar.bz2 12-Jan-2018 06:38 6.2K open
other linaro-quantal-developer-20130328-317.contents 12-Jan-2018 06:38 1.1M open
text linaro-quantal-developer-20130328-317.md5sums.txt 12-Jan-2018 06:38 414 open
other linaro-quantal-developer-20130328-317.packages 12-Jan-2018 06:38 8.7K open
text linaro-quantal-developer-20130328-317.sha1sums.txt 12-Jan-2018 06:38 454 open
application/x-tar linaro-quantal-developer-20130328-317.tar.gz 26-Feb-2018 16:00 142.8M open
other panda-quantal_developer_20130328-278.img.gz 26-Feb-2018 16:00 194.3M open
other panda-quantal_developer_20130328-278.img.gz.zsync 12-Jan-2018 06:38 6.0M 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=https://releases.linaro.org/13.04/ubuntu/panda/panda-quantal_developer_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

wget https://releases.linaro.org/13.04/ubuntu/panda/hwpack_linaro-panda_20130423-299_armhf_supported.tar.gz
wget https://releases.linaro.org/13.04/ubuntu/panda/linaro-quantal-developer-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 panda --hwpack hwpack_linaro-panda_20130423-299_armhf_supported.tar.gz --binary linaro-quantal-developer-20130422-342.tar.gz

Links

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