Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Linaro distribution

2,140 bytes removed, 16:46, 10 July 2012
no edit summary
<br>
=== Install Linaro 10.11 Distribution ===
*https://wiki.linaro.org/Releases/1011/Final Install needed packages, on Ubuntu   sudo apt-get install uboot-mkimage uuid-runtime realpath Next create a working directory   mkdir linaro cd linaro Install linaro tools for creating Please follow the SD card as follows:   sudo apt-get install linaro-image-tools (This was tested to work on ubuntu 10.10 at 2011-03-30.)  In case this doesn't work, you can alternatively download latest linaro tools to a location in your PATH, e.g. $HOME/bin/:   wget http://downloads.igep.es/linaro/10.11/linaro-hwpack-create wget next [http://downloadslabs.igepisee.esbiz/linaro/10index.11php/linaro-hwpack-install wget http://downloads.igep.es/linaro/10.11/linaro-media-create cp linaro-media-create $HOME/bin cp linaro-hwpack-* $HOME/bin Now it's time to download the software image and the hardware pack for our target. We've download the Netbook style UI image, but you can download another (http://releases.linaro.org)   wget http://releases.linaro.org/platform/linaro-m/netbook/final/linaro-m-netbook-efl-tar-20101108-1.tar.gz wget http://releases.linaro.org/platform/linaro-m/hwpacks/final/hwpack_linaro-igep_20101109-1_armel.tar.gz The linaro netbook image comes with a preinstalled user 'linaro'. In case you need it, the password is also 'linaro'.  Installing the build onto a media that your hardware can recognise is done using the linaro-media-create script.  #Insert your SD card into the host machine (the machine you downloaded the image and hwpack to). #Ensure you know the device node for your sd card reader. In the following example we assume /dev/mmcblk0. If you are unsure of the device node of your SD card, remove and reinsert the card and type dmesg on the command line. The last few lines should give you the device node of the card you just inserted. #In the directory where you downloaded the image and hwpack run linaro-media-create (NOTE: be sure to delete all partitions on the SD Card before running linaro-media-create otherwise it will fail!)  linaro-media-create --rootfs ext3 --mmc /dev/mmcblk0 --dev igep \ --binary linaro-m-netbook-efl-tar-20101108-1.tar.gz \ --hwpack hwpack_linaro-igep_20101109-1_armel.tar.gz Finally, plug the SD card in your board and bootHow_to_boot_from_MicroSD_Card howto].<br>
== Linaro wifi kernel support ==