Pipo Max M9 Android 4.1 Tablet Powered by Rockchip RK3188

I first heard about Rockchip RK3188 quad core Cortex A9 at the end of 2012,  Rockchip showcased an RK3188 tablet development platform at CES 2013, and we were told the first tablet would ship in March without more details about available models. It appears Pipo Max M9 may be one of the first RK3188 available for purchase. This Android 4.1 tablet features a 10″ IPS display with 1280 x 800 resolution, 2 GB RAM, and 16 GB Flash. Here are the full specifications for PiPO MAX M9: SoC – Rockchip RK3188  Quad core Cortex A9  @  1.8GHz with Mali-400MP4 GPU @ 533 MHz. System Memory –  2 GB RAM Storage – 16 GB flash + microSD slot Display – 10.1″ IPS display with 10-Point capacitive touch screen. Resolution: 1280 x 800 pixels Connectivity: Wi-Fi 802.11 b/g/n Bluetooth 2.1 3G via external USB dongle Camera – 2.0MP front camera, 5.0MP rear […]

MK812 mini PC Comes with 1GB RAM, a Webcam and an External Wi-Fi Antenna

Here’s yet another mini PC based on Rockchip RK3066. MK812 mini PC looks just like Kimdecent B12, but the version version has been updated by replacing one of the microUSB ports with a jack to insert the cable of a high gain 3dB antenna. The antenna has a magnetic base so that you can stick it on your metallic furnitures… They have also increased the amount of RAM, and you now get 2GB RAM in the device. Update: Only 1GB RAM finally. Here are the MK812 specifications as shown on MiniAndroidPC: SoC – Dual-core Allwinner?  A9 1.2~1.6GHz CPU processor System Memory – 2 1GB DDR3 Storage – 8GB NAND flash memory + microSD slot Video Output – HDMI (1080p/2160p) Connectivity – Wi-Fi 802.11 b/g/n & Bluetooth 2.3 Camera – Build-in 2MP camera USB – 1x USB 2.0 Host, 1x USB OTG Misc – Build-in microphone, and reset button. Dimensions – 88 […]

Headless Connected Oscilloscope based on Cubieboard or Beaglebone

Warsaw ELHEP (Electronics for High Eenergy Physics Experiments) Group is currently working on MMS (Mobile Measurement System) Project. This project features what I would call a “headless connected oscilloscope”, which can be detected on the network via SSDP, send the data via Websocket, and display it on iOS, Android, or Windows Phone devices. This oscilloscope does not feature any screen, and receives/transmits data via Ethernet, Wi-Fi, or Bluetooth. The original hardware is based on three main boards: CTI-VMAX – ARM9 with Wi-Fi, Bluetooth, and Ethernet connectivity. ARM SCOPE v1.0.1 with  8 channel ADC. ARM SCOPE v1.0.2 with 4 high speed ADC (100MSPS). The ELHEP researchers have been looking at replacing CTI-VMAX with low cost boards, and after considering several options, they chose to design two versions of their oscilloscope: one based on Cubieboard, and the other on the Beaglebone. So they designed expansions boards for the Cubieboard and Beaglebone in […]

U-boot, Linux Kernel, and Android Patches for Freescale i.MX6 HDMI TV Dongles

We can now get some quad core Android mini PCs (e.g. Hi802, GK802) featuring Freescale i.MX6Q processor, Freescale has released full documentation and source code its development platforms, Hi802 / GK802 HDMI TV dongles are easily hackable, and there’s even an Ubuntu image for the devices. So it looks pretty good ,right? Well almost.. there are some patches and config for GK802 that have not been released by Richtechie, so we can’t modify the  bootloader and Linux kernel. But this may change, as ARMTvTech forum user hste noticed some Freescale i.MX6 HDMI dongle patches om IMX Community website. Even though I’m not sure those are fully compatible with Hi802 / GK802, this could be a starting point. Today, I’ll provide the instructions to build u-boot, the linux kernel and Android ICS with those patches in a machine running Linux 12.04 64-bit. Patch Sets Descriptions There are two set of patches that […]

linaro-android-tools Scripts Upgrade Android Kernel & Initrd via ADB

With Linaro 13.01 release, Linaro announced linaro-android-tools (aka Kernel Update Tools), a set of tools to improve development time for kernel developers. Today, they published a blog post explaining those scripts allow developers to update the kernel without having to take out the SD card from their development board, and instead update the firmware via ADB with a PC connected via the network or USB. Currently there are 2 shell scripts: update-android.sh – To update kernel files in boot partition such as boot.tar.bz2, single files (e.g. uImage) or kernel modules. Usage:

For example:

update-uInitrd.sh – To update files in the initrd Usage:

For example:

Those 2 scripts are available in Linaro git repository:

Currently the scripts only support Pandaboard, Origen, Versatile Express, and Versatile Express A9 boards,but they could be easily modified to support other boards supporting linaro packages. Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software […]

Atmel Introduces SAMA5D3 Cortex A5 Embedded MPUs and Evaluation Kits

Atmel has recently announced the Atmel SAMA5D3 series, a family of high performance, low-power microprocessor units (MPUs) based on ARM Cortex-A5 core. The SAMA5D3 series is designed for embedded applications in the industrial space, including factory and building automation, smart grid, medical and handheld terminals, as well as consumer applications such as smart watches, outdoor GPS, and DECT phones. SAMA5D3 family has the following characteristics: ARM Cortex-A5 core up to 536MHz (850DMIPS). Floating point unit (FPU) with up to 3 times the performance of Cortex A8 FPU. 166MHz bus speed delivering up to 1328MB/s bandwidth. Power consumption: <200mW in active mode at 536MHz with all peripherals activated 0.5mW in low-power mode with SRAM, registers retention and <0.5ms wake-up time ~1.2µA in backup mode with RTC running Connectivity: Dual Ethernet and dual CAN ports (Only one model has both) Gigabit Ethernet MAC with IEEE1588 and 10/100 MAC Two CAN controllers 3x […]

Droid Stick A2 Firmware With Google Play Fix

If you have read my previous review of the Droid Stick A2, I was pretty upset about Google Play since I could not install most of the apps. This is now fixed, and Kimdecent has released a firmware upgrade. Here’s how to upgrade: Download g02refDongle-ota-20130201.rar Extract it in your PC, and copy the files (g02refDongle-ota-20130201.zip and uImage_recovery) to the root of your microSD card (Formatted as FAT32) Insert the microSD into Droid Stick A2 Boot the mini PC normally, and launch the “Upgrade” app Select Local Upgrade, then select g02refDongle-ota-20130201.zip and click on Reboot and Install Package Droid Stick A2 will reboot, and it should start upgrading Android. Done Since I’ve been messing up with Android and broken something, “Reboot and Install Package” does nothing for me (some permissions issues with /cache/recovery/command), so I could not verify this works or not. Finally, I could install it on the first version […]

Linaro 13.01 Release with Linux Kernel 3.8 and Android 4.2.1

Linaro has just announced release 13.01 which includes Linux Kernel 3.8-rc4 and Android 4.2.1. A lot of work seems to have gone in Arndale board and OpenEmbedded ARMv8. It’s the first time an Ubuntu image is released for Arndale Cortex A15 development board. One the kernel side some Android upstreaming work has been done, as well as some fixes for eMMC, and code for ST Ericsson Novathor 8500 SoC has been reorganized. Version 14 of the big.LITTLE MP (Multi Processing) has been released. The LEG has done further work on Linaro UEFI and GRUB. Here are the highlights of this release: Android Platform Work The first step of the android-build front-end update for new build program has been landed. Origen and Versatile Express manifests have been consolidated into a single manifest. linaro-android-tools were developed to improve development time for kernel developers. See Kernel Update Tools for details. The android-build scripts […]

Exit mobile version