Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Linaro distribution

254 bytes removed, 22:01, 12 November 2010
no edit summary
== WORK IN PROGRESS, PLEASE CONTRIBUTE ==
 
== How to get the Linaro distribution ==
Linaro™ brings together the open source community and the electronics industry to work on key projects, deliver great tools, reduce industry wide fragmentation and provide common foundations for Linux software distributions and stacks to land on.
== Linaro releases ==
At the end of each cycle linaro do an integrated build of software with this variants:* Headless (no graphical UI)* Netbook (Netbook style UI)* ARM Linux Internet Platform (ALIP)* Handset (A KDE/Plasma based user interface) === Linaro 10.11 (snapshot 20101022) ===
'''WORK IN PROGRESS, PLEASE CONTRIBUTE'''* https://wiki.linaro.org/Releases/1011/Final
Install needed packages, on Ubuntu
sudo apt-get install uboot-mkimage uuid-runtime realpath
WorkdirNext create a working directory
mkdir linaro
cd linaro
download Download latest linaro-media-create to a location in your PATH, e.g. $HOME/bin/:
bzr branch lp:linaro-image-tools
cp linaro-image-tools/linaro-media-create $HOME/bin
cp linaro-image-tools/linaro-hwpack-* $HOME/bin
Use dlimage script Now it's time to download the software image files and verify the sha1sumshardware pack for our target. wget We've download the Netbook style UI image, but you can download another (http://peoplereleases.canonicallinaro.com/~plars/linaro/dlimageorg) chmod +x dlimage./dlimage wget http://snapshotsreleases.linaro.org/10.11-dailyplatform/linaro-alipm/20101022netbook/0/imagesfinal/linaro-m-netbook-efl-tar cd image Now it's time to get a hardware pack for the IGEP board-20101108-1. (For now the hardware packs are only available on the Hudson instance running on jameswestbytar.net, but soon we should have them mirrored somewhere on linaro.org)gz wget http://jameswestbyreleases.net:8080/view/Hardware%20Packs/job/linaro-igep%20hwpack/lastSuccessfulBuild/artifact/hwpack_linaro-igep_20101021-23_armel.tar.gz Next plug in your SD card and ensure you know the device node for your sd card reader. We are assuming device node of org/devplatform/mmcblk0, run linaro-media-create linaro-media-create --rootfs ext3 --mmc m/hwpacks/devfinal/mmcblk0 --dev igep --binary linaro-m-alip-tar-20101022-0.tar.gz --hwpack hwpack_linaro-igep_20101021igep_20101109-23_armel1_armel.tar.gz Finally, plug the SD card in your board and boot. ==== System Testing and known issues ====* Failed to boot Hit any key to stop autoboot: 0 mmc0 is available reading boot.ini  398 bytes read ## Executing script at 80000000 syntax error
Solution: Run manuallyInstalling the build onto a media that your hardware can recognise is done using the linaro-media-create script. mmc init 0#Insert your SD card into the host machine (the machine you downloaded the image and hwpack to). setenv bootcmd 'fatload mmc 0:1 0x80000000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80000000 0x81600000' setenv bootargs 'console=tty0 console=ttyS2#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,115200n8 root=UUID=0c501083-2456-4728-8c16-0fbc4e9f512e rootwait ro earlyprintk fixrtc nocompcache vram=12M omapfbremove and reinsert the card and type dmesg on the command line.debug=y omapfbThe last few lines should give you the device node of the card you just inserted.mode=dvi:1280x720MR-16@60' #In the directory where you downloaded the image and hwpack run bootcmdlinaro-media-create
* Failed to open display linaro-media-create --rootfs ext3 --mmc /dev/mmcblk0 --dev igep \ [ --binary linaro-m-netbook-efl-tar-20101108-1.522430] omapfb omapfb: no displaystar.gz \ [ 1 --hwpack hwpack_linaro--gep_20101109-1_armel.526306] omapfb omapfb: failed to setup omapfb [ 1tar.531066] omapfb: probe of omapfb failed with error -22gz
==== Tips # plug the SD card in your board and tricks ====boot.
--- That's all folks ---
[[Category:Software_distributions|Linaro]]
0
edits