Name | Last modified | Size | License | |
---|---|---|---|---|
Parent Directory | ||||
hwpack_linaro-leb-origen_20121127-494_armhf_supported.manifest.txt | 12-Jan-2018 04:42 | 578 | open | |
hwpack_linaro-leb-origen_20121127-494_armhf_supported.tar.gz | 26-Feb-2018 15:19 | 47.7M | open | |
leb-origen-precise_ubuntu-desktop_20121127-494.img.gz | 26-Feb-2018 15:19 | 562.2M | open | |
leb-origen-precise_ubuntu-desktop_20121127-494.img.gz.zsync | 26-Feb-2018 15:19 | 19.5M | open | |
linaro-precise-ubuntu-desktop-20121124-560.build-log.txt | 12-Jan-2018 04:42 | 441.6K | open | |
linaro-precise-ubuntu-desktop-20121124-560.config.tar.bz2 | 12-Jan-2018 04:42 | 6.6K | open | |
linaro-precise-ubuntu-desktop-20121124-560.list | 12-Jan-2018 04:42 | 7.9M | open | |
linaro-precise-ubuntu-desktop-20121124-560.md5sums.txt | 12-Jan-2018 04:42 | 435 | open | |
linaro-precise-ubuntu-desktop-20121124-560.packages | 12-Jan-2018 04:42 | 37.8K | open | |
linaro-precise-ubuntu-desktop-20121124-560.sha1sums.txt | 12-Jan-2018 04:42 | 475 | open | |
linaro-precise-ubuntu-desktop-20121124-560.tar.gz | 26-Feb-2018 15:19 | 473.0M | open |
There are two methods to install linaro builds:
- using pre-built image
- 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.11/ubuntu/boards/origen/leb-origen-precise_ubuntu-desktop_20121127-494.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.11/ubuntu/boards/origen/hwpack_linaro-leb-origen_20121127-494_armhf_supported.tar.gz
wget http://releases.linaro.org/12.11/ubuntu/boards/origen/linaro-precise-ubuntu-desktop-20121124-560.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.11/components/platform/linaro-image-tools/linaro-image-tools-2012.11.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_20121127-494_armhf_supported.tar.gz --binary linaro-precise-ubuntu-desktop-20121124-560.tar.gz
Links
For more information on how to use this builds please see the Linaro wiki here.