Design West Summit – 23-25 April 2013

Design West 2013, previously known as the Embedded Systems Confertence, will take place later this month, on 23-25 April to be exact, at San Jose McEnery Convention Center in San Jose, California, US. The event will be divided into 22 tracks dealing with software development, hardware design, operating systems, security and more: Android Certificate Program – Two-day hands-on embedded android workshop. Black Hat Summit – The Black Hat Embedded Security Summit will provide electronics professionals with essential information and tools, as well as a forum for the discussion and evaluation of the latest solutions for securing their embedded systems. Training courses will focus on topics such as Network Security, Incident Response, Web Application Security, and Exploit Development. Connectivity and Networking – The Connectivity and Networking track educates design engineers on wired and wireless communications, spanning need-to-know topics from essentials of USB device development to antenna and RF system design. Debugging […]

Libhybris Let You Use Android Drivers & HW Libraries in Linux

One of the main issues with Linux on ARM is the lack of proper GPU drivers for the platform, as most silicon manufacturers now only focus on Android drivers which are not compatible with the Linux kernel, because Android is based on Bionic C library, whereas Linux is based on glibc or its variants. There are two ways to solve this issue: Open Source GPU drivers. This would be the ideal solution, as you would just be able to cross-compile the drivers for the proper, as well as fix bugs without having to ask the silicon manufacturer to fix the driver for you. Bionic to Glibc library. Such library acts like libdl, and allows to load Bionic library and overrides some symbols from bionic with glibc based ones. This is exactly what libhybris does. Ubuntu Touch is capable of using Android GPU drivers to run Ubuntu thanks to this library, […]

Sailfish OS SDK Adds Support for Windows and Mac OS X

At the end of February, Sailfish OS SDK Alpha was released with support Linux 32- and 64-bit only. The latest version of Sailish OS SDK can also be installed in Windows and Mac OS X. If you’re developing in Linux, it’s just the same SDK as released in February. The SDK and quick start guide is available from Sailfishos.org, or you can click directly on the links before to download and install the SDK. Windows SDK installer – SailfishOSSDK-windows-offline.exe Mac OS X installer –  SailfishOSSDK-mac-offline.dmg The SDK is still at the Alpha stage with several known issues, and probably a few more yet-to-be-known bugs. 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

PengPod 700 Linux Tablet Used As a 3D Printer Touchscreen Controller

PengPod 700 & 1000 are two of the rare Linux tablets to be available on the market. Those tablets are based on AllWinner A10 SoC which can support both Android and Linux thanks to independent developers. After a successful Indiegogo campaign, where they managed to received pledges for a few hundred units of both model, people started to receive their Linux tablets earlier this year. Francesco Santini decided to purchase PengPod 700 in order to use it as an touchscreen controller for his 3D printer (Solidoodle). He modified Pronterface, a graphical user interface written in Python to control 3D printer, for the 7″ display the of PengPod tablet, and made the change available in his github account https://github.com/fsantini/Printrun-pengpod700. He uses a SAMBA share to copy G-code files (“G-code is the common name for the most widely used numerical control (NC) programming language”), and load the required file from the PengPod […]

AllWinner A20 Linux Source Code, EVB Schematics and Product Brief

Hardware based on AllWinner A20 such as Cloudsto Media PC PRO DRIVEDOCK, should start to be available soon, and resources for developers have been slowly released (or leaked) to the community. AllWinner A20 Source Code The source code for AllWinner A20 and A31 has been released to sunxi-linux a while back, and they have started to clean up the code before hardware becomes available. The code apparently hasn’t made it to sunxi-linux github account just yet, but Linux for A20  has been imported into github at https://github.com/amery/linux-allwinner/tree/import/lichee-3.3/a20-dev. AllWinner A20 is known as sun7i in the code. AllWinner A20 Evaluation Board Schematics and Product Brief Olimex received A20 EVB schematics and product brief from AllWinner earlier this week, and as usual, they promptly uploaded those documents to their github account. The 3-page product brief does not bring anything new, and the data sheet does not seem to be available right now. […]

$99 MarS Board Features Freescale i.MX6 Dual, 4GB eMMC

Embest, a subsidiary of Element14, has just announced the MarS Board, a development board powered by Freescale i.MX6 Dual (2x Cortex A9) with 1 GB RAM and 4GB eMMC flash. This is not related to the Marsboard based on AllWinner A10, and designed & manufactured by another company. Here are the key features of the MarS Board: SoC – Freescale i.MX6 Dual  2xCortex-A9 Processor @ 1GHz + Vivante GC2000 GPU. System Memory – 1GB RAM (4*256MB DDR3 SDRAM) Storage – 4GB eMMC + micro SD card slot (up to 32GByte) Video Output – 1xHDMI interface, 1x LVDS interface and 1x LCD interface USB – 4x USB Host ports (2x USB connector, 2x via headers), 1x mini USB OTG port, and 1x mini USB for debug Connectivity – 10/100M/1Gbps RJ45 Ethernet interface 2 Expansion Hearders – 2x CAN, 2x IIC, Audio & SPDIF, 8bit IPU1(Camera), SPI, USDHC1(SD card), 4x UART, 2x […]

Wandboard Releases Updated Android and Ubuntu Linux Images and Source Code

Since I’ve received my previous short review of the Wandboard Dual development board, there has been more work on done the platform with new Android and Ubuntu images, Jelly Bean source, Linux SDK release, and git repo setup. I’ve tried the binary images, and had a quick look at the source code and corresponding documentation. Android 4.1.2 Image and Source Code Wanboard has release an improved Android image on the 14th of March which you can download for both Solo and Dual version of the development board with the following Changelog: Fix HDMI audio/playback issue with certain monitor. Add support for wifi on wandboard-dual. Known issue: Might need to turn off “Avoid poor connections”  in Wi-Fi ->Advanced to keep connection alive. I’ve given it a try in Wandboard Dual, and it seems Ethernet support is gone (Sorry my mistake, Ethernet IS working, but there’s no indication when it’s connected, and […]

Undistract-me Sends An Alert For Time-Consuming Commands in Linux

In Linux, some commands executed in the terminal such as make, wget, dd may take a while, so usually you’d just let them run in the background, and do some other work, drink tea, go for nap… while they are running, and come to check from time to time if the command has completed. Sometimes I even forget I run a particular command, and realize it has completed a few hours ago… It’s possible to add some command at the end of your command line, but it can be cumbersome, and you may forget to do it. The best would be automatic alerts for commands that take a long time, and undistract-me just takes care of that by sending an alert for commands that take more than 10 seconds (by default). In Ubuntu 12.04 and 12.10, you can install undistract-me as follows:

Undistract-me is part of Ubuntu 13.04 or […]

UP 7000 x86 SBC