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 […]

HiAPAD Hi-802 mini PC Unboxing and Review

Kimdecent has just sent me one HiAPAD Hi-802 mini PC powered by Freescale i.MX6 Quad, and running Android 4.0.4 ICS. This is the first quad core HDMI TV dongle available on the market, and it can run both Android and Linux distributions such as Ubuntu since Freescale released the source code for i.MX6 processor family. Today, I’ll just show some pictures of the device, and review the device by running some tests in Android. I’ll try the Ubuntu 11.10 image release for GK802 another day. Hi-802 Unboxing I received the package by DHL within 3 days, and it includes Hi802, a 5V/2A power supply, and a USB to microUSB cable. A closer look at the device reveals an aluminum casing with lots of ventilation holes (really needed since the device gets pretty hot). Hi802 features an HDMI male connector, a microSD card slot on the side, a full USB port, […]

ArmSoM RK3588 AIModule7 NVIDIA Jetson Nano-compatible SOM

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 […]

BoFs: Developer Tools and Methods: Tips & Tricks – ELCE 2012

Tim Bird, senior staff software engineer at Sony Network Entertainment, hosts a BoF session about tools & methods for embedded Linux developers at ELCE 2012. Abstract: In this Birds-of-a-Feather-session, Tim will share some of his favorite tips for developing embedded Linux software. This will include tips for using ‘git’, how he does multi-platform development, and tips for other tools that other developers might find useful. Prior to the event, Tim will do a survey and solicit ideas from other developers as well. Please come to this BoF prepared to share your own productivity tips for embedded Linux development. Tim talks is divided into the following key points: Git tips – How to finds info about commits (git log, git show), use aliases (e.g. for colored output), find a commit that caused problem (git bisect), and more Patch management – quilt patch managing tool, diffinfo, and splitpatch (to break patches apart) […]

The End of Embedded Linux (As We Know It) – ELCE 2012

Chris Simmonds, freelance consultant and trainer (2net ltd), discusses the future of embedded Linux now that storage and processing power are no longer an major issue, and try to find the best Linux platform for embedded systems at ELCE 2012. Abstract: Embedded Linux is at a cross roads where the combination of Moore’s law making devices more powerful and the mass production of consumer devices, especially mobile, making them cheaper means that the old ways no longer work. Only a few years ago we though in mega: MHz, MBytes, MBits/s. Now we have to think in giga. The days of the single core CPU are almost over, as are the days of the QVGA display. All this means that there is a need to re-think how embedded devices are programmed. Two obvious roads lie ahead: Android and Ubuntu (or other desktop operating system of your choice). This talk considers the […]

Ambarella Unveils A9 4K Ultra HD Camera SoC

Ambarella has recently today introduced the A9 camera System on Chip (SoC) with support for the new 4K Ultra HD video standard in order to power next generation of mirrorless, sports, and digital still cameras. Ambarella A9 SoC features two ARM Cortex A9 cores (surprisingly), as well as Ambarella Image and Video DSPs. The A9’s video features include video timelapse modes, capture of high-resolution still images during video recording, Electronic Image Stabilization (EIS), and burst capture of up to sixty 12-megapixel still images per second. Ultra-wide angle and small form factor lenses are supported with full lens distortion correction. The A9 also support High Dynamic Range (HDR) video. Ambarella A9 Feature Summary: 4K Ultra HD video recording @ 30 fps. High definition video recording at 720p @ 240fps and 1080p @ 120fps. Burst mode support for still image capture of over 700 Megapixels per second. Multi-exposure High Dynamic Range (HDR) […]

Rockchip RK3568, RK3588 and Intel x86 SBCs and SoMs in 2025

Beaglebone: The Perfect Telemetry Platform? – ELCE 2012

Matt Ranostay, technical staff at Ranostay Industries, gives a presentation about a telemetry system based on Beaglebone at the Embedded Linux Conference Europe on November 5, 2012. Abstract: The author will discuss his ongoing and other team members efforts to develop hardware and software that reports sensor data to the community. This talk will be split into several parts a) types of useful sensors b) hardware design of Beaglebone capes c) and telemetry reports to Pachube/Cosm. Demonstrating that in the new world of cheap prototyping boards with I2C, GPIO, and SPI that anyone can setup a decent monitoring system for home security, automation, and weather reporting. There will be a live demo of prototype geiger counter + weather station. The audience targeted is the professional hobbyist who likes to hack on microcontrollers in their spare time. It will take little to medium knowledge of electrical engineering to follow this talk. […]

F2FS – A New Flash File System for Mobile Devices – ELCE 2012

Joo-Young Hwang, principal engineer at Samsung, presents F2FS (Flash-Friendly File System), a new file system designed for storage in mobile devices at the Embedded Linux Conference in Barcelona, Spain, on November 5, 2012. Abstract: Recent mobile devices adopt various flash storages as a primary storage. File system support for those flash storages is a must for flash device performance and lifespan. I will present a new file system, called F2FS, designed for mobile flash storages. F2FS is designed considering the characteristics of the underlying flash storage which has flash translation layer (FTL). F2FS outperforms EXT4, which is a popular file system for Android phones, in most of benchmarks. I will describe motivation, design, and implementation of the file system, then show performance comparison data with EXT4. Target audiences are those who are interested in file system support for flash storages such as eMMC and SSD. Kernel and file system expertise […]

Boardcon CM3588 Rockchip RK3588 System-on-Module designed for AI and IoT applications