NameLast modifiedSizeLicense

Parent Directory Parent Directory
other README 12-Jan-2018 04:15 1.7K open
text hwpack_linaro-lt-panda-x11-base_20121021-390_armhf_supported.manifest.txt 12-Jan-2018 04:15 1.4K open
application/x-tar hwpack_linaro-lt-panda-x11-base_20121021-390_armhf_supported.tar.gz 26-Feb-2018 15:11 67.1M open
text linaro-precise-ubuntu-desktop-20121021-492.build-log.txt 12-Jan-2018 04:15 465.9K open
application/x-tar linaro-precise-ubuntu-desktop-20121021-492.config.tar.bz2 12-Jan-2018 04:15 6.5K open
other linaro-precise-ubuntu-desktop-20121021-492.list 12-Jan-2018 04:15 7.9M open
text linaro-precise-ubuntu-desktop-20121021-492.md5sums.txt 12-Jan-2018 04:15 435 open
other linaro-precise-ubuntu-desktop-20121021-492.packages 12-Jan-2018 04:15 38.7K open
text linaro-precise-ubuntu-desktop-20121021-492.sha1sums.txt 12-Jan-2018 04:15 475 open
application/x-tar linaro-precise-ubuntu-desktop-20121021-492.tar.gz 26-Feb-2018 15:12 534.4M open
other lt-panda-x11-base-precise_ubuntu-desktop_20121021-390.img.gz 26-Feb-2018 15:12 611.6M open
other lt-panda-x11-base-precise_ubuntu-desktop_20121021-390.img.gz.zsync 26-Feb-2018 15:12 19.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/12.10/ubuntu/leb-panda/lt-panda-x11-base-precise_ubuntu-desktop_20121021-390.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 http://releases.linaro.org/12.10/ubuntu/leb-panda/hwpack_linaro-lt-panda-x11-base_20121021-390_armhf_supported.tar.gz
wget http://releases.linaro.org/12.10/ubuntu/leb-panda/linaro-precise-ubuntu-desktop-20121021-492.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/12.10/components/platform/linaro-image-tools/linaro-image-tools-2012.10.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-lt-panda-x11-base_20121021-390_armhf_supported.tar.gz --binary linaro-precise-ubuntu-desktop-20121021-492.tar.gz

Links

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