Linaro 13.01 Release with Linux Kernel 3.8 and Android 4.2.1

Linaro has just announced release 13.01 which includes Linux Kernel 3.8-rc4 and Android 4.2.1. A lot of work seems to have gone in Arndale board and OpenEmbedded ARMv8. It’s the first time an Ubuntu image is released for Arndale Cortex A15 development board. One the kernel side some Android upstreaming work has been done, as well as some fixes for eMMC, and code for ST Ericsson Novathor 8500 SoC has been reorganized. Version 14 of the big.LITTLE MP (Multi Processing) has been released. The LEG has done further work on Linaro UEFI and GRUB. Here are the highlights of this release: Android Platform Work The first step of the android-build front-end update for new build program has been landed. Origen and Versatile Express manifests have been consolidated into a single manifest. linaro-android-tools were developed to improve development time for kernel developers. See Kernel Update Tools for details. The android-build scripts […]

Embedded Linux Conference 2013 Schedule

The Embedded Linux Conference (ELC 2013) will take place on February 20 – 22, 2013 at Park 55 Hotel in San Francisco, California. ELC consists of 3 days of presentations, tutorials and sessions. There will be over 50 sessions during those 3 days. I’ll highlight a few sessions that I find particularly interesting, and that did not get presented at ELCE 2012 (AFAICR). February 20 11:00 – Anatomy of the arm-soc git tree by Olof Johansson, Google We are now two years into the new maintainer model for ARM platforms, and we have settled down into a workflow that maintainers have adjusted well to. Still, when new platforms arrive, or when maintainer ship changes hands, there’s sometimes a bit of ramp-up in getting used to how we organize our git tree and how we prefer to see code submitted to fit that model. This presentation will give an overview of […]

Samsung Exynos Octa big.LITTLE 8 Cores SoC Announced at CES 2013

Samsung Electronics unveiled the very first big.LITTLE Cortex A7/A15 SoC at CES 2013. Exynos Octa will feature 4 Cortex A15 cores together with 4 Cortex A7 cores, and make use of big.LITTLE processing to optimize energy using In-Kernel Switching (IKS), where the kernel uses Cortex A15 or Cortex A7 cores depending on the load, or Heterogeneous MultiProcessing (HMP), where different tasks are assigned to different cores, and both Cortex A15 and A7 can be used simultaneously. Check my earlier post “Big.LITTLE Processing Implementations and Current Status” for an overview on how this all works. The new Intel processors for smartphones/tablets are now very close to ARM when it comes to power consumption, and ARM may regain a clear lead thanks to big.LITTLE processing technology, which is currently shown to consume about 40% less power than equivalent tasks run on Cortex A15 (only) processors. Samsung claims it may offers up to […]

Linaro 12.12 Release with Linux Kernel 3.7 and Android 4.2.1

Linaro release 12.12 has just been announced, and includes Linux Kernel 3.7 and Android 4.2.1. The tracking version (stable release) uses Kernel 3.4.22. This release upgrades Android to version 4.2.1, Ubuntu images are now based on Ubuntu 12.10 (Quantal Quetzal) and Linaro U-Boot 2012.12 has been released with support for Origen 4 Quad and Arndale boards. Further improvements have been done for OpenEmbedded ARMv8, where they replaced the php Apache module by php-fpm among other things. On the kernel side, USB drivers have been refactored, and a kernel size analysis have been performed on several platforms. The power management team has mainly worked on big.LITTLE IKS and MP implementations, and it’s the first time LEG (Linaro Enterprise Group) is included in the release, and they worked on UEFI for ARM, GRUB for U-Boot, and provided a Ubuntu server image for Arndale board which can boot via UEFI or UBoot. Here […]

Linaro 12.11 Release with Linux Kernel 3.7 and Android 4.2

Linaro release 12.11 has just been announced, and includes Linux Kernel 3.7-rc2 and Android 4.2. The tracking version (stable release) uses Kernel 3.4.19. This release upgrade Android to version 4.2, adds support for Origen 4 Quad board, and you can now use perf profiling utility in Linaro Android. Initial GRUB support for ARM is now available, the Ubuntu Precise server image is back online and lots of updates have been done on the kernel, mainly for Android, device tree and big.LITTLE. Here are the highlights of the release: Android Platform Enablement Android upgraded from 4.1.2 to 4.2 to all the platforms Android builds are available for Origen 4412 board setup Improvements to click-through license infrastructure MP3 playback enabled for ARM Versatile Express and Samsung Origen (4210 and 4412) Fixed riff USB issue on newer laptops Testing/LAVA Re-enabled Android CTS testing Integrated the new Methanol browser test Upstreaming Perf patch was […]

Big.LITTLE Processing Implementations and Current Status

There was a big,LITTLE mini-summit during Linaro Connect Europe 2012, where an update was given on current big.LITTLE implementations and the results of measurement of power vs performance. Big.LITTLE Processing Implementations Overview As briefly mentioned in “Versatile Express TC2 (2xA15, 3xA7) Development Board at ARM Techcon 2012“, there are 2 big.LITTLE implementations: In-kernel switcher (IKS) This implementation is already available through Linaro and only required minimal changed to the kernel as it mainly an augmentation to DVFS (Dynamic Voltage and Frequency Scaling) except instead of only adjusting voltage and frequency depending on the load, it will also move the load to different cores. The main drawback is that this implementation only uses half the cores. For example, on a 2x Cortex A15 / 2x Cortex A7 system, it can only use 2 cores at the same time (either A15 or A7 cores), as the load is managed between one type […]

ARM Unveils its First 64-bit Cores: ARM Cortex A53 (LITTLE) and Cortex A57 (big)

ARM Techcon 2012 started yesterday with a major announcement, as ARM unveiled the ARM Cortex A50 series, the first 64-bit ARM Core based on ARMv8 architecture. The company announced 2 cores that can be used independently or in combination to take advantage of big.LITTLE processing: Cortex-A57 – 64-bit core that offers 3x the performance of 2012 superphone in 32-bit, 5x power-efficiency and is scalable beyond 16 cores. It’s the big core in big.LITTLE. Cortex-A53 – 64-bit core that offers the same performance as Cortex A9 but with 4x power efficiency and 25% the size of today CPUs. It’s the LITTLE core in big.LITTLE. Those cores manufactured using 28nm, 20nm and eventually 14nm process technology will be used in smartphones, tablets. mobile computers and servers (See AMD/ARM announcement). They’ll be software compatible with ARMv7-A processors (Aarch32) which should greatly facilitate the transition and support both 64-bit and 32-bit OS and applications, […]

Linaro 12.10 Release with Linux kernel 3.6 and Android 4.1.2

Linaro release 12.10 has recently been announced, and includes Linux Kernel 3.6.1 and Android 4.1.2. This release provides further improvement to big.LITTLE architecture and Linux can boot on TC2 (A Test Chip with 2 Cortex A15 and 3 Cortex a7 cores) and an ARMv8 (Aarch64) OpenEmbedded community build is now available for download.  Work has also be done on preparing demos for Linaro Connect (29 Oct – 02 Nov) in Copenhagen including a single ARM kernel booting on different boards. Here are the highlights of the release: Android Linaro Android 12.10 has been upgraded to 4.1.1_r6 and then to 4.1.2. Linaro Android builds are now shipped with improved instructions. AOSP Galaxy Nexus builds are available from http://android-build.linaro.org and include DS-5 support. Linaro Android toolchain has been updated to Linaro GCC 2012.10. Dalvik benchmarked against Hard-Float Open JDK and Java SE. Power meter improvements for LAVA automation. Prepared Connect demonstrations benchmarking […]

EDATEC Raspberry Pi 5 fanless case