GPUs Comparison: ARM Mali vs Vivante GCxxx vs PowerVR SGX vs Nvidia Geforce ULP

I’m always very confused when it comes to comparing GPUs in different SoCs, and I could not really find comparisons on the web, so I’m going to give it a try even though, as you’re going to find out, it’s actually quite a challenge. There are mainly 4 companies that provide GPUs: ARM, Imagination Technologies, Vivante and Nvidia. [Update: Two comments  mentioned Qualcomm Adreno and Broadcom VideoCore are missing from the list. Maybe I’ll do an update later]. Each company offers many different versions and flavors of their GPU as summarized below. ARM Imagination Technologies Vivante Nvidia Mali-400 Series: Mali-400 MP Mali-450 MP Mali-600 Series Mali-T604 Mali-T624 Mali-T628 Mali-T658 Mali-T678 PowerVR SGX Series 5: SGX520 SGX530 SGX531 SGX535 SGX540 SGX545 PowerVR SGX Series 5XT: SGX543MP1-16 SGX544MP1-16 SGX554MP1-16 PowerVR SGX Series 6: G6200 G6230 G6400 G6430 G6600 2D graphics: GC300 GC350 3D graphics: GC400 GC800 GC1000 GC2000 GC4000 ULP GeForce (Tegra […]

HiAPAD Hi-802 mini PC Unboxing and Review

Kimdecent has just sent me one HiAPAD Hi-802 mini PC powered by Freescale i.MX6 Quad, and running Android 4.0.4 ICS. This is the first quad core HDMI TV dongle available on the market, and it can run both Android and Linux distributions such as Ubuntu since Freescale released the source code for i.MX6 processor family. Today, I’ll just show some pictures of the device, and review the device by running some tests in Android. I’ll try the Ubuntu 11.10 image release for GK802 another day. Hi-802 Unboxing I received the package by DHL within 3 days, and it includes Hi802, a 5V/2A power supply, and a USB to microUSB cable. A closer look at the device reveals an aluminum casing with lots of ventilation holes (really needed since the device gets pretty hot). Hi802 features an HDMI male connector, a microSD card slot on the side, a full USB port, […]

Khadas Edge2 Arm mini PC

XBMCHUB Releases XBMC for Android Version with HW Video Decoding on All Platforms

As you may know, XBMC developers have been working on XBMC for Android for a while, and have recently released XBMC 12.0 RC3 for Android APK. The only problem is that, apart from devices based on AMLogic AML8726-M1/3,  many platforms still do not support video hardware decoding, so this  must be handled by software. As the CPUs in most devices are not powerful enough to decode HD videos, some people have provided instructions to use an external player, for example with Telechips TCC8925 and Diceplayer. This is not ideal because you basically lose XBMC user interface during video playback, but it’s a good workaround until XBMC 4 Android supports more platforms. However, you still need to edit some config files by yourself. That’s why the guys at XBMCHUB have decided to release an XBMC for Android APK where all the configuration is done for you, so that you can get […]

Posibus Peripheral Emulator Powered by Emcraft SmartFusion (Cortex M3 + FPGA) Solutions

According to Wikipedia, Digital Equipment Corporation (DEC) PDP-8 was the first successful commercial minicomputer, and was introduced in March 1965. Mike Thompson, working at Rhode Island Computer Museum (RICM), has restored a PDP-8/L system that was sold between 1968 through 1971. The system can be expanded with 4K of core, a paper tape reader (PR8/L), and/or a punch (PP8/L) controller. But the tape reader is not available anymore, so Mike decided to designe a Posibus peripheral (Tape Reader) emulator using a board with an FPGA + micro-controller. The easiest way to perform this task was to get an SoC that comes with an MCU and a FPGA to avoid having to create an FPGA <-> MCU interface. This is why he chose Emcraft Linux SmartFusion Evaluation Kit featuring a Microsemi Smartfusion cSOC with a Cortex M3 core and an embedded FPGA. The whole setup is shown below. Three FlipChip interface boards […]

Video4Linux: Current Status and Future Work – ELCE 2012

Hans Verkuil, R&D software engineer at Cisco Systems Norway, talks about Video4Linux status, progress, and plans at the embedded Linux Conference in Barcelona, Spain, on November 7, 2012. Abstract: Video4Linux is a fast-changing subsystem where a lot of work is done to support the complex video hardware of embedded systems. This presentation will give an overview of the developments in the past year and the work that is planned for the near future. Hans covers SoC video devices support, core, control, and videobuf2 frameworks, HDTV timings & events API, video connector support, media controllers, codec & flash support, and more… You can also download the slides for this presentation. For further details about development, subscribe to linux-media mailing lists or chat on #v4l IRC channel on freenode.

LTSI (Long-Term Stable Initiative) Status Update – ELCE 2012

Tsugikazu Shibata, chief manager of OSS promotion center at NEC, gives a status update for LTSI, an LTS kernel for the consumer electronics market at ELCE 2012. Abstract: LTSI (Long-Term Stable Initiative) had been established October 2011 as an activity of CE Working Group of The Linux Foundation. LTSI will maintain Linux kernel for long term and stable for use of Consumer Electronics industry to share common cost and also help industry engineers to merge their patches into upstream. This talk will update latest status of LTSI project and discuss about next step such as how the development process going on and what version of Linux kernel will be maintained for long term and stably use. This talk will be intended to provide information for managers and engineers in the embedded industry and not necessary to have specific knowledge. Agenda of the talk: Status of Linux kernel development and maintenance […]

Rockchip RK3568/RK3588 and Intel x86 SBCs

Debugging Embedded Linux (Kernel) Power Management – ELCE 2012

Tero Kristo, Linux kernel developer at Texas Instruments, explains how to debug power management in Embedded Linux at ELCE 2012. Abstract: The presentation will talk about debugging various problems a kernel developer can face when working with power management. These include hardware related issues (IC / HW layout bugs, bad documentation) and software related (kernel bugs, driver problems, adding new kernel features, bad userspace behavior.) Along with presenting some of these problems, I will discuss about ways to debug these… power management typically requires specific tools to be used. I will base the discussion on my first hand experience from working with Linux PM. Target audience is (kernel) software developers interested in power management. The presentation is divided into 3 sections: Debugging tools / methods for PM Disabling kernel features Stress testing Tracing (printk / low level UART) GPIO / LED trace Debugger Buffered traces / statistics with trace-cmd & […]

Qt on Embedded Systems – ELCE 2012

Lars Knoll, chief maintainer for the Qt Project, gives a presentation about Qt on embedded systems, including a demo with the Raspberry Pi at the Embedded Linux Conference Europe 2012 in Barcelona, Spain. Abstract: For well over 10 years, Qt has been used in many types of embedded devices, ranging from high-end medical systems, through mobile phones and smartphones, all the way to simple devices like coffee makers. This presentation will show some of the work that has been put in Qt throughout the years to support embedded devices, some of the challenges that the development team faced in order to bring a fully-featured desktop toolkit to resource-limited devices, along with solutions they came up with. Time permitting, the presenter will also show Qt demos running on an embedded device. This session is intended for embedded application developers looking to make use of the capabilities of recent hardware, as well […]

Khadas VIM4 SBC