2D/3D Graphics Linux Demo (X11, EGL, GLES2, Qt4) on AllWinner A10 Tablet

Xlab (Maxim Kouprianov) has tested 2D & 3D capabilities of AllWinner A10 SoC (with Mali-400 GPU) on a Ployer MOMO11 Bird Edition tablet running OpenEmbedded with kernel 3.0.52+ testing X11, EGL, OpenGL ES2 and Qt4 on the platform, and the results are pretty smooth as you can see in the video below, although there appears to be some flickering in LunaSysMgr demo. The tools used in the demos are xfwm4 (Xfce Windows Manager), es2gears_x11, cube (Qt), LunaSysMgr (Qt/WebOS) and glmark2-es2. Qt4 acceleration is done via XlibGL platform which in turns uses X11-EGL. He used the Mali drivers version r3p0 (mali400-gles20-gles11-linux-x11-ump) and xf86-video-mali on sunxi-linux github repository mainly maintained by rz2k. You can get more details on how to build Mali-400 support for AllWinner A10 on http://linux-sunxi.org/Mali400, and GPU benchmark results for A10 show the drivers seem to work as expected. Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in 2010 as a part-time […]

Qt Creator 2.6 Release and Qt for Android (Necessitas) Merged to The Qt Project

Qt Creator Version 2.6.0 has been released yesterday. The most notable change is the introduction of “Kits” to replace “Targets” that were used in previous versions of Qt Creator. Previously, “Targets” such as Desktop or Remtoe Linux were added to a project’s configuration in order to use predefined configurations. “Kits” extend the use of “Targets” and contain settings for which device type to develop for, the sysroot, the compiler, the debugger and the Qt version to use, and possibly even more settings. Users can define their own “Kits”, which should facilitate control of build and run environment and projects sharing. Other changes include full screen support on Mac OS Lion and later, numerous fixes and additions to the qrc file editor, direct rebuilding and cleaning of .pro file based subprojects, more C++11 fixes, and more. On the platform side, QNX/Projects support was added, but Symbian (no maintainer) and Meego (due to […]

Experienced Qt4 Mobile Developer? Get A Free Nokia N9 / N950 Smartphone

Quim Gil, in charge of developers relation at Nokia, announced on Maemo.org, that Nokia is currently looking for experienced Qt developers willing to port or develop apps running on top of Qt 5 before its finally release in August/September 2012 and will provide a Nokia N9 or N950 smartphones (running Meego) to selected developers. The goals of this device program are as follows: Testing Qt 5 itself and providing feedback while it’s alpha/beta. Testing the Qt 5 libraries for the Nokia N9. Developers feedback for port from Qt 4 to Qt 5, whether is was easy, a nightmare… and comments on difficulties experienced, Qt Creator and the documentation. Testing new Qt 5 features such as Qt Quick 2, textures, transitions, graphics / video effects, raw OpenGL ES stuff, post-Mobility APIs, the new Qt WebKit, JSON DB, ongoing R&D on PhoneGap own JQuery based experiments, etc… This new device program has […]

Artila M-506 and M-606 ARM9 Industrial Single Board Computers

Artila Electronics announced 2 new single board computers (SBC) based on Atmel SAM9G45 ARM9 Processor: Artila M-506 running Linux 2.6.38 Artila M-606 running Wince 6.0 Both models features the same hardware with a standard 3.5” form factor, Atmel AT91SAM9G45 Processor, 128MB DDR2 RAM, 128MB NAND Flash and 2MB DataFlash and only differ by the operating system and software used. The company explains that the board targets industrial application such as intelligent transportation system (ITS), building automation, energy-saving system, and scenario control systems. Here are the hardware specifications for both devices: CPU – ATMEL AT91SAM9G45 @ 400MHz Memory – 128MB SDRAM Flash – 128MB NAND & 2MB DataFlash for system recovery On-board TTL/LVDS LCD interface Supports 5V/12V TFT LCD panels, up to 1280 x 860 pixels Ethernet: 1x, 10/100Mbps COM port – 3x RS-232, 1x RS-422/485 USB Host – 4x USB 2.0 HS ports. Micro-SD Card – 16GB max. GPIO – […]

Qt 5 for Raspberry Pi (QtonPi) 0.1 Release

Nokia Qt Labs has announced the very first release of Qt5 for Raspberry: QtonPi 0.1. QtonPi 0.1 includes a pre-alpha release of Qt 5, but Qt 5 alpha will be part of the next release. So bear in mind that it’s likely to be buggy and some features are missing. This release is includes: Base Layer Fedora RPM Packages plus some additional Raspberry Pi specific packages Linaro GCC 4.5.4 toolchain QtonPi image creator and sysroot tools Middleware Documentation on how to get toolchain + sysroot + Qt Creator working to Develop Apps Qt 5 running on full-screen EGFS mode The release can be downloaded via: BitTorrent – qtonpi-0.01.tar.bz2.torrent HTTP Download – qtonpi-0.01.tar.bz2 Alternatively if you are already running the Debian 6 image in the emulator or Raspberry Pi board, you can install the latest snapshot (e.g. nightly build) by adding deb http://archive.qmh-project.org/rpi/debian/ unstable main to /etc/apt/sources.list and run the following […]

Nokia Qt Labs Releases Qt 5.0 Alpha

Nokia Qt Labs announced the alpha release of Qt 5 C++ application development framework, which focuses on the delivery of Qt Essential modules for Qt 5. This new version of Qt goal is to bring the focus to a model, although native Qt using C++ would still be used to implement modular backend functionality for Qt Quick. The developers explains that this module is working nicely on Qt for embedded system where UIs are full screen, but more work is needed on the desktop, and it will only be fully implemented in Qt 5.1 or 5.2. Qt developers make 4 big architectural changes to Qt internal architecture: Base all Qt ports on Qt Platform Abstraction layer (QPA) to make it easier to port Qt to other windowing systems and devices. Re-architect Qt graphics stack using a a Scenegraph on top of OpenGL to increase performance versus Qt 4, using Qt […]

uClinux Running on Freescale Kinetis K70 MCU (Cortex-M4) Module

Last year, I posted about Linux for Cortex M3 & M4 Micro-controllers and noted it was difficult to find cost effective Cortex-M based boards able to run uClinux or Linux (RAM being the main issue). Freescale TWR-K70F120M  is a module based on Kinetis K70 MCU (Cortex M-4) with plenty of RAM (128MB) to run Linux or uClinux. It is available for 109 USD or 179 USD with Freescale Tower system (TWR-K70F120M-KIT). Here are the key features of the module: Freescale MK70FN1M0VMJ12 Cortex-M4 MCU @ 120 MHz (Product Brief) Touch Tower Plug-in Socket General purpose Tower Plug-in (TWRPI) socket On-board JTAG debug circuit (OSJTAG) with virtual serial port 128 MB DDR2 SDRAM memory 256 MB SLC NAND flash memory Three axis accelerometer (MMA8451Q) Potentiometer Micro-SD Card slot I could not find an open source uClinux implementation for Kinetis K70, but emCraft has a Linux Board Support Package (BSP) for the Freescale TWR-K70F120M-KIT […]

98 Raspberry Pi Boards Left for Qt Developers

In November 2011, the Raspberry Pi foundation announced that Nokia purchased codes for 400 boards from the 1st 10,000 batch, in order to give them away to selected developers that are interested in helping develop and test Qt 5 on the Raspberry Pi. This developer program is called QtonPi. The surprising part if that they struggle to distribute all those boards. Although to date 425 people have been selected, only 302 are currently eligible to receive a board because over 100 developers did not provide their details to receive the free Raspberry Pi board namely: Their full name The link to their wiki user profile. The area of the “QtonPi Accepted Page” where they are listed. The country where the board will be shipped If by chance, you are reading this blog, have been selected but you can’t see “OK” or “CODE SENT” next to your user ID, you should […]