Xibo Digital Signage Running on Mele A1000 AllWinner A10 Set-Top Box

Those following my blog know that I recently bought a Mele A1000 to play around. For those who are not familiar with this device, the Mele A1000 is a $70 Android set-top box featuring an AllWinner A10 cortex A8 processor and lots of peripherals, and it can easily be hacked to run a Linux distributions. This hardware would also be a great digital signage player thanks to its video playback capabilities: up to 2160p video decoding and 1080p video output. Last year, I ported Xibo, an open source digital signage player, to ARM and ran it in the Beagleboard emulator (qemu), but I hadn’t had the opportunity to try it out in a real hardware. I’ve tried this rootfs based on Linaro ARM Linux Internet Platform (ALIP) image for BeagleBoard in the Mele A1000, by following an adaptation of the method I provided earlier. For this demo, I created a […]

Portwell AMDY-7000 Series Mini-ITX Boards Based on AMD Embedded Processors

American Portwell Technology has announced the AMDY-7000 Series Mini-ITX embedded system boards targeting applications that require high quality graphics output with low power consumption such as digital signage, surveillance security monitoring, point of sales (PoS) and more. The company provides 3 families of AMDY-7000 series mini-ITX boards: AMDY-7000 – Single-core AMD Athlon II Neo R44L processor. AMDY-7001 –  Dual-core AMD Turion II Neo N54H,  AMD Athlon II Neo N36L or single-core AMD Athlon II Neo R44L processor. AMDY-7002 – Dual-core AMD Fusion G T56N processor. The AMDY-7000/7001/7002 Series models are powered by AMD Fusion processors featuring ATI HD 6320 and HD 4200 GPU. Depending upon the model, the power consumption ranges from a 12W to 25W. All boards can support up to 8GB DDR3 SO-DIMM memory, dual display via VGA/DVI/HDMI/LVDS and dual LVDS (AMDY-7002 only),  PCIe x1, PCIe x16 or half-size mini-PCIe depending on the model and dual Gbit Ethernet. […]

Khadas Edge2 Arm mini PC

Xamarin Ported Android to C#. Results: Massive Performance Improvements over Dalvik

Xamarin has been providing Mono, a C# framework that can work on Linux for some years, and more recently they have also launched Mono for Android and iOS so that you can write or re-use existing C# application on the most common samrtphone platforms. But their latest project “XobotOS Research Project” goes much further, as they have entirely re-written Android Dalvik engine based on Java with C#. Considering the million of lines of code in Android, they have found a tool to automatize the Java to C# conversion. This tool is an Eclipse plugin called is Sharpen, and Xamarin has made further improvements to Sharpen which are available on Github. They already have ported Android 2.x and Android 4.0 to C#. If you wonder why they would do that, look at the “benchmarks” below showing Mono vs. Dalvik implementation of Android for binary tree, jovian and hashtags. Since the company […]

Getting Started with MultiArch (armel / armhf) in Ubuntu

Until now, I used xapt and dpkg-cross to install cross libraries for armel, but since I’ve upgraded to Ubuntu 12.04, it appears to be broken. I’ve contacted Linaro about this issue, and the “cross-building” expert at Linaro (wookey) recommended me to use multiarch instead, as xapt/dpkg-cross will be eventually deprecated. He provided me an example showing how-to use multiarch to build Chromium. I’ve been looking for a “How-to multiarch”, but haven’t been able to find something really clear and simple, so I thought I would post it here. In the example, they used a chroot for cross-building, which is probably a good idea to avoid messing up with the system. It’s also possible multiarch is not 100% reliable, and I’ve read stories where people messed up their system when using multiarch with i386 (32-bit) and amd64 (64-bit). Preparing a chroot for cross-building I’ll use a 32-bit Ubuntu precise chroot, but […]

Android NDK Revision 8 Adds MIPS Architecture Support

Google has just released Android Native Development Kit Revision 8, the Android SDK that allows developers to reuse C/C++ code. This version adds support for MIPS architecture and fixes a few bugs. Here’s the changelog of the new features and most important bug fixes: Added support for the MIPS ABI, which allows you to generate machine code that runs on compatible MIPS-based Android devices. Major features for MIPS include MIPS-specific toolchains, system headers, libraries and debugging support. For more details regarding MIPS support, see docs/CPU-MIPS.htmlin the NDK package. Fixed a typo in GAbi++ implementation. Fixed an issue in which make-standalone-toolchain.sh fails to copy libsupc++.*. You can download Android NDK version 8 to develop native apps for MIPS or take advantage of the new bug fixes. Previously, MIPS provided the Android NDK on their own website, but this version might be phased out, as MIPS support is now part of  the […]

Ziilabs ZMS-40 Decodes 6 HD Videos and Maps them to 3D Objects Simultaneously!

Ziilabs uploaded an impressive video that shows the Ziilabs ZMS-40 simultaneously decoding 6 High Definition Videos (although they don’t say if it’s 720p or 1080p) with 5 H.264 videos and 1 VP8/WebM video and rendering them on 3D objects via OpenGL ES. That’s quite amazing, but the next question could be why would you need that much processing power in a chip aimed at tablets? Augmented reality perhaps…

Rockchip RK3568/RK3588 and Intel x86 SBCs

Tizen 1.0 SDK and Source Code Release

The Tizen Technical Steering Group has announced, today, the release of Tizen 1.0 “Larkspur”. Tizen 1.0 release provides several new SDK features and improvements including: Simulator: A new browser-based tool that supports the Tizen APIs and allows you to run and debug your web applications, and simulate running applications with various device profiles. IDE: Enhancements include more flexibility around templates and debugging tools. Emulator: Significantly improved emulator performance through Intel’s Hardware Acceleration Manager for Windows and OpenGL acceleration for Linux. Updates to the platform source code include: Web: Support for additional features of W3C/HTML5 specification Location: Support for POI (Point of Interest) and route search Connectivity: Wi-Fi Direct key features added You can see the full list of changes by reading the release notes for the SDK and the source code. Tizen has also added a bug tracker and a wiki for the community and a few back-end changes have been […]

Installing Ubuntu 12.04 LTS in Acer Aspire One D255E Netbook

I previously installed Ubuntu 10.04 LTS on my Acer Aspire One D255E network (Atom N455 with GMA3150 GPU), and there were quite a few issues to solve with Ethernet, Wifi and the SD Card but eventually, everything worked fine. I have now upgraded it to Ubuntu 12.04 LTS, using the instructions I posted yesterday. The good news is that WiFi and the SD card worked right after the installation, but Ethernet would not work and there were 2 new issues: The system was very slow The touchpad would not work It might be possible that the touchpad and Ethernet issues do not occur by doing a fresh installation with Ubuntu 12.04 ISO, but I haven’t tried. Improving Ubuntu 12.04 Performance I noticed that if you just moved the mouse over the launcher, compiz (composting window manager handling 3D acceleration via OpenGL) would use 100% CPU. I ran glxinfo to verify […]

Khadas VIM4 SBC