ODROID-C2 Amlogic S905 Development Board is in the Works

Hardkernel ODROID-C1 and later ODROID-C1+ boards, both based on Amlogic S805 SoC, have been a popular alternatives to Raspberry Pi 2 board this year. But now that Amlogic S905 quad core 64-bit ARM Cortex A53 processor has been available for a few months, people have been wondering whether the Korean company would launch an Amlogic S905 board, and it looks like ODROID-C2 might not be too far off based on firmware files on odroid.in website. The firmware includes a device tree file, which combined with other files give some clues about ODROID-C2 specifications: SoC – Amlogic S905 quad core Cortex A53 processor @ up to 2.0 GHz with penta-core (3+2) Mali-450MP GPU System Memory – 1GB RAM (in doc), 2GB RAM (in Device tree) Storage – 1x micro SD card Video Output – 1x HDMI out USB – 1x USB hub, 1x USB OTG I don’t have much more information […]

Light Biz OS Firmware, Android and Ubuntu Image, and Android SDK Released for GeekBox (RK3368)

GeekBox is an upcoming Android TV box based on Rockchip RK3368 octa-core processor that doubles as a system-on-module and development board. The company has now uploaded the Android 5.1 SDK, including Linux 3.10.79 kernel, on github. It’s not for the Android SDK for RK3368, but at least it’s not just an outdated tarball, and will hopefully be regularly updated directly on github. Beside the source code, the company also released three firmware image including Rockchip’s Light Biz OS desktop operating system based on Lollipop: Biz OS for GeekBox – V151208 (8th of December 2015) Android and Lubuntu dual boot image  – V151129 (29th of November 2015) Android 5.1 image – V151129 (29th of November 2015) It’s quite possible those images will also work on other Rockchip RK3368 platform with some modifications, e.g. an updated device tree file for a given hardware. I’ve downloaded Biz OS adn the dual boot image, […]

OTA Updater is an Open Source App to Update Android Firmware

Yesterday, I received G9C TV box, but since Google Play is not exactly working perfectly, I decided to postpone the review until I get a new firmware. I did notice however that the firmware did not include Update&Backup app as found on K1 Plus, but instead an OTA Updater app, also called OTA Update Center, that happens to be an open source app with source code available on Github. Android already has a framework for OTA updates, but that app could make it easier implement OTA firmware updates for your own platform, or simply because you want to push your firmware, or as some people called them “ROM”, to multiple users. The software will allow you to update the “ROM” and kernel as long as both updates are configured correctly, which is apparently not the case for S905-G9C… The setup instructions are quite simple, explained on OTA Update Center website, […]

How to Build Brillo Operating System from Source Code and Run Brillo Emulator

Google formally launched Brillo operating system a few weeks ago. The new operating system is a stripped down version of Android that targets Internet of Things (IoT) applications, and more recently the company pushed the source code to their servers. So I’ve given it a try by checking out the code, building Brillo emulator for Intel/AMD, and running it in Ubuntu 14.04 64-bit. First you’ll need to retrieve the source code:

It took a few hours here with some errors the first time, so I tried again and I finally got the code a few hours later. Once this is done, set the build environment and configuration:

Lunch will bring a list of possible builds:

You could also run the “Brillo emulator” on ARM, and edison-eng must be the build for Intel Edison board. Now you can start the build:

It has to complete 21491 different tasks, […]

GeekBox is a Hackable Android and Linux TV Box Powered by Rockchip RK3368 SoC

There are many Android TV boxes on the market based on Rockchip RK3368 processor, while I’m not aware of any development board based on the latest Rockchip octa-core processor, and Linux support is basically inexistent. One device may fill both gaps: GeekBox. This TV box can run both Android and Ubuntu Linux, while it’s easily disassembled to access expansion headers. The hardware specifications are a little higher-end than most Rockchip RK3368 TV boxes we’ve seen so far: SoC – Rockchip RK3368 octa core Cortex A53 processor @ 1.2 GHz with PowerVR G6110 GPU System Memory – 2GB LPDDR3@1600Mbps Storage – 16GB Samsung eMMC v5.0 flash + micro SD slot Video Output / Display I/F HDMI 2.0 up to 4K @ 60Hz with CEC support Display + touchscreen headers Audio Output – HDMI Connectivity – Gigabit Ethernet, 802.11 a/b/g/n + 802.11ac 2×2 MIMO @ 867 Mbps (AP6354 module), Bluetooth 4.1 USB […]

Raspberry Pi’s VideoCore 4 GPU Driver Added to Linux Mainline in Kernel 4.4

While your x86 and AMD64 computer will usually boot with Linux mainline without issues, most ARM boards and device won’t, and many of the ones that do boot only support headless mode, and limited functionalities. The Raspberry Pi had been supporting HDMI output with a simple framebuffer for a while, but a developer working on the Videocore 4 (VC4) GPU found inside Broadcom BCM2835 and BCM2836 processors, has recently submitted a patchset to add VC4 GPU to Linux mainline that should make it to Linux 4.4. The commit message does mention some features are still missing, but it’s a start: This pull request introduces the vc4 driver, for kernel modesetting on the Raspberry Pi (bcm2835/bcm2836 architectures). It currently supports a display plane and cursor on the HDMI output. The driver doesn’t do 3D, power management, or overlay planes yet. Via Golem and Sanders. Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in […]

Allwinner A64 Datasheet and User Manual Released

Allwinner has two 64-bit ARM processors in the works: Allwinner H64 and Allwinner A64. Both are quad core Cortex A53 processors with a Mali-400MP2 GPU, H.265 4K video playback with basically the same interfaces and peripherals, but H64 also supports H.264 at 4K resolutions, while A64 is limited to H.264 @ 1080p, and H64 adds a TS interface. The first good news is that two boards are in development: Orange Pi Plus 3 with Allwinner H64 Olimex A64-OLinuXino update with Allwinner A64 Engineering samples have already been produced for the first board, but that’s about all the information we have now, as Shenzhen Xunlong has not built its reputation by releasing documentation early. One the other hand, A64-OLinuXino schematics have nearly been completed, but we already know more details, as not only Olimex boards are open source hardware, but the company defies conventional wisdom by involving the community in the […]

Linaro Releases the First (Alpha) Version of the 96Boards Reference Software Platform

Linaro’s 96Boards initiative was launched at the beginning of the year with Hikey board, and beside the hardware specifications, 96Boards also has some software requirements that include support for “bootloader (open source), accelerated graphics support (binary or open source), a Linux kernel buildable from source code based from mainline, or the latest Google-supported Android kernel version, or the last two LTS kernels, and one of more of the following operating systems: Android, Debian/Ubuntu, Fedora/Red Hat, or an OpenEmbedded/Yocto build of a Linux distribution”. In order to achieve this goal, Linaro introduced the Reference Software Platform for 96Boards, and they’ve now pushed the first Alpha release for Hikey and DragonBoard 410c boards. The release includes a bootloader, the Linux kernel, Debian and AOSP with firmware, source code, and documentation. Some highlights of the Reference Software Platform 15.10 Alpha release include: CE Debian RPB (Reference Platform Build) Debian 8.2 “Jessie” Linux 4.3 […]