Building the Linux Kernel 3.0.8 For Telechips TCC8925 mini PCs (CX-01, Z900, TizzBird N1…)

Yesterday, we got Linux kernel 3.0.8 source code from Telechips, as well as some files related to Android 4.0 (Webkit + OMX). Today, I’ve had a look at the kernel source code and found a few very interesting things. First let’s get the code from github:

Good news! The code for the latest Telechips TCC892X is present in arch/arm/mach-tcc892x, and there is support for 3 types of boards: board-m805_892x – TCC8923 M805 board board-tcc8920 – TCC8920 evaluation board board-tcc8920st – TCC8920 STB evaluation board TCC8920 STB evaluation board appears to be relevant to products such as Diyomate A6, but if it’s also used for TCC8925 HDMI Dongle such as CX-01 mini PC, Zero Devices Z900 or ValuePlus TizzBird N1. Now let’s have a look at the default config directory for arm (arch/arm/configs):

Nice! tcc8925st_dongle_defconfig and tcc8925st_donglehs_defconfig look particularly interesting! A quick comparison shows that the only difference is […]

Raspberry Pi Releases Raspbian SD Card Image Based on Debian Wheezy ARMHF

The Raspberry Pi foundation announced the very first stable release of the Raspbian distribution, which is based on Debian 7.0 “Wheezy” armhf rootfs in order to take advantage of the FPU in Broadcom BCM2835. This distribution offers up to 40% performance improvement on several tasks, and for some specific tasks such as MP3 encoding is can boost the speed by nearly 6 times thanks to hard-float support. It is now the recommended distribution for the Raspberry Pi, runs LXDE environment, and comes with Midori browser, development tools and example source as per the previous Debian distros. omxplayer by gimli (XBMC developer) is also pre-installed in the image, and will allow you to play videos using hardware acceleration. You can download Raspbian via: Bittorrent – 2012-07-15-wheezy-raspbian.zip.torrent HTTP –  2012-07-15-wheezy-raspbian.zip The default credentials are pi / raspberry. Adam Armstrong has run some benchmarks to compare Raspbian (armhf) with the previous Raspberry Pi […]

Telechips Releases Linux Kernel 3.0.8 and Android ICS Source Code

Telechips has just uploaded the GPL source code for kernel 3.0.8 and Android 4.0 to the open source section of their website. If downloading from telechips website is too slow, you can also try alternate downloads (Thanks Gabe!): Kernel-3.0.8.tar.gz Ics.tar.gz I’ve also created 2 repositories in github: telechips-linux – Linux kernel source code telechips-android – Android platform open source code (webkit + OpenMAX source code) It haven’t looked into the source code in details yet, but hopefully, this will allow developers to customize the firmware running on Telechips TCC8925 based mini PCs such as CX-01 mini Android TV Box or Zero Devices Z900. Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011. www.cnx-software.com

HardKernel ODroid-X: Low Cost Exynos 4412 Quad Core Cortex A9 Development Board

HardKernel unveiled the ODROID-X development board based on Samsung Exynos 4412 quad-core ARM Cortex-A9 with quad core Mali-400 GPU, 1 GB Low Power DDR2 and storage is done via SD card and/or eMMC flash. Here are ODROID-X development board specifications: Processor Samsung Exynos4412 Cortex-A9 Quad Core 1.4Ghz with 1MB L2 cache Memory 1024MB(1GB) LP-DDR2 800MB/s data rate GPU Quad Core Mali-400 Video supports 1080p via HDMI cable (H.264+AAC based MP4 container format) Video Out micro HDMI connector / RGB-24bit LCD interface port Audio Standard 3.5mm headphone jack and microphone jack HDMI SPDIF LAN 10/100Mbps Ethernet with RJ-45 Jack (Auto-MDIX support) USB2.0 Host High speed standard A type connector x 6 ports USB2.0 Device ADB/Mass storage(Micro USB) UART System console monitoring for development (1.8volt interface) IO PORTs 50pin IO expansion port for LCD/I2C/UART/SPI/ADC/GPIO interfaces Display (Option) HDMI monitor / LCD panel with RGB or LVDS interface Storage (Option) Full size SDHC […]

Olimex Offers Up to 50% Discount on OLinuXino Boards to Open Source Developers

Olimex has been providing low cost MCU devkits for many years, and this year they started offering more powerful embedded Linux development boards called OLinuXino. The first family (iMX233-OLinuXino) is based on Freescale i.MX233 ARM9 processor @ 454 Mhz and comes in three form factor: iMX233-OLINUXINO-MAXI – 2x USB host, Ethernet, TV-out, GPIOs, SD-CARD, Audio-In, Audio-Out, UEXT – 44.95 Euros. iMX233-OLINUXINO-MINI – 3x USB host, TV-out, GPIOs, SD-CARD, Audio-In, Audio-Out, UEXT – 34.95 Euros iMX233-OLINUXINO-MICRO – USB host, TV-out, GPIOs, SD-CARD, ready for breadboaring – 23.95 Euros They are also working on A13-OLinuXino board featuring AllWinner A13 Cortex A8 processor. To promote their new boards (and reward open source developers – cf comment below), the company company has decided to offer discount to open source developers. The way I understand it: you need to buy a board first, publish the source code somewhere and write about it on your own […]

Quick Binary Debugging in Linux with Strace System Call Tracer

I’ve recently come across strace, a debugging utility for Linux that “monitor the system calls used by a program and all the signals”. It may not be that useful if you have the source code and can run other debugging tools such as gdb, or simply add printf to your code. But if you don’t have source code of the program, or you are a system administrator who wants to check if the program fails due to file access reasons, for example, this is really a great tool as it may help you find out which file causes problem. In my case, I was trying OpenGL ES on an ARM platform, and at least part of the code comes in libraries that are only available in binary form. I got the following error message running es2_info (part of mesa-utils-extra): UMP: ump_arch_open() failed to open UMP device driver ********************************************************************* ERROR: In […]

AMD Introduces AMD G-T16R G-Series APU with 2.3 Watts Power Consumption

AMD has unveiled another APU in its Embedded G-Series processor family with the AMD Embedded G-T16R, which aims to provide a more powerful (up to 3x) and less power-hungry (7% less) replacement to AMD Geode LX processors. The AMD G-T16R is targeted at very low power, small form factor and cost-sensitive embedded designs. The company claims the processor consumes about 2.3 watts on average or 4.5 watts thermal design power (TDP). This new AMD embedded processor targets industrial control, point-of-sale, medical appliance and transportation markets.  As with the other G-Series platforms, the G-T16R can fit into small form factor boards by implementing a two-chip platform: APU + controller hub. AMD G-T16R is clocked at 615MHz, features a Radeon HD 6250 GPU and supports 1920×1200 resolution via VGA, single link DVI and DisplayPort 1.1a video outputs. It can also output 1080p via HDMI and LVDS. The APU supports Windows Embedded Compact […]

List of 39 Low Cost Linux Friendly Boards and Products

Dmitry (omgfire), one of my awesome readers, compiled a great tabular list of Linux friendly boards and products that sells for less than $300 US (usually less than $200). This list includes technical details such as the processor, GPU, memory, NAND flash, connectivity, ports, supported Linux distributions… as well as availability and pricing information. There are currently 39 Linux devices in total. The vast majority are ARM based boards, but he also included 2 x86 products by VIA, but those are relatively pricey ($265 and up). Here’s a summary list with SoCs used, links to blog posts and product pages (if available), as well as price information. Raspberry Pi Model B – Broadcom BCM2835 (ARM11) – Blog post (That’s my first post about the R-Pi last year, and the board is much different now) –  Product page – Price: $35 + shipping Rikomagic MK802 – Allwiner A10 (Cortex A8) –  […]

Youyeetoo X1 x86 SBC