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 | ||||
hwpack_linaro-panda_20140727-682_armhf_supported.manifest.txt | 12-Jan-2018 16:05 | 476 | open | |
hwpack_linaro-panda_20140727-682_armhf_supported.tar.gz | 26-Feb-2018 19:29 | 33.8M | open | |
linaro-trusty-developer-20140727-680.build-log.txt | 12-Jan-2018 16:05 | 160.8K | ||
linaro-trusty-developer-20140727-680.config.tar.bz2 | 12-Jan-2018 16:05 | 7.4K | ||
linaro-trusty-developer-20140727-680.contents | 12-Jan-2018 16:05 | 1.1M | ||
linaro-trusty-developer-20140727-680.md5sums.txt | 12-Jan-2018 16:05 | 409 | ||
linaro-trusty-developer-20140727-680.packages | 12-Jan-2018 16:05 | 11.7K | ||
linaro-trusty-developer-20140727-680.sha1sums.txt | 12-Jan-2018 16:06 | 449 | ||
linaro-trusty-developer-20140727-680.tar.gz | 26-Feb-2018 19:29 | 163.2M | ||
panda-trusty_developer_20140727-682.img.gz | 26-Feb-2018 19:29 | 241.4M | ||
panda-trusty_developer_20140727-682.img.gz.zsync | 12-Jan-2018 16:06 | 6.0M |
Linaro releases monthly Ubuntu based images for the PandaBoard platform.
About the Linaro Ubuntu PandaBoard Release
This release includes Linaro Ubuntu images, and boots on the PandaBoard board.
Where To Find More Information
More information on Linaro can be found on our website.
Fixed in this release
None listed
Known issues
- LP: #1310888 MAC address on TI Panda 4430 & 4460 is randomly changing after every reboot.
- LP: #1128761 WiFi is unavailable on TI Panda 4430 with Linux Linaro ubuntu image.
- LP: #1269550 No any Cache, Clock and Instruction data in DS-5 Streamline on TI Panda ubuntu image.
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/panda/panda-trusty_developer_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/panda/hwpack_linaro-panda_20140623-671_armhf_supported.tar.gz
wget http://releases.linaro.org/14.03/ubuntu/panda/linaro-trusty-developer-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 panda --hwpack hwpack_linaro-panda_20140623-668_armhf_supported.tar.gz --binary linaro-trusty-developer-20140623-671.tar.gz
Links
For more information on how to use this builds please see the Linaro wiki here.