MINI X Android 2.3 Network Media Player Based on AllWinner A10

Here’s another tiny device based on AllWinner A10 processor. The MINI X is an Android 2.3.4 set-top box with 512MB RAM and 4GB NAND Flash that costs 77.50 USD including worldwide shipping. Here are the device specifications: CPU – AllWinner A10 (Cortex A8) with Mali-400 GPU Memory – 512MB DDR3 RAM Storage – 4GB NAND Flash, microSD slot Video Output – HDMI 1.3 USB  – 2x USB 2.0 host Connectivity – WiFi 802.11 b/g/n Video Formats –  MKV, TS, TP, M2TS, RM/RMVB, BD-ISO, AVI, MPG, VOB, DAT, ASF, TRP, FLV etc Video Codecs – MPEG1/2/4, H.264, VC-1, Divx, Xvid, RM8/9/10, VP6 Subtitle – SRT, SUB, IDX, SSA, SMI Audio Formats – MP3, ACC, OGG, WMA, WAV, M4A, APE Image format – JPG, BMP,GIF, TIF, PNG IR Remote Control Dimension: 72 x 61 x 13mm Weight: 51g This device is half-way between the MK802 HDMI stick and the Mele A1000 STB. […]

Zero Devices Z900 Android 4.0 HDMI Stick

A reader (Thanks Javier!) tipped me about the Zero Devices Z900, an upcoming Android 4.0 mini PC, by one of the companies providing the MK802 / Z802 mini PC. Here are the unofficial specifications: ARM Processor @ 1Ghz with Mali-400 GPU (AllWinner A10 ?, Wrong guess. It’s Telechips TCC8925) 512 MB RAM 4 GB Flash and microSD slot HDMI video output Wi-Fi 802.11 b/g/n 1x USB 2.0 port and 1x mini USB port (power) OS – Android 4.0 Dimensions – 89 x 32 x 18 mm Weight – 38 grams This little device also support 3D video playback. Availability and pricing are not available yet, but we can expect it to be in the same price range of his little brother (MK802 / Z802) that is around 70 to 80 USD including shipping. Since it has an HDMI male connector, it can be more convenient than the MK802 as you […]

Rikomagic MK802 Android mini PC Unboxing and Review

Youtube user Zaatour36 has received the low cost MK802 Android 4.0 mini-PC based on AllWinner A10 processor and has uploaded 2 videos. The first video gives an overview of the device connectors and show the different cables (mini HDMI to HDMI, USB) and adapters (microUSB to USB and power) that are provided with the MK802. The second video is more like a review, and shows how to connect the device, go to the setup menu to change the settings and language and play around with the different Android applications. You’ll also be able to get a feeling of the performance. Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011. www.cnx-software.com

74 USD AllWinner A10 Android 4.0 Mini PC

A cheap white brand Android 4.0 USB/HDMI Stick based on AllWinner A10 has started to show up in Chinese websites. Initially, I thought it was like a low cost version of FXI Tech Cotton Candy (which will start shipping this month), but as you can see in the image below, the HDMI port is female so you’d still need a HDMI cable. The hole next to the USB port should be for the power supply, so this device is apparently not powered via USB (TBC). Connect a wireless mouse and keyboard to the device, the power supply, and an HDMI cable to your TV, and you’ve got yourself a cheap PC running Android 4.0. Since this is based on AllWinner A10, you could also insert a microSD card with Ubuntu, Debian or your other favorite Linux distribution and have yourself a Linux PC. Here are the specifications of the device […]

makeSD Script to Write Image to SD Card for Mele A1000 / AllWinner A10 Devices

Most images released for Mele A1000 (Ubuntu, Puppy Linux..) won’t fit in my SD card, and until now I had to manually partition the SD card, extract the data and copy it to the SD card. I’ve also noticed the size of the SD card slowly creeps lower overtime. I bought an SD card last week and fdisk reported 3901685760 bytes and this morning the same command reported 3898782720 bytes. That’s probably due to new bad sectors which I believe is actually normal for this type of device. The problem is that a backup of “last week” SD card done with dd might not be restored properly with dd since the SD card is now smaller. So I decided to write a shell script “makeSD.sh” that will do the following: Umount the SD card if needed Partition the SD card Copy uboot to the SD card Mount the image file […]

Editing AllWinner A10 Board Configuration Files (script.bin)

AllWinner A10 based devices all have board configuration files in binary format, sometimes refereed to as script.bin, evb.bin, sys_config.{product_nane}.bin store in the FAT partition with the kernel. You may want to decode those binary files to configure your hardware and/or disable/enable peripherals. For the Ubuntu image provided for the Mele A1000 set-top box, the file is called evb.bin and the two other files (mele.bin and sys_config1.mele_mod.bin) are not used. The filename can change since it is configurable in u-boot e.g.: load1=fatload mmc 0 43000000 evb.bin bootcmd=run load1 boot_mmc If you want to decrypt the binary files into text format (fex), you can retrieve bin2fex tool: git clone https://github.com/amery/sunxi-tools Build it: cd sunxi-tools make This will compile both bin2fex (binary to fex text files) and fex2bin (fex files to bin), but the later does not seem to work right now. fex2bin also works now. If you want to decrypt a configuration […]

Xibo Digital Signage Running on Mele A1000 AllWinner A10 Set-Top Box

Those following my blog know that I recently bought a Mele A1000 to play around. For those who are not familiar with this device, the Mele A1000 is a $70 Android set-top box featuring an AllWinner A10 cortex A8 processor and lots of peripherals, and it can easily be hacked to run a Linux distributions. This hardware would also be a great digital signage player thanks to its video playback capabilities: up to 2160p video decoding and 1080p video output. Last year, I ported Xibo, an open source digital signage player, to ARM and ran it in the Beagleboard emulator (qemu), but I hadn’t had the opportunity to try it out in a real hardware. I’ve tried this rootfs based on Linaro ARM Linux Internet Platform (ALIP) image for BeagleBoard in the Mele A1000, by following an adaptation of the method I provided earlier. For this demo, I created a […]

How to Create Your Own Debian / Ubuntu Image for Mele A1000 (AllWinner A10 Based STB)

Developers working on AllWinner A10 have released an Ubuntu 10.04 LTS SD card image (4GB) for the Mele A1000. I’ll show how you can create your own Debian or Ubuntu image based on this image for any size of SD Card using Debian 6.0 (Squeeze) and the recent Ubuntu 12.04 (Precise Pangolin) as example. The current image is not perfect, for example Ethernet doesn’t work (but you can still get network connectivity with WiFi), the NAND flash can not be accessed, the system does not appear to be very stable when running X and a few more issues. But this will be fixed by the developer community over time. First download the SD card image wget http://hands.com/~lkcl/mele-ubuntu-lucid.img.lzma Install 7z (if you don’t have it yet) and decompress the file: sudo apt-get install p7zip-full 7z x mele-ubuntu-lucid.img.lzma The decompressed size is 4008706048, which might be larger than your 4GB SD Card […]