Rockchip RK29xx Processors at CES 2011

Rockchip (瑞芯微电子), a Fuzhou (China) based company, showcased its new RK29XX processors at CES 2011. The processors are aimed at smartphones, mid, tablet and internet tv (smart tv) and compete directly with the like of Qualcomm snapdragon or Samsung Hummingbird. Here are the specs for the RK29XX series: 1.2 GHz ARM Cortex A8 core with Neon and 512KB L2 cache High performance 2D and 3D processors supporting OpenGL ES 2.0 and Open VG. The GPU can deliver up to 60 MT/s. 1080p video decoding for H.264, VP8, RV, WMV, AVS, H.263, MPE-4…. 1080p H.264 video encoding Supports DDRIII, DDRII, Mobile DDR memory 24-bit HW ECC for MLC Nand, support e-MMC boot 3 USB ports for device, host, 3G module 2 SD  ports for SD card and WiFi Sensor interface for front and rear camera, up to 5M Standard TFT/EPD controller for variable panels 8 channel I2S and SPDIF TS port […]

Motorola Atrix 4G: A mobile turns into a Laptop

Motorola showcased the Atrix 4g smartphone based on NVidia Tegra 2 and running Android 2.2 (upgradable to Android 2.3 gingerbread later in 2011). It can be plugged directly into an ultra-thin laptop chassis (Laptop Dock for Motorola Atrix 4G). Motorola calls that a WebTop. The dock itself has a resolution of 1366×768 but the phone can support up to 1280×1024 in Desktop Mode. Contrary to Lenovo LePad, where the dock has an Intel iCore processor, all processor is done by the smartphone. Once in the dock you’ll be able to use the keyboard and mouse to check your emails (Gmail), play videos (720p supported, but 480p is recommended for smoothness), send SMS, browse the web with Mozilla Firefox (Add-ons are also supported) and more. The smartphone has a Citrix receiver so it can run Windows XP/Vista/7 thru the Citrix server (Virtual Machine). It also is capable of docking directly into […]

Sigma Designs unveils its SMP8910 Series Secure Media Processors: SMP8910 SMP8911

Sigma Designs will announce its latest and all powerful Media Processor (SMP8910) based on MIPS at CES 2011. The SMP8910 with integrated studio-quality VXP® video processing provides a highly-integrated, high-performance solution for premium Blu-ray 3D players. It supports all the audio decoding options, video decoding options, and content protection requirements for Blu-ray players. The Secure Media Processor architecture offers advanced content protection, supporting a wide variety of Digital Rights Management (DRM) and Conditional Access (CA) solutions. Studio-quality VXP® video processing is included, offering fully adaptive deinterlacing, adaptive 3D noise reduction, mosquito noise reduction, block artifact reduction, adaptive detail enhancement featuring sharpness and texture enhancement with overshoot control, adaptive debanding, and adaptive contrast enhancement. 3D Video decoding of a variety of 3D Video formats is also featured, including Blu-ray 3D. Support for legacy, current, and future 3DTVs is provided by supporting a variety of 3D Video output formats. The high-performance 3D […]

The Next Version Microsoft Windows Will Support Embedded Systems based on Intel and ARM

Microsoft announced its new Windows operating system will support SoC based on ARM and is mainly working with NVidia (Tegra Processors), Qualcomm and Texas Instruments. This should allow their customers to provide a wider range of tablets running Windows OS. They will also keep working with AMD and Intel on their low power x86 processors. Here’s an excerpt of the press release: LAS VEGAS — Jan. 5, 2011 — Microsoft Corp. today announced at 2011 International CES that the next version of Windows will support System on a Chip (SoC) architectures, including ARM-based systems from partners NVIDIA Corp., Qualcomm Inc. and Texas Instruments Inc. On the x86 architecture, Intel Corporation and AMD continue their work on low-power SoC designs that fully support Windows, including support for native x86 applications. SoC architectures will fuel significant innovation across the hardware spectrum when coupled with the depth and breadth of the Windows platform. […]

Lenovo LePad Android Qualcomm SnapDragon Tablet with Intel iCore Dock

CES has just started and Leveno showcased their new Android 2.2 tablet (Lenovo LePad) based on Qualcomm Snapdragon (MSM8x60?) @ 1.3GHz with 1GB RAM, a 10.1″ Capacitive touchscreen (1280×800). Currently on the Wifi version is available, but a 3G/GPS version will be available later this year. The Wifi version will start to sell this month for around 500 USD in China. They use their own UI called “Four Square” on top of Android, the same currently on their phones (LePhone). Lenovo also innovated by providing a dock for their tablet. Once you connect the tablet to the dock TaDa! it becomes a laptop based on Intel iCore 5 running Windows 7. The Intel dock will cost 800 USD. They can then switch back on forth between Android 2.2 and Windows 7 in less than a second. A new version of the LePad (new hardware) will also be provided later this […]

Freescale announces i.MX6 ARM Cortex A9 Multi-core Processor

Right before CES 2011, Freescale announced i.MX6 series, its latest multi-core Cortex A9 processor aimed at smartphones, tablets, eReaders and other consumer electronics equipment. Here’s an excerpt of the press release: Freescale delivers dramatic performance advances for tablet, smartphone, eReader, automotive infotainment and other hot consumer marketsCompatible i.MX 6 series scales from one to four cores and raises the bar with a new portfolio of high-performance, low-power multicore processors AUSTIN, Texas – Jan. 3, 2011 – Freescale Semiconductor introduces the i.MX 6 series of quad-, dual- and single-core applications processors designed to deliver outstanding performance and scalability to manufacturers targeting the hottest selling smart mobile, automotive infotainment and embedded device categories. Integrating one, two or four ARM® Cortex™-A9 cores running at up to 1.2 GHz each, the i.MX 6 series delivers up to five times the performance of Freescale’s current generation of applications processors. This performance provides additional headroom for […]

P2P for embedded systems: BitTorrent and Emule – Part 2

In part1, I explained how to build and install aMule for mips platorm, in part2, we’ll build and install Transmission BitTorrent client for devices based on Sigma Designs SMP8634/SMP8635. Transmission BT is already used in quite a few NAS and media players including Syabas Networked Media Tank, Western Digital WD MyBook, ReadyNAS, D-Link DNS-323 & CH3SNAS… as you can see at the bottom of the transmission download page. Building Transmission 2.13 daemon and client First download Transmission 2.13 source code and required dependencies: OpenSSL 1.0.0c, cURL 7.21.3 and libevent 1.4.14b (do not use libevent 2.0.x). You’ll also need zlib 1.2.5 that we compiled in part1. Extract them: tar xjvf ../Downloads/transmission-2.13.tar.bz2 tar xzvf ../Downloads/openssl-1.0.0c.tar.gz tar xjvf ../Downloads/curl-7.21.3.tar.bz2 tar xzvf ../Downloads/libevent-2.0.9-rc.tar.gz Build OpenSSL 1.0.0c: ./Configure no-asm –prefix=/home/jaufranc/edev/libs linux-generic32 make CC=”mipsel-linux-gcc” AR=”mipsel-linux-ar r” RANLIB=”mipsel-linux-ranlib” make install Build cURL 7.2.13: ./configure –prefix=/home/jaufranc/edev/libs –build=mipsel-linux –target=mipsel-linux -host=i686 –disable-ipv6 –without-random –with-ssl=/home/jaufranc/edev/libs –with-zlib=/home/jaufranc/edev/libs CC=mipsel-linux-gcc LDFLAGS=-ldl make make install […]

P2P for embedded systems: BitTorrent and Emule – Part 1

Whether your device is a Network Access Storage (NAS) or a media player with network capabilities, you may consider adding P2P to allow downloads of files as you would do on your computer. Two of the most used P2P protocols are BitTorrent and eMule, but most of the client have a UI designed for Linux or Windows and may not be easily ported to an embedded system. So what we need to look for here are command line based clients or daemons that can be compiled and run in an embedded platform. After some research, here are the 2 programs we’ll use: aMule 2.2.6 a multiplatform eMule-like client Transmission 2.13 running as a daemon for BT dowloads Today, I’ll show how to use aMule 2.2.6 in Sigma Designs SMP863X target, for example in Popcorn Hour A-100. But a similar method (just a different compiler mips-linux-gnu-gcc and setting Little endian (-EL)) […]

UP 7000 x86 SBC