You may have previously heard about ULP-COM (Ultra Low Power CoM), a standard for systems and computers on module. The standard has been ratified by the Standardization Group for Embedded Technologies (SGET) in February 2013, and renamed to SMARC (Smart Mobility ARChitecture). This standard is specifically designed for low power designed, and is currently only used with ARM SoC. Kontron was involved in the design of this standard, released several ULP-COM, now SMARC, compatible CoM based on TI, Freescale and Nvidia SoC, and yesterday the company just announced SMARC Starterkit will all hardware and software components needed to get started with evaluation and development. This starter kit comes in a carrying case with the following items: SMARC Evaluation Carrier Board 7″ Display PM070W4 (WVGA – 800×480) Touch USB Kit ETP04USBR Mounting Kit Adapter and Cables: 1x Kontron LVDS Jili30 Adapter incl. cable 1x DSUB9 1x micro USB USB A Storage […]
Preliminary Ubuntu 12.04 RootFS for GK802/HI802 mini PC
After releasing a pretty good Ubuntu 11.10 image with both VPU and GPU acceleration for Freescale i.MX6 based HDMI dongles last month, Jasbir (aka jas-hacks) has released an Ubuntu 12.04 image with GPU support thanks to the help of Octavio (Yocto Project contributor), and Wi-Fi support. It’s possible to select Unity 2D or Xubuntu desktop, and Chromium and Neverball, a 3D ball game, are part of the image. There’s still more work however, as VPU (Video Processing Unit) support is work in progress, Bluetooth does not work yet, and OpenGL ES test programs such as glmark2-es2 or es2gears do not work properly with Xubuntu, even though they do work fine with Unity 2D. Jasbir uploaded a video showing Neverball 3D game in GK802, and it works pretty good, although the framerate does not seem optimal for now. If you want to give this image a try, install GK802 Ubuntu 11.10 […]
$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 […]
Mini PCs (MK802+, UG802, GK802 & iStick A200) Linux Performance Comparison
Ian MORRISON (linuxium) has tested Linux with several mini PCs powered by different processors. The main point of his tests was to evaluate the performance difference between running Ubuntu 12.04 natively, or in a chroot in Android using tools such as Complete Linux Installer. I previously tried Linux on Android in ODROID-X, and found the applications start time when running from an low-end SD card pretty dismal, and the graphics performance poor. Ian had a different approach, and decided to use a subset of Phoronix Suite benchmarks to compare different hardware / software combination and posted the results in “mini PCs” G+ community. There’s a lot of data, and analyzing the results is not really straightforward without spending some time looking at the data. In this post, I’ll explain how the tests have been conducted, explain the results and try to draw a conclusion. Mini PCs and other Hardware Under […]
Zealz GK802 Is (Temporary?) Available for $69.99 on GeekBuying
Zealz GK802 is a mini PC based on Freescale i.MX6 Quad processor, with 1GB RAM, 8 to 16 GB internal memory (internal micro SD card). The main selling points of this HDMI dongle is that it’s the only currently available quad core processor (about to change), it’s hackable and unbrickable with easy access to the serial console, full support for Linux with hardware video decoding and 2D/3D acceleration (work in progress), and Freescale has released proper software and hardware development resources for the i.MX6 processor. As mentioned in my review of Hi802 mini PC, the downside is that Vivante GC2000 GPU performance is lower than the Mali-400 MP4 found in Rockchip RK3066 mini PC, and its price (usually above $90) is about double the price of Rockchip RK3066 mini PCs. We can’t do anything for Vivante GC2000 performance, but Roman found a coupon code “FVKIWVAG” on a Russian forum that […]
Ubuntu 11.10 Image for Hi802 / GK802 is Now Available for Download
About 2 weeks ago, Jasbir released an Ubuntu 11.10 image and installation instructions for GK802 and Hi802 mini PCs based on Freescale i.MX6. I could only find time to give it try yesterday and today. I’ll provide the steps I followed to install the image, and my quick first impressions of the stability and performance of this image. Installation Instructions I mainly followed the instructions provided by Jasbir, and run GParted to increased the partition size on my micro SD card. The image is for a 8 GB micro SD, but those instructions should work on 4GB SD card and greater, as the rootfs partition is only 3GB large. Download the Ubuntu 11.10 image, uboot, as well as the kernel image and modules in a Linux PC:
1 2 3 4 |
wget http://dl.miniand.com/jas-hacks/gk802/ubuntu_gk802.img.gz wget http://dl.miniand.com/jas-hacks/gk802/u-boot.imx wget http://dl.miniand.com/jas-hacks/gk802/uImage_3.0.35-0269_cpu_freq wget http://dl.miniand.com/jas-hacks/gk802/modules_3.0.35-02695.tar |
Copy the image, uboot and the kernel to the micro SD card by typing the commands below:
1 2 3 4 |
gzip -d ubuntu_gk802.img.gz sudo dd if=ubuntu_gk802.img of=/dev/<sd_device> sudo dd if=u-boot.imx bs=1k seek=1 of=/dev/<sd_device> && sync sudo dd if=uImage_3.0.35-0269_cpu_freq of=/dev/<sd_drive> bs=1048576 seek=1 && sudo sync |
Replace /dev/<sd_device> by your […]
Ubuntu 11.10 on GK802/Hi802 mini PC with 2D/3D and Video Hardware Acceleration
You may remember an Ubuntu 11.10 image was released via Geekbuying early January, but this image would not boot on my Hi802, lacked 2D/3D acceleration, and to my knowledge there hasn’t been any update since then. So hope of proper Linux support on the device was fading, until the community discovered Freescale released patches for i.mx6 HDMI dongles, developers setup the imx6-dongle community, and after a lot of work, mainly by three members: Jasbir, Dmitriy (rz2k) and James, there’s now GPU and VPU support on Ubuntu 11.10. Here’s a summary of the current status: Wifi working. External SD working Matched IOMUX configuration to align with the Android image. Stripped out unnecessary device initialisation from the original HDMI dongle source. Enabled EGL and GLES HW Acceleration in Ubuntu. Unity desktop might be partially HW accelerated (TBC) Jasbir uploaded a video to YouTube to show the progress, and it looks pretty good. […]