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_20140525-654_armhf_supported.manifest.txt 12-Jan-2018 14:20 476 open
application/x-tar hwpack_linaro-panda_20140525-654_armhf_supported.tar.gz 26-Feb-2018 18:52 32.9M open
text linaro-trusty-developer-20140522-661.build-log.txt 12-Jan-2018 14:20 154.3K open
application/x-tar linaro-trusty-developer-20140522-661.config.tar.bz2 12-Jan-2018 14:20 6.3K open
other linaro-trusty-developer-20140522-661.contents 12-Jan-2018 14:21 1.0M open
text linaro-trusty-developer-20140522-661.md5sums.txt 12-Jan-2018 14:21 409 open
other linaro-trusty-developer-20140522-661.packages 12-Jan-2018 14:21 11.1K open
text linaro-trusty-developer-20140522-661.sha1sums.txt 12-Jan-2018 14:21 449 open
application/x-tar linaro-trusty-developer-20140522-661.tar.gz 26-Feb-2018 18:52 161.4M 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

  • LP: #1274057 Kernel Panic shows on Linux Linaro ubuntu TI Panda image.

Known issues

  • LP: #1324369 TI Panda 4430 with Linux Linaro ubuntu get frozen during git clone.
  • LP: #1311988 TI Panda 4430 and 4460 is unstable on Linux Linaro ubuntu images.
  • 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: #1164329 WiFi is unavailable on TI Panda 4460 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:

  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_20140525-654.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_20140522-661_armhf_supported.tar.gz
wget http://releases.linaro.org/14.03/ubuntu/panda/linaro-trusty-developer-20140522-661.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_20140525-654_armhf_supported.tar.gz --binary linaro-trusty-developer-20140522-661.tar.gz

Links

For more information on how to use this builds please see the Linaro wiki here.