Name | Last modified | Size | License | |
---|---|---|---|---|
Parent Directory | ||||
hwpack_linaro-snowball_20130526-344_armhf_supported.manifest.txt | 12-Jan-2018 07:35 | 781 | open | |
hwpack_linaro-snowball_20130526-344_armhf_supported.tar.gz | 26-Feb-2018 16:20 | 18.6M | stericsson | |
linaro-raring-developer-20130526-380.build-log.txt | 12-Jan-2018 07:35 | 93.3K | open | |
linaro-raring-developer-20130526-380.config.tar.bz2 | 12-Jan-2018 07:35 | 6.3K | open | |
linaro-raring-developer-20130526-380.contents | 12-Jan-2018 07:35 | 793.3K | open | |
linaro-raring-developer-20130526-380.md5sums.txt | 12-Jan-2018 07:35 | 409 | open | |
linaro-raring-developer-20130526-380.packages | 12-Jan-2018 07:35 | 7.4K | open | |
linaro-raring-developer-20130526-380.sha1sums.txt | 12-Jan-2018 07:35 | 449 | open | |
linaro-raring-developer-20130526-380.tar.gz | 26-Feb-2018 16:20 | 121.1M | open | |
snowball-raring_developer_20130526-344.img.gz | 26-Feb-2018 16:20 | 167.5M | stericsson | |
snowball-raring_developer_20130526-344.img.gz.zsync | 12-Jan-2018 07:35 | 6.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
gunzip snowball-raring_developer_20130526-344.img.gz | sudo dd bs=64k of=$SDCARD
Note: Windows users may use the Image Writer for Windows.
Creating your own image
Get artifacts
Download hwpack_linaro-snowball_20130526-344_armhf_supported.tar.gz and linaro-raring-developer-20130526-380.tar.gz from the links above.
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.05/components/platform/linaro-image-tools/linaro-image-tools-2013.05.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-snowball_20130526-344_armhf_supported.tar.gz --binary linaro-raring-developer-20130526-380.tar.gz
Notes
Due to differences in default U-Boot environment or firmware, please flash the latest Ubuntu image to update firmware/U-Boot.
Links
For more information on how to use this builds please see the Linaro wiki here.