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.


NameLast modifiedSizeLicense

Parent Directory Parent Directory
text hwpack_linaro-panda_20141121-697_armhf_supported.manifest.txt 12-Jan-2018 20:16 472 open
application/x-tar hwpack_linaro-panda_20141121-697_armhf_supported.tar.gz 26-Feb-2018 20:56 35.2M open
text linaro-utopic-developer-20141122-688.build-log.txt 12-Jan-2018 20:16 155.6K open
application/x-tar linaro-utopic-developer-20141122-688.config.tar.bz2 12-Jan-2018 20:16 7.4K open
other linaro-utopic-developer-20141122-688.contents 12-Jan-2018 20:16 1.1M open
text linaro-utopic-developer-20141122-688.md5sums.txt 12-Jan-2018 20:16 409 open
other linaro-utopic-developer-20141122-688.packages 12-Jan-2018 20:16 11.2K open
text linaro-utopic-developer-20141122-688.sha1sums.txt 12-Jan-2018 20:16 449 open
application/x-tar linaro-utopic-developer-20141122-688.tar.gz 26-Feb-2018 20:57 172.3M open
other panda-utopic_developer_20141121-697.img.gz 26-Feb-2018 20:57 262.2M open
other panda-utopic_developer_20141121-697.img.gz.zsync 12-Jan-2018 20:16 6.0M open


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

  • Bugzilla #466 No any Cache, Clock and Instruction data in DS-5 Streamline on TI Panda ubuntu image
  • Bugzilla #463 Test “device_tree_model_not_empty” failed on TI Panda and ARM Versatile Express A9 ubuntu
  • Bugzilla #480 pwrmgmt thermal_0 and thermal_6 test failed
  • Bugzilla #939 pwrmgmt cpuidle_03 test failed on panda ubuntu build

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.
  • Support for Linaro releases is available at Linaro Developer Technical Support.

There are two methods to install linaro builds:

  1. using pre-built image
  2. 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.