Three days ago, a T-chip representative informed me privately that Firefly development board (Rockchip RK3288) would not be available on foreign websites, and that it was unclear when the board would be selling in China. So either I’ve been lied to, or there’s poor internal communication within the company, as they’ve now listed Firefly-RK3288 board on Taobao for 800 CNY (~$130), and it’s also available on GeekBuying for $159 including shipping, possibly by somebody unrelated to T-chip, especially there are only 3 units for sale. Let’s go the specifications that have slightly changed since the original announcement: SoC – Rockchip 3288 quad core ARM Cortex A12 / A17 up to 1.8 GHz with Mali-T764 GPU supporting OpenGL ES 1.1/2.0 /3.0, and OpenCL 1.1 System Memory – 2G DDR3 Storage – 16 GB eMMC flash + micro SD slot Video I/O HDMI 2.0 up to 3840×2160@60p VGA out (D-SUB connector) Dual MIPI, Dual LVDS and and EDP […]
Rikomagic Announces MK902II LE Ubuntu Mini PC Powered by Rockchip RK3288 SoC
Rikomagic announced their MK902II mini PC based on Rockchip RK3288 in May, and which has started shipping recently for about $130. The company have now announced MK902II LE (Linux Edition) based on the same hardware, but instead of running Android 4.4, it’s running Xubuntu 14.04 with some virtualization technique that allows it to run x86 Linux programs such as Skype, and it can even support Wine to run Windows programs. MK902II LE specifications: SoC – Rockchip RK3288 Quad Core Cortex A12/A17 up to 1.8GHz with ARM Mali-T764 GPU supporting OpenGL ES1.1/2.0/3.0, Open VG1.1, OpenCL, DirectX11 System Memory – 2GB (Dual channel 64 bit DRAM controller) Storage – 16GB Internal eMMC with Xubuntu 14.04 preinstalled + micro SD card slot Video Output- HDMI (1080p), and AV output Audio Output – HDMI, AV output, optical output, or external USB audio card (not included) Connectivity – Gigabit Ethernet, 802.11 b/g/n Wi-Fi. USB – […]
Rockchip RK3126, RK3128, and “MayBach” Octo-core Cortex A53 Processor Could Be Found in Tablets in Q4 2014
T-chip, the company behind Firefly-RK3288 development board and HPH NT-V6 media player, has sent me their latest company brochure this morning. The brochure mentions the company history since 2005, various tablets solutions they have done over the year, and new and upcoming products. One of the slides particularly caught my attention. RK3288 is pretty popular right now, but I had never heard about RK3126 and RK3128 SoC with four ARM Cortex A7 core with a Mali GPU supporting HEVC decoding up to 1080p resolution. Both processors are manufactured using 40nm technology, so I’d guess these target ultra low cost tablets, which should become available in October and November 2014. Even more interesting is the mention of “MayBach” Tablets. I’ve been told MayBach, which could just be a temporary codename, is an upcoming Rockchip SoC. Based on the information in the slide, it should be an Octa-core Cortex A53 processor with […]
Unboxing of Nagrace HPH NT-V6 Android TV Box with HDMI In, Rockchip RK3288 Processor
Thanks to Nagrace Times Technology, I’ve got a new Rockchip RK3288 Android mini PC to play with. HPH NT-V6 model is higher end compared to the other ones I’ve received including Uyesee G1H, Kingnovel R6 and Orion R28 Meta, because it comes with 32GB eMMC, HDMI In, and a AP6335 Wi-Fi module providing 802.11ac Wi-Fi connectivity. I’ll start by listing the device specifications, take some pictures of the device and the board, and I’ll write a full review probably next week as I have some other hardware to test first. Nagrace NT-V6 specifications The company provides various memory and storage options for this product, and if Linux based operating systems such as Ubuntu or Chrome OS end up being properly supported on Rockchip RK3288, Nagrace NT-V6 could end up bring a very nice mini PC: SoC – Rockchip RK3288 quad core ARM Cortex A12/A17 processor @ 1.8 GHz with ARM […]
Creating and Flashing an Android Image from Rockchip RK3288 SDK
Following up on my post explaining how to build Android for RK3288 TV box, I’ve generated a firmware image, and flashed it to Tronsmart Orion R28 Meta TV box to see if it could boot properly. There’s basically no information in the Andoird SDK explaining how to do basic things like building from source, and generating and flashing the resulting image, so I’d like to thanks Linuxium, Droidmote and Naobsd for their various tips. Since I’ve built everything from source, I’m using a Linux machine, but you should be able to create and flash the Android image in Windows using tools in RKTools/windows folder. First let’s copy the required, and freshly built, files to create the firmware:
1 2 3 4 |
cp rockdev/Image-rk3288/* RKTools/linux/Linux_Upgrade_Tool_v1.2/rockdev/Image/ cp RKTools/rk3288-3.10-uboot-data1G.parameter.txt RKTools/linux/Linux_Upgrade_Tool_v1.2/rockdev/parameter cp RKTools/bootloader/uboot-emmc/RK3288Loader_uboot_Apr212014_134842.bin RKTools/linux/Linux_Upgrade_Tool_v1.2/rockdev/ cd RKTools/linux/Linux_Upgrade_Tool_v1.2/rockdev/ |
We’ll also need to edit package-file follows (I only had to change the bootloader field):
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# NAME Relative path # #HWDEF HWDEF package-file package-file bootloader RK3288Loader_uboot_Apr212014_134842.bin parameter parameter misc Image/misc.img kernel Image/kernel.img boot Image/boot.img recovery Image/recovery.img system Image/system.img backup RESERVED #update-script update-script #recover-script recover-script |
And now create the firmware file:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
./mkupdate start to make update.img... Android Firmware Package Tool v1.0 ------ PACKAGE ------ Add file: ./package-file Add file: ./RK3288Loader_uboot_Apr212014_134842.bin Add file: ./parameter Add file: ./Image/misc.img Add file: ./Image/kernel.img Add file: ./Image/boot.img Add file: ./Image/recovery.img Add file: ./Image/system.img Add CRC... Make firmware OK! ------ OK ------ ********RKImageMaker ver 1.61******** Generating new image, please wait... Writing head info... Writing boot file... Writing firmware... Generating MD5 data... MD5 data generated successfully! New image generated successfully! Making update.img OK. Press any key to quit: |
The firmware file update.img can be flashed with upgrade_tool […]
How to Build Android 4.4 for Rockchip RK3288 Devices (Tronsmart Orion R28)
After blowing up my ATX power supply, and learning such things as “FULL” power supplies do exists, I finally managed to build Android for Tronsmart Orion R28 using the provided SDK. I haven’t tried to load it on the device yet, but the build could complete successfully after following the steps below in Ubuntu 14.04. The SDK is probably not specific to one device, so it might just also work on other RK3288 TV boxes and tablets. First download Android 4.4 SDK for RK3288, or use the one in the micro SD card provided with the Beta version of R28 Pro and Meta. Install some dependencies:
1 2 3 4 5 |
sudo apt-get install git-core gnupg flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.8-dev \ squashfs-tools build-essential zip curl libncurses5-dev zlib1g-dev pngcrush schedtool libxml2 \ libxml2-utils xsltproc lzop libc6-dev schedtool g++-multilib lib32z1-dev lib32ncurses5-dev \ lib32readline-gplv2-dev gcc-multilib libswitch-perl gcc-arm-linux-gnueabi lzop libncurses5-dev \ libssl1.0.0 libssl-dev |
Extract the SDK:
1 |
tar xvf Orion_R28_SDK_doc.tar.gz |
And build the kernel first: Enter the kernel directory:
1 |
cd RK3288_R-BOX_ANDROID4.4.2-SDK_V1.0.0/kernel/ |
Change arch/arm/boot/dts/Makefile to use RK3288 device tree file instead of an RK3188 (may not be needed, but the build failed for me without that change…):
1 |
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3288-box.dtb |
It’s also quite […]
Tronsmart Orion R28 Meta RK3288 TV Box Unboxing
GeekBuying sent me one of their Tronsmart Orion R28 Meta (Beta) Android TV boxes powered by Rockchip RK3288 SoC. This model comes with 2GB DDR3, 16 eMMC, and 802.11 b/g/n/ac Wi-Fi. R28 Mega is the mid-range model, and there are two others models R28 Pro (entre-level) and R28 Telos (premium). I’ve already listed specifications for the three Tronsmart Orion R28 models. Today, I’ll show some picture of the device, and the board to find out more about the design of the product. Before reviewing the product in another post, I’ll probably build the image using the provided Android 4.4 SDK (provided I can download it), and perform the full review next week with the resulting firmware. Tronsmart Orion Meta R28 Unboxing I’ve received the parcel via DHL within 2 days. The same package will be used for all three models, but you’ll have a sticker on the side for Pro, […]
Review of Kingnovel K-R68 (R6) Android Mini PC
I’ve already listed specs, and shown a few pictures of Kingnovel K-R68 (R6) Android media player based on the latest Rockchip RK3288 quad core processor. I’ve now gone through all my usual tests, so today, I’ll write the review, going through the user interface, testing video playback, reporting one various performance benchmarks including network and storage performance, tested most hardware features, and played a few games. First Boot, Settings and First Impressions Albeit there’s an infrared remote control with the device. I’ve not used it all, especially, as we’ll see below the default user interface is the stock Android home screen. As usual, I’ve connected an RF dongle to use Mele F10 Deluxe air mouse. Before powering up the device, I’ve also connected an HDMI cable, a USB hard drive, and an Ethernet cable. Albeit there’s a power button, the device will boot automatically as you connect the power adapter, […]