NameLast modifiedSizeLicense

spacer Parent Directory
spacer INSTALL.textile25-Oct-2012 06:56 1.6K open
spacer hwpack_linaro-leb-origen_20121021-424_armhf_supported.manifest.txt21-Oct-2012 16:03 763 open
spacer hwpack_linaro-leb-origen_20121021-424_armhf_supported.tar.gz21-Oct-2012 16:06 47.9M open
spacer leb-origen-precise_ubuntu-desktop_20121021-424.img.gz21-Oct-2012 20:30 606.9M open
spacer leb-origen-precise_ubuntu-desktop_20121021-424.img.gz.zsync21-Oct-2012 20:31 19.5M open
spacer linaro-precise-ubuntu-desktop-20121021-492.build-log.txt21-Oct-2012 17:26 465.9K open
spacer linaro-precise-ubuntu-desktop-20121021-492.config.tar.bz221-Oct-2012 17:26 6.5K open
spacer linaro-precise-ubuntu-desktop-20121021-492.list21-Oct-2012 17:26 7.9M open
spacer linaro-precise-ubuntu-desktop-20121021-492.md5sums.txt21-Oct-2012 17:26 435 open
spacer linaro-precise-ubuntu-desktop-20121021-492.packages21-Oct-2012 17:26 38.7K open
spacer linaro-precise-ubuntu-desktop-20121021-492.sha1sums.txt21-Oct-2012 17:26 475 open
spacer linaro-precise-ubuntu-desktop-20121021-492.tar.gz21-Oct-2012 17:37 534.4M 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=releases.linaro.org/12.10/ubuntu/leb-origen/leb-origen-precise_ubuntu-desktop_20121021-424.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 releases.linaro.org/12.10/ubuntu/leb-origen/hwpack_linaro-leb-origen_20121021-424_armhf_supported.tar.gz
wget releases.linaro.org/12.10/ubuntu/leb-origen/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 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 origen --hwpack hwpack_linaro-leb-origen_20121021-424_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.

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.