Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Linaro distribution

581 bytes added, 21:54, 30 March 2011
no edit summary
cd linaro
Download Install linaro tools for creating 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 http://downloads.igep.es/linaro/10.11/linaro-hwpack-install
wget http://downloads.igep.es/linaro/10.11/linaro-media-create
cp linaro-image-tools/linaro-media-create $HOME/bin cp linaro-image-tools/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.
#[http://downloads.igep.es/linaro/10.11/linux-image-2.6.35-1010-linaro-omap_2.6.35-1010.17_armel.deb Kernel link].
#[http://downloads.igep.es/linaro/10.11/linux-headers-2.6.35-1010-linaro-omap_2.6.35-1010.17_armel.deb Kernel headers.]
 
Just download on the freshly booted board. You can install them on the board as follows:
 
sudo apt-get install linux-headers-2.6.35-1010
sudo dpkg -i linux-image-2.6.35-1010-linaro-omap_2.6.35-1010.17_armel.deb
sudo dpkg -i linux-headers-2.6.35-1010-linaro-omap_2.6.35-1010.17_armel.deb
== SGX Acceleration [EXPERIMENTAL!] ==
0
edits