Build: https://android-build.linaro.org/builds/~linaro-android/origen-ics-gcc47-samsunglt-stable-blob-12.07-release/#build=1

Install instructions

There are two methods to install linaro builds:

Using pre-built image

 # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'
  $ dmesg

  # Download http://releases.linaro.org/12.07/android/images/origen-ics-gcc47-samsunglt-stable-blob/origen-ics-gcc47-samsunglt-stable-blob.img.gz to your local disk.
  $ SDCARD=/dev/sdX # sdcard found from dmesg above
  $ gunzip origen-ics-gcc47-samsunglt-stable-blob.img.gz | sudo dd bs=64k of=$SDCARD
Note: Windows users may use the Image Writer for Windows

Building a Custom Image

Download boot.tar.bz2 , system.tar.bz2 and userdata.tar.bz2 from the links below

 # 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/12.07/components/platform/linaro-image-tools/linaro-image-tools-2012.07.tar.gz

  # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'
  $ dmesg

  # Create media
  $ sudo linaro-android-media-create --mmc /dev/sdX --dev origen --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2
Note: If you're building the source from scratch, you should untar the vendor tarball in your top level directory and install binaries. vendor.tar.bz2 can be downloaded from the link below.

 # Untar the vendor tarball
  $ tar -zxf vendor.tar.gz
  # Install the binaries using boot and system partitions of SD card
  $ bash ./install-binaries.sh /dev/sdX2 /dev/sdX3

Links

For more information on how to use this builds please see the Linaro wiki at:

        http://wiki.linaro.org/Platform/Android/ImageInstallation

NameLast modifiedSizeLicense

Parent Directory Parent Directory
other MANIFEST 12-Jan-2018 02:27 546 samsung
other MD5SUMS 12-Jan-2018 02:27 147 samsung
other README 12-Jan-2018 02:27 2.3K samsung
application/x-tar boot.tar.bz2 12-Jan-2018 02:27 4.0M samsung
other kernel_config 12-Jan-2018 02:27 70.6K samsung
other lava-job-info 12-Jan-2018 02:27 73 samsung
application/x-sh linaro_android_build_cmds.sh 12-Jan-2018 02:27 3.4K samsung
application/x-sh linaro_kernel_build_cmds.sh 12-Jan-2018 02:27 1.5K samsung
other origen-ics-gcc47-samsunglt-stable-blob.img.gz 26-Feb-2018 14:40 201.3M samsung
text pinned-manifest.xml 12-Jan-2018 02:27 32.3K samsung
text source-manifest.xml 12-Jan-2018 02:27 23.0K samsung
application/x-tar system.tar.bz2 26-Feb-2018 14:41 138.7M samsung
application/x-tar userdata.tar.bz2 26-Feb-2018 14:41 40.7M samsung