Netgem’s IPTV 2.0 Home Cloud SDK

Netgem announced the release of its “Home Cloud” SDK based on IPTV 2.0 open architecture. Here’s an excerpt from the press release: Paris, France  March 15 , 2011  Netgem, an IPTV technology leader, has announced it has made its Home Cloud software development kit (SDK) available to application developers, Internet service providers and operator partners. Netgem is further developing its partner ecosystem to enable third parties to take advantage of its IPTV 2.0 open architecture. This application framework is designed for the development of  live and on-demand TV and multimedia applications. Using the open and fully documented APIs telecom operators and their partners can develop their local ecosystem of applications and services to differentiate their offering from competitors. Since Netgem is a pure technology vendor it does not interfere with the economics of the relationship between operators and developers, who are able to share 100% of the revenue. The full […]

Qemu Linaro Versatile Express Image on Ubuntu 10.10

I’ve installed qemu-linaro and run an ARM image based on the instructions on https://wiki.linaro.org/PeterMaydell/QemuVersatileExpress. I used Ubuntu 10.10 desktop edition. First, install the Linaro images tools: sudo apt-get install linaro-image-tools Download the Linaro release and versatile hardware pack: wget http://releases.linaro.org/platform/linaro-n/nano/alpha-3/linaro-natty-nano-tar-20110302-0.tar.gz wget http://releases.linaro.org/platform/linaro-n/hwpacks/alpha-3/hwpack_linaro-vexpress_20110302-0_armel_supported.tar.gz You can download another hwpack for omap3, i.mx51, pandaboard, beagleboard, ST U8500, etc.. if needed at http://releases.linaro.org/platform/linaro-n/hwpacks/alpha-3/ Download the source, extract it, then configure, build and install qemu linaro: wget http://launchpad.net/qemu-linaro/trunk/2011.03-1/+download/qemu-linaro-0.14.50-2011.03-1.tar.gz tar xzvf qemu-linaro-0.14.50-2011.03-1.tar.gz cd qemu-linaro-0.14.50-2011.03-1 ./configure –prefix=/usr make sudo make install Make sure the prefix is set to /usr in order to overwrite any previous version of Qemu (It installed qemu linaro in /usr/local/ instead in my case). Failure to do so may generate the following error during linaro-media-create: qemu: fatal: cp15 insn ee1d6f70 Instead of compiling qemu, you can install qemu-linaro with apt-get (this will avoid possible version issues between linaro-media-create and qemu): sudo add-apt-repository ppa:linaro-maintainers/tools […]

Khadas Edge2 Arm mini PC

Cross compiling SQLite for ARM and MIPS

Following my blog entry about Databases for Linux Embedded Systems, here are the instructions to cross-compile SQlite. First download the latest version of SQLite amalgamation with autoconf script (version 3.75): wget http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz Extract the source code: tar xzvf sqlite-autoconf-3070500.tar.gz Configure and build the source code. I’ll use mipsel-linux-gcc, but any other cross-compiler could be used. cd sqlite-autoconf-3070500 ./configure –host=mipsel-linux –target=mipsel-linux –prefix=/home/jaufranc/edev/sqlite-mips make make install At this point the library is correctly configured and installed, so you’d just need to copy the relevant files to your target board (skip include and share directories and  libsqlite3.a) . Let’s check the size of the required files: ls -l ../sqlite-mips/bin/ -rwxr-xr-x 1 jaufranc jaufranc 125513 2011-03-14 14:21 sqlite ls -l ../sqlite-mips/lib/libsqlite3.so.0.8.6 -rwxr-xr-x 1 jaufranc jaufranc 2087584 2011-03-14 14:21 ../sqlite-mips/lib/libsqlite3.so.0.8.6 sqlite binary is 122.57KB and the dynamic library 2038.65KB. Let’s see if we can optimize the binary size with compilation flags and by disabling some […]

HbbTV: Hybrid Broadcast Broadband TV

HbbTV (Hybrid Broadcast Broadband TV) is a new European standard for web-based smart TV applications for TVs and set-top boxes.  Services and applications delivered via HbbTV include traditional broadcast TV channels, catch-up services, video-on-demand, EPG, interactive advertising, personalisation, voting, games, social networking and other multimedia applications. The latest version of the HbbTV specification is 1.1.1 and can normally be downloaded after registering on ETSI website. The official nomenclature of the specification is ETSI TS 102 796. It is also directly available at the following link – http://www.etsi.org/deliver/etsi_ts/102700_102799/102796/01.01.01_60/ts_102796v010101p.pdf The HbbTV specification is based on existing standards and web technologies including OIPF (Open IPTV Forum), CEA, DVB and W3C. HbbTV Specifications specifically makes use of the following standards: CEA-2014 – Web-based Protocol and Framework for Remote User Interface on UPnP Networks and the Internet (Web4CE), also known as CE-HTML. Open IPTV Forum Release 1 Volume 5 – Declarative Application Environment of the […]

QSeven Form Factor Embedded Boards by Seco

QSeven is a new standard (QSeven Specifications 1.20) that provides pinout, electromechanical description and implementation guidelines so that the main boards (with the MPU) be easily exchanged. So that you can a larger board with all connectors and a QSeven boards based on Intel icore, Atom or other processors based on ARM that simply fits into that larger board. The QSeven concept is defined as follows: Qseven Concept The Qseven concept is an off-the-shelf, multi vendor, Single-Board-Computer that integrates all the core components of a common PC and is mounted onto an application specific carrier board. Qseven modules have a standardized form factor of 70mm x 70mm and have specified pinouts based on the high speed MXM system connector that has a standardized pinout regardless of the vendor. The Qseven module provides the functional requirements for an embedded application. These functions include, but are not limited to, graphics, sound, mass […]

Video Wall with Beagleboards and ffmpeg

There was a 6-Screen Video Wall at Embedded World 2011, powered by 6 Beagleboard xM (based on Texas Instruments OMAP 3 running @ 1Ghz – Cost: 149 USD / piece), connected vi Ethernet. In the video they explain that the system is running Linux Ångström and the video is played and synchronized over Ethernet with ffmpeg. After doing some research on how to do this, they are probably using omapfbplay with netsync enabled which you can compile as follows: NETSYNC=y OMAPFB=y make However, if you are using Linux Ångström, omapfbplay with netsync is enabled by default. This can also be done with the first version of Beagleboard (without Ethernet) via USB. They can also control each display independently and synchronize the mouse and keyboard thanks to Synergy.

Rockchip RK3568/RK3588 and Intel x86 SBCs

Toshiba Resistive Multi-touch Screen

Toshiba developed a proprietary algorithm for multi-touch resistive touchscreen and they exhibited a demo at Embedded World 2011. The hardware is based around Toshiba TMPA900 (ARM926EJ-S core running at 200 Mhz) and runs embedded Linux. This type of system is aimed at home appliances (washing machine, refrigerator…), industrial and medical applications and can be used with a pen, stylus or gloved hand. For example, a doctor wearing gloves would be able to use multi-touch gestures on such screens whereas it would not be possible on capacitive touchscreens or standard resistive touchscreens. It was not specified but I suppose that technology would only support 2 points since they only showed two fingers gesture in the demo. This should not be a problem for the type of application. An another advantage of this solutions is that it brings multi-touch technology to cost sensitive industrial applications. The technology is still under development and […]

Tablet Reference Design based on Samsung Exymos 4210

HardKernel, a Korean company, announced the ODROID-A, a tablet reference design based on Samsung Exymos 4210 (codename Orion), dual-core ARM Cortex-A9, Mali-400 GPU, 1GB Low Power DDR2, 10.1 inch 1366 x 768 TFT with capacitive multi-touch, Dual Camera, HSPA evolution, 9-axis sensor and running Android 2.3 Gingerbread. They will update it to Android 3.0 later on. This development kit will be available at the end of March 2011 for 749 USD (800,000 Won) for developers only. This should offer similar performance as the Motorola Xoom (except 3D maybe), and cost less which is a bit surprising for a development platform. They have an online community to support development on this hardware and they’ll provide the full source code and schematics free of charge. ODROID-A Specifications: Processor Samsung Exynos4210 Cortex-A9 Dualcore 1Ghz with 1MB L2 cache Memory 1024MB LP DDR2 800Mega data rate 3D Accelerator Mali-400 MP Core Micro-Sd slot 8GB […]

Khadas VIM4 SBC