Name | Last modified | Size | License | |
---|---|---|---|---|
Parent Directory | ||||
highbank-raring_server_20131124-535.img.gz | 26-Feb-2018 17:48 | 194.1M | open | |
hwpack_linaro-highbank_20131124-535_armhf_supported.manifest.txt | 12-Jan-2018 11:25 | 500 | open | |
hwpack_linaro-highbank_20131124-535_armhf_supported.tar.gz | 26-Feb-2018 17:48 | 34.8M | open | |
linaro-raring-server-20131124-562.build-log.txt | 12-Jan-2018 11:26 | 113.9K | open | |
linaro-raring-server-20131124-562.config.tar.bz2 | 12-Jan-2018 11:26 | 5.9K | open | |
linaro-raring-server-20131124-562.contents | 12-Jan-2018 11:26 | 745.5K | open | |
linaro-raring-server-20131124-562.md5sums.txt | 12-Jan-2018 11:26 | 394 | open | |
linaro-raring-server-20131124-562.packages | 12-Jan-2018 11:26 | 9.4K | open | |
linaro-raring-server-20131124-562.sha1sums.txt | 12-Jan-2018 11:26 | 434 | open | |
linaro-raring-server-20131124-562.tar.gz | 26-Feb-2018 17:48 | 131.5M | open |
Linaro releases monthly Ubuntu based images for the Highbank platform.
About the Linaro Ubuntu Highbank Release
This release includes Linaro Ubuntu images, and boots on the Highbank server.
Where To Find More Information
More information on Linaro can be found on our website.
Fixed in this release
None listed.
Known issues
- LP: #1230403 cpuhotplug_07 fails on highbank node
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
Download the image and flash the hard disk
DISK=/dev/sdX
URL=http://releases.linaro.org/13.11/ubuntu/highbank/highbank-raring_server_20131124-535.img.gz
curl $URL | gunzip | sudo dd bs=64k of=$DISK
Creating your own image
Get artifacts
wget http://releases.linaro.org/13.11/ubuntu/highbank/hwpack_linaro-highbank_20131124-535_armhf_supported.tar.gz
wget http://releases.linaro.org/13.11/ubuntu/highbank/linaro-raring-server-20131124-562.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/13.11/components/platform/linaro-image-tools/linaro-image-tools-2013.10.tar.gz
Create media
sudo linaro-media-create --mmc /dev/sdX --dev highbank --hwpack hwpack_linaro-highbank_20131124-535_armhf_supported.tar.gz --binary linaro-raring-server-20131124-562.tar.gz
Links
For more information on how to use this builds please see the LAVA documentation here.