Amahi 6 (Home Digital Assistant) and Amahi Sync Released Today.

Amahi is an open source home digital assistant (HDA) running on Fedora. It is basically a server to manage all your media files (like a NAS), backup your PC’s data and host some private web applications (calendar, wiki, …) with people on your LAN. Amahi is available on several platforms such as Intel and AMD x86 processors and embedded platforms such as Intel Atom (ECOPC N.1)  and Marvell Sheeva ARM processor (Sheevaplug). They’ve released their latest version Amahi 6 today. Here’s what they say about it: Amahi 6.0: Reliability, Reliability, Reliability! Amahi 6.0 brings a plethora of upgrades, reliability fixes and features, and better hardware support, courtesy of Fedora 14. Here are some of the highlights in this release (see the Amahi 6.0 release notes for all the details as well as the upgrade guide from Amahi 5/Fedora 12). Online Synchronization, Server Alerts and Premium Plans! The Amahi Sync and […]

Low Cost Freescale i.MX53 (Cortex A8) Development Board

Possibly inspired by Texas Instruments low cost Beagleboard (OMAP 3 – 129 USD) and Pandaboard (OMAP4 – 179 USD) and the large following in the development community, Freescale announced its own “Quick Start Development Board” based on i.MX53 for a cost of 149 USD. i.MX53 QSD Board Hardware Description Listed Hardware Features of the i.MX53 Quick Start Development Board: Processor i.MX53 1 GHz ARM Cortex-A8 Processor Power management IC 1 GB DDR3 memory Display LVDS connector VGA connector Parallel LCD add-on card (via expansion connector) HDMI add-on card (via expansion connector) Audio SPDIF output via HDMI add-on card Freescale SGTL5000 audio codec Microphone jack Headphone jack Expansion Connector Enables parallel LCD or HDMI output Camera CSI port signals I2C, SSI, SPI signals Connectivity Full-size SD/MMC card slot microSD card slot 7-pin SATA data connector 10/100 Base-T Ethernet port Two High-Speed USB host ports Micro USB device port Debug JTAG connector […]

Databases for Linux Embedded Systems: Berkeley DB and SQLite

Embedded systems often need to use database to store contact information, EPG data and more. Many Linux systems use MySQL, however such a large database management system may not always be appropriate for embedded systems. Hence, there are lightweight database management systems  implementation that are especially suited to embedded systems by their binary footprint, memory footprint and CPU requirements. If you want to develop in C in Linux and your requirement is to have no (or little) license to pay in your application, you could consider Oracle Berkeley DB or SQLite among others. Oracle Berkeley DB (previously Sleepycat Berkeley DB)  is described as follows: Berkeley DB enables the development of custom data management solutions, without the overhead traditionally associated with such custom projects. Berkeley DB provides a collection of well-proven building-block technologies that can be configured to address any application need from the hand-held device to the datacenter, from a […]

AES-256 Encryption and File names encryption with 7-Zip (7z)

If you need to safely backup some of your confidential files (email, financial info, marketing info, source code,…), you can use 7-Zip (aka 7z) to compress and encrypt your archive with AES-256 as well as hide the name of the files. This should give you the level of security used by the (in-)famous insurance file (insurance.aes256) released by Wikileaks last year (if it indeed has been encrypted with AES-256). 7-Zip is available for Windows, Linux (multiple architectures) and Mac OS. Since 7-Zip source code is open, it can theoretically be ported to any platform. The first thing I did was to use a Password Generator to get a 256-bit key such as DFF61FFB56B26158718457E5E47F3511080130C855C8E6F689A3A7664EBE2C9A. In this example, I backup “My Documents” directory in Windows, but the same command line (just different paths) could be used in Linux as well:

Here’s the description of the parameters in the command line: a […]

AMD Embedded G-Series mini-PC, motherboard and thin client

AMD announced its embedded processor G-Series at CES 2011. Here are some products that will be soon available based on this platform. Futjisu Mini-ITX mainboards – models D3003-S1 and D3003-S2 The D3003-S1 motherboard will feature an AMD Single-Core T44R (1.2GHz/9W) and the D3003-S2 an AMD Dual-Core T56N (1.6GHz/18W). Both models will have an onboard ATI graphics card with VGA, DVI, LVDS (D3003-S1 only) and diplayport  (D3003-S2 only) outputs, HD Audio,  dual GbE LAN, serial ATA III RAID, mSATA socket support, USB 2.0, 8 Bit GPIO connector and be designed for fanless operation. Mass production of the boards will start in April 2011. Check the preliminary specifications for details. CompuLab’s fit-PC3 mini-PC Compulab already manufactures the fit-PC2 and fit-PC2i based on the Intel Atom platforms running Linux, Windows XP and Windows 7. The Israel-based company  will embed AMD Embedded G-Series processor in its latest fit-PC3 mini-PC. This “miniature fanless industrial PC” […]

Ziilabs ZMS-05 and ZMS-08 SDK and Development Boards

Ziilabs (originally 3DLABS) is Singapore company, subsidiary of Creative Technology, that provides media application processors for consumers electronics and has offices in the UK, China, USA and Singapore. Ziilabs Media Processors Overview Ziilabs has two media processors: ZMS-05 – A Low Power HD Programmable Media Rich Processor based on two ARM9 core (ARM9-EJS) mainly aimed at smartphones and tablets with the following media capabilities: High compute density SIMD architecture High resolution – decode to 1080p / 720p encode Simultaneous video encode/decode at D1 Wide rage of optimised CODECs and APIs Accelerated OpenGL ES 3D graphics Hardware compositing Advanced image processing 8 GFlops programmable compute ZMS-08 – A HD Media Rich Applications Processor based on an ARM Cortex A8 running @ 1GHz mainly aimed at media players, set-top boxes and digital signage solutions with the following media capabilities: Blu-ray Quality 1080p H.264 Video Decode 1080p H.264 Video Encode 720p H.264 Video […]

Texas Instruments OMAP 5 based on ARM Cortex A15 Core

Texas Instruments announced its new generation of mobile chips OMAP 5 based on the latest ARM core Cortex A15.  Press release excerpt: DALLAS (Feb. 7, 2011) /PRNewswire/ — Texas Instruments Incorporated (TI) (NYSE: TXN) announced today the next generation of its popular OMAP™ family: the OMAP 5 mobile applications platform, which is positioned to transform how mobile devices, such as Smartphones, tablets and other mobile form factors are used, making them even more valuable in our daily lives. … The 28 nanometer OMAP 5 applications processors carry on the OMAP family tradition of delivering significant increases in performance and functionality, while lowering power consumption compared to their predecessors. Specifically, they offer up to 3x processing performance and five-fold 3D graphics improvement, yet provide a nearly 60 percent average power reduction compared to a sample user experience on the OMAP 4 platform. Additionally, the OMAP 5 platform’s software is designed for […]

Running .NET applications on Linux Embedded Systems

You may have some applications developed using Microsoft .NET application framework that are running on Windows XP, Windows Vista and Windows 7. .NET for Linux If after spending much effort and time, you have a request to port your application to Linux, you don’t need to rewrite everything thanks to Mono, an open source implementation of .NET framework that can be run in Windows, Linux and MacOS. The development framework is composed of three parts: Mono – An open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET MonoDevelop – An open Source C# and .NET development environment for Linux, Windows, and Mac OS X Mono Tools for Visual Studio – Development Tools to develop and migrate .NET applications to Mono on Linux without leaving Visual Studio. This application can be tried for 30 days and / or purchased. This tools is compatible with Visual […]

EmbeddedTS embedded systems design