Embedded Linux Conference 2013 Schedule

The Embedded Linux Conference (ELC 2013) will take place on February 20 – 22, 2013 at Park 55 Hotel in San Francisco, California. ELC consists of 3 days of presentations, tutorials and sessions. There will be over 50 sessions during those 3 days. I’ll highlight a few sessions that I find particularly interesting, and that did not get presented at ELCE 2012 (AFAICR). February 20 11:00 – Anatomy of the arm-soc git tree by Olof Johansson, Google We are now two years into the new maintainer model for ARM platforms, and we have settled down into a workflow that maintainers have adjusted well to. Still, when new platforms arrive, or when maintainer ship changes hands, there’s sometimes a bit of ramp-up in getting used to how we organize our git tree and how we prefer to see code submitted to fit that model. This presentation will give an overview of […]

VIA ARMOS-800 Embedded System Features a Freescale i.MX537 based Pico-ITX Board

VIA Technologies has recently announced the VIA ARMOS-800, an fanless system designed around VIA VAB-800 Pico-ITX board powered by Freescale i.MX537 processor. The VIA ARMOS-800 provides a ruggedized low-power system for industrial and in-vehicle applications such as a digital signage. Here are VIA ARMOS-800 specifications: Processor – 800MHz Freescale Cortex-A8 single core i.MX537 System Memory – 1GB DDR3-800 SDRAM using 128M x16 memory devices Storage – „„ 4GB onboard eMMC Flash memory + ob-board micro SD connector Graphics – Supports two integrated graphics processing units: an OpenGL ES 2.0 3D graphics accelerator and an OpenVGTM 1.1 2D graphics accelerator Video Output – VGA and HDMI Audio I/O – Line-In, Line-out, Mic-in connectors Connectivity: Ethernet – 10/100 PHY transceiver (SMSC LAN8720A) Wi-Fi – Optional VIA 802.11n Wireless module VNT 9271 USB – 3x USB connectors + 1x on-board USB 2.0 pin header COM – 1x D-Sub 9-pin female connector CAN – […]

LTSI 3.4 is Now Available for Download

Nearly 2 years ago, the Linux Foundation’s Consumer Electronics (CE) working group created the Long Term Support Initiative (LTSI) Linux kernel for consumer electronics devices in order to have a common stable platform released every 2 years, and share the kernel development work among competing companies including Hitachi, LG Electronics, NEC, Panasonic, Qualcomm Atheros, Renesas Electronics Corporation, Samsung Electronics, Sony and Toshiba. Last week, the  CE working group has released LTSI 3.4 kernel, based on Linux 3.4.25 kernel release and including several backported features from newer kernels including:   The Contiguous Memory Allocator (CMA), which is extremely useful for embedded devices that have very limited hardware resources and will better handle the large memory requirements of multimedia applications. CMA originally was merged into the 3.4.0 kernel release, but its functionality was quite limited. Since then, the feature has been significantly improved in the kernel.org releases and those fixes have been added to […]

PicUntu – Rockchip RK3066 Linux Distribution for mini PCs (UG802, MK808, …)

Many people are using RK3066 mini PCs because they currently offer the best performance to cost ratio, but until now they were mainly limited to Android Jelly Bean, although there was some preliminary port of Ubuntu available for the devices. Now, this preliminary port has become a specific Linux distribution for Rockchip RK3066 PCs-on-a-stick called PicUntu, which is based on Ubuntu 12.10, and can optionally support Xfce or Gnome desktop environments. This distribution is known to work on UG802 and MK808, but should also work on some other RK3066 mini PCs such as iMito MX1. The latest version is Picuntu 0.9 RC 2.2, and features such as WiFi, Ethernet, HDMI audio, USB webcam are known to work,  What you won’t get, however, is hardware video decoding and GPU support since Rockchip does not provide the relevant binary files for Linux, but this does not seem to stop the developers from […]

Posibus Peripheral Emulator Powered by Emcraft SmartFusion (Cortex M3 + FPGA) Solutions

According to Wikipedia, Digital Equipment Corporation (DEC) PDP-8 was the first successful commercial minicomputer, and was introduced in March 1965. Mike Thompson, working at Rhode Island Computer Museum (RICM), has restored a PDP-8/L system that was sold between 1968 through 1971. The system can be expanded with 4K of core, a paper tape reader (PR8/L), and/or a punch (PP8/L) controller. But the tape reader is not available anymore, so Mike decided to designe a Posibus peripheral (Tape Reader) emulator using a board with an FPGA + micro-controller. The easiest way to perform this task was to get an SoC that comes with an MCU and a FPGA to avoid having to create an FPGA <-> MCU interface. This is why he chose Emcraft Linux SmartFusion Evaluation Kit featuring a Microsemi Smartfusion cSOC with a Cortex M3 core and an embedded FPGA. The whole setup is shown below. Three FlipChip interface boards […]

Yocto Project Overview and Update – ELCE 2012

Last post about ELCE 2012 videos… David Stewart, manager of the Yocto Project team within the Open Source Technology Center at Intel, gives an introduction to the Yocto Project, as well as a status update at ELCE 2012. Abstract: The Yocto Project is a joint project to unify the world’s efforts around embedded Linux and to make Linux the best choice for embedded designs. The Yocto Project is an open source starting point for embedded Linux development which contains tools, templates, methods and actual working code to get started with an embedded device project. In addition, the Yocto Project includes Eclipse plug-ins to assist the developer. This talk gives a walk-through of the key parts of the Yocto Project for developing embedded Linux projects. In addition, features will be described from the latest release of the Yocto Project, v1.3. The talk will include demos of some of the key new […]

Video4Linux: Current Status and Future Work – ELCE 2012

Hans Verkuil, R&D software engineer at Cisco Systems Norway, talks about Video4Linux status, progress, and plans at the embedded Linux Conference in Barcelona, Spain, on November 7, 2012. Abstract: Video4Linux is a fast-changing subsystem where a lot of work is done to support the complex video hardware of embedded systems. This presentation will give an overview of the developments in the past year and the work that is planned for the near future. Hans covers SoC video devices support, core, control, and videobuf2 frameworks, HDTV timings & events API, video connector support, media controllers, codec & flash support, and more… You can also download the slides for this presentation. For further details about development, subscribe to linux-media mailing lists or chat on #v4l IRC channel on freenode. 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 […]

UBI Fastmap – ELCE 2012

Thomas Gleixner, Linux kernel programmer at Linutronix, talks about UBI flash management layer, and fastmap implementation to speed up boot times at the Embedded Linux Conference Europe, on November 7, 2012. Abstract: UBI is a flash management layer in the Linux kernel designed to handle especially the shortcomings of NAND flash. UBI itself has the requirement to scan the full flash at boot time. With flash sizes becoming larger and larger this can take quite some time. A recent development implemented fast mapping functionality which is designed to put an upper bound on the number of flash eraseblocks to scan. This allows faster boot times without sacrifying the robustness of UBI. This talk gives an overview of the UBI fastmap design and looks at costs and benefits. The talk provides an overview of UBI and its shortcomings, and explains UBI fastmap implementation in details showing it provides significant speedup proportional […]

UP 7000 x86 SBC