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 […]

Wind River Introduces Free Cloud-based Operating Systems for IoT Applications

After Google Brillo operating system was officially launched last week, another company has announced free operating systems for IoT. What’s peculiar is that the company is Wind River a vendor of commercial operating systems whose typical business model is to sell licenses for their operating systems and fees for their development services. Nevertheless, the company has now introduced Wind River Rocket real-time operating system, and Wind River Pulsar Linux operating system.  Both OSes will interface with the company’s Helix Cloud software-as-a-service (SaaS) products, which is probably how the company intends to monetize their work, on top of customization services. Wind River Helix App Cloud is currently made of three products: Helix App Cloud cloud-based development environment for building IoT applications Helix Lab Cloud cloud-based virtual hardware lab for simulating and testing IoT devices and complex systems. Helix Device Cloud cloud-based platform for managing deployed IoT devices and their data. Some […]

Roseapple Pi Board Powered by Actions Semi S500 Comes with 2GB RAM

[Update: I’ve finally received an answer: Lemon Pi and RoseapplePi makers are different companies, but they just happen to both use the same Actions Semi S500 reference design, and RoseapplePi is manufactured in Taiwan. The picture above is V1.0 board, but V1.1 will have some modifications] Lemon Pi development board was launched this May via a Indiegogo campaign. The board, based Actions Semi S500 quad core Cortex A9 processor, got fully funded by over 200 backers, but at the time of launch, some people questioned the used of the word “Lemon” in a product name, as it has several pejorative meanings, including “something that is useless or crappy”. I was contacted about a new Roseapple Pi board yesterday, and upon checking out the details, it looks exactly like the Lemon Pi, except it got upgraded to 2GB RAM, just like in Indiegogo… The board name on the PCB also reads […]

Using USB123 USBee AX Pro $5 USB Logic Analyzer with PulseView in Linux

I recently wrote about an ultra low cost USB logic analyzer called USB123 USBee AX Pro, which I bought for $9.58 on DX, but I was later informed it also goes for $5.44 on Aliexpress including free shipping to most countries, and a few dollars extra for shipping to some other countries. Nevertheless, I’ve now received it, and instead of testing it with a closed source (and cracked) Windows software, I installed and ran PulseView open source graphical interface for sigrok, which I previously tested on UNI-T UT61E digital multimeter. The package includes USBee AX PRO mini logic analyzer, 10 dupont wires for 8 channels (digital only) and 2 ground pins, as well as a mini USB to USB cable for connection to a computer. The instructions to use the logic analyzer can be found on Sigrok Wiki. My computer runs Ubuntu 14.04, but Sigrok and PulseView can also be […]

Brotli Compression Algorithm Combines High Compression Ratio, and Fast Decompression

After Zopfli, Google has now announced and released Brotli, a new compression algorithm to make the web faster, with a ratio compression similar to LZMA, but a much faster decompression, making it ideal for low power mobile devices. Contrary to Zopfli that is deflate compatible, Brotli is a complete new format, and combines “2nd order context modeling, re-use of entropy codes, larger memory window of past data and joint distribution codes” to achieve higher compression ratios. Google published some benchmark results comparing Brotli to other common algorithms. Since the company aims to make the web faster, the target is to decrease both downloading time (high compression ratio), and rendering time (fast decompression speed), and Brotli with a quality set to 11 is much better than competitor once both parameters are taken into account. As you’d expect the source code can also be pulled from Github. So I gave it a […]

Exit mobile version