Linux for Cortex M3 & M4 Microcontrollers

There are plenty of low cost Linux development boards based on Cortex A8 or A9 such as the Beaglebone, as well as some devkits based on ARM7 and ARM9 such as SAM9 development kits , but if your application is cost and/or energy sensitive you can also switch to micro-controllers using Cortex M3 or M4 based development boards such as Emcraft SmartFusion devkits. You can run a functional uCLinux system with 1MB of RAM and 1MB of flash including the TCP/IP stack. You need to use uClinux and not directly Linux, because the Cortex M3 doess not have a Memory Management Unit (MMU) and only a Memory Protection Unit (MPU). This can bring some interesting software development challenges such as (apparently random) kernel panics, the lack of fork, memory fragmentation and more. You can check out http://kernel.org/pub/linux/libs/uclibc/Glibc_vs_uClibc_Differences.txt for the main differences between uClibc and Glibc. The instructions to patch and […]

AllWinner A10/A1X Processor Resources, Development Board and SDK

AllWinner A10 (part of A1X series) is an ARM Cortex A8 SoC targetting multimedia products such as tablets, HD STB or digital signage. It is currently found in some low cost Android tablets such as Momo9C and will be used in Rhombus Tech’s Raspberry Pi alternative. The processor features an ARM Cortex A8 clocked at 1.5 Ghz with a Mali-400 GPU. It can support 1080p encoding/decoding, provides HDMI, Component, Composite, VGA and LVDS video outputs,  USB2.0 ports, a SATA 2.0 port and more… Here are the key features of the Allwinner A10: VPU (Video Processing Unit) HD Video Decoding (Super HD 2160P/3D Film) Support all popular video formats, including VP8, AVS, H. 264 AVC, VC-1, MPEG-1/2/4, … HD Video Encoding (H.264 High Profile) Support encoding in H.264 format DPU (Display Processing Unit) MULTI-CHANNEL HD displays Built-in HDMI YPbPr, CVBS, VGA LCD interfaces: CPU, RGB, LVDS up to Full HD Memory […]

Khadas Edge2 Arm mini PC

15 USD ARM Cortex A8 Linux Computer by Rhombus Tech

Many of you already probably know the Raspberry Pi Foundation 25 USD ARM Linux Computer. Rhombus Tech, another non-profit organization, is planning to design a 15 USD ARM Linux computer (excluding casing, power supply, shipping, VAT and custom duties) that the company claims would be at least 3 times faster that the Raspberry Pi. This computer would be an EOMA-PCMCIA CPU card powered by an Allwinner A10 ARM Cortex A8 CPU clocked at 1.5ghz. Here are the (expected) specifications of this board: Approximately Credit-card size format (56mm x 90mm) An Allwinner A10, 1.5ghz ARM Cortex A8 1GB of RAM At least 1gb of NAND Flash (possibly up to 16gb) Operation as a stand-alone computer (USB-OTG powered) 2160p (double 1080p) Video playback MALI 400MP 3D Graphics, OpenGL ES 2.0 compliant. HDMI, Micro-SD, Headphones Socket, EOMA-PCMCIA-compliant interfaces (RGB/TTL, I2C, USB2, SATA-II, 10/100 Eth) Expansion Header (similar to Beagleboard, IMX53QSB, Origen etc.) With this […]

Qt Quick QML Digital Signage Demo Part 1

I’ve recently started to play around with Qt and since I’d like to do a digital signage player running on Raspberry Pi, I’ve decided to try to make a simple digital signage demo application to evaluate the development platform. In Part 1, my goal was to make a 3 zones layout with a video zone, a picture zone and a scrolling text zone. I would just play one hard-coded media in each zone and the video and scrolling text would have to continuously loop. I used Qt Creator to create  a “Pigital Signage” application (or should it be Πgital Signage ?). To create the 3 zones I used the Gridview Element with 3 rectangles: Video zone: 600×432 Picture zone: 200×432 Text zone: 800×48 Displaying the image is very easy with the Image Element:

The video playback was also supposed to be easy with the Video Element but it can […]

Nokia Developer Day 2: Qt QML Workshop – Chiang Mai

I’ve just attended Nokia Developer Day  on 6-7 December 2011 in Chiang Mai. I’ve already written a summary about the first day dealing with Series 40 Java and Web Apps Workshop. The second day was focused on Qt/QML (Qt Meta-Language) software development for Nokia’s Symbian phones. Nokia will phase out Symbian operating system in 2016, but they’ll still support it until that time. Nokia will also port  Qt to lower end phones (e.g. Series 40) on a new operating system based on Linux called Meltemi. Overall Business Direction & Strategy The first 45-minutes for was presentation given by Grant Aaron McBeath, Managing Director, Nokia Thailand and Emerging Asia, about Nokia business direction: focus on Windows Phone for smartphones, Java/Web Apps for feature phones and future disruption. He also showed the progress of Nokia Ovi Store with 10 million downloads a day and 177 publishers with more than 1 million downloads. […]

Nokia Developer Day in Chiang Mai – 6-7 December 2011

Nokia Developer Day will take place at Kantary Hills in Chiang Mai, Thailand on the 6 & 7 December 2011. A Separate event will also take place in Khonkaen on the 8 & 9 December 2011. Here’s the agenda for the 2 days event in Chiang Mai: Day 1 – 6th of December: 08:45 – 09:15 – Registration 09:15 – 09:30 – Introduction to Ecosystem Business Updates 09:30 – 09:50 – Development possibilities on Nokia Platforms 09:50 – 12:30 – Introduction of Series 40 Java – Touch & Type with hands-on exercises. 12:30 – 13:30 – Lunch 13:30 – 16:00 – Series 40 Web Apps for the next billion with hands-on exercises. 16:00 – 17:00 – Social Media Marketing Training 17:00 – Q&A Day 2 : 7th of December 08:45 – 09:15 – Registration 09:15 – 10:00 – Overall business direction 10:00 – 12:00 – Introduction to Qt Quick (QML) […]

Rockchip RK3568/RK3588 and Intel x86 SBCs

OpenMAX (Open Media Acceleration)

OpenMAX (Open Media Acceleration) is a royalty-free, cross-platform set of C-language programming interfaces that provides abstractions for routines especially useful for audio, video, and still images. OpenMAX standard is managed by the non-profit technology consortium Khronos Group. OpenMAX allows developers to take advantages of hardware media decoding/encoding. For example, If you want to play video using Raspberry Pi hardware (VideoCore IV GPU in Broadcom BCM2835) you’ll have to use OpenMAX IL. OpenMAX provides three layers of interfaces: Application Layer (AL): Open standard for accelerating the capture, and presentation of audio, video, and images in multimedia applications on embedded and mobile devices. Integration Layer (IL) : API defining a standardized media component interface to enable developers and platform providers to integrate and communicate with multimedia codecs implemented in hardware or software. Development Layer (DL): APIs containing a comprehensive set of audio, video and imaging functions that can be implemented and optimized […]

Ubuntu Linaro Evaluation Builds (LEB) Tutorial

Ricardo Salveti, tech lead of the Developer Platform working group, gave a tutorial on the Ubuntu Linaro Evaluation Builds (LEBs) during Linaro Connect Q4.11. He first described the list of available images: nano – minimal rootfs (command line) with apt/dkpg support ALIP – nano + X11 + browser Developer – nano + development tools Ubuntu Desktop – clone of Ubuntu with Linaro modifications. and how the builds are made available via nightly builds and hardware packs. Linaro aims at making Ubuntu the reference Linux distribution for ARM. This goal is valid for Cortex A processors, but for older ARM core (ARM9/ARM11) other distributions will have to used such as Debian. For example, Raspberry Pi board (ARM1176) will support Fedora optimized by Redhat. He then gave further details on Offspring the Linaro build system based on live-build scripts used for Debian. The source code is retrieved either via git (http:/git.linaro.org) or launchpad […]

Khadas VIM4 SBC