Note: Ubuntu flavoured images released as Linaro engineering builds are not for production use, modification or redistribution, but are to be used for evaluation purposes only.
Name | Last modified | Size | License | |
---|---|---|---|---|
Parent Directory | ||||
arndale-octa-trusty_server_20140623-668.img.gz | 26-Feb-2018 19:04 | 218.1M | open | |
arndale-octa-trusty_server_20140623-668.img.gz.zsync | 12-Jan-2018 14:54 | 6.0M | open | |
hwpack_linaro-arndale-octa_20140623-668_armhf_supported.manifest.txt | 12-Jan-2018 14:54 | 532 | open | |
hwpack_linaro-arndale-octa_20140623-668_armhf_supported.tar.gz | 26-Feb-2018 19:04 | 31.5M | open | |
linaro-trusty-server-20140623-671.build-log.txt | 12-Jan-2018 14:54 | 149.6K | open | |
linaro-trusty-server-20140623-671.config.tar.bz2 | 12-Jan-2018 14:54 | 7.1K | open | |
linaro-trusty-server-20140623-671.contents | 12-Jan-2018 14:54 | 913.2K | open | |
linaro-trusty-server-20140623-671.md5sums.txt | 12-Jan-2018 14:54 | 394 | open | |
linaro-trusty-server-20140623-671.packages | 12-Jan-2018 14:54 | 10.7K | open | |
linaro-trusty-server-20140623-671.sha1sums.txt | 12-Jan-2018 14:54 | 434 | open | |
linaro-trusty-server-20140623-671.tar.gz | 26-Feb-2018 19:04 | 143.4M | open |
Linaro releases monthly Ubuntu based images for the Arndale Octa platform.
About the Linaro Ubuntu Arndale Octa Release
This release includes Linaro Ubuntu images, and boots on the Arndale Octa board.
Where To Find More Information
More information on Linaro can be found on our website.
Fixed in this release
None listed.
Known issues
None listed.
Feedback and Support
Subscribe to the important Linaro mailing lists and join our IRC channels to stay on top of Linaro development.
- Linaro Development mailing list
- Linaro IRC channel on irc.freenode.net at
#linaro
- Bug reports should be filed in Launchpad against the individual packages that are affected. If a suitable package cannot be identified, feel free to assign them to Linaro Ubuntu project.
- Questions? ask Linaro.
- Interested in commercial support? inquire at Linaro support
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/14.03/ubuntu/arndale-octa/arndale-octa-trusty_server_20140623-668.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/14.03/ubuntu/arndale-octa/hwpack_linaro-arndale-octa_20140623-668_armhf_supported.tar.gz
wget http://releases.linaro.org/14.03/ubuntu/arndale-octa/linaro-trusty-server-20140623-671.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/14.02/components/platform/linaro-image-tools/linaro-image-tools-2014.02.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 arndale-octa --hwpack hwpack_linaro-arndale-octa_20140623-668_armhf_supported.tar.gz --binary linaro-trusty-server-20140623-671.tar.gz
Links
For more information on how to use this builds please see the Linaro wiki here.