Light Biz OS Firmware, Android and Ubuntu Image, and Android SDK Released for GeekBox (RK3368)

GeekBox is an upcoming Android TV box based on Rockchip RK3368 octa-core processor that doubles as a system-on-module and development board. The company has now uploaded the Android 5.1 SDK, including Linux 3.10.79 kernel, on github. It’s not for the Android SDK for RK3368, but at least it’s not just an outdated tarball, and will hopefully be regularly updated directly on github. Beside the source code, the company also released three firmware image including Rockchip’s Light Biz OS desktop operating system based on Lollipop: Biz OS for GeekBox – V151208 (8th of December 2015) Android and Lubuntu dual boot image  – V151129 (29th of November 2015) Android 5.1 image – V151129 (29th of November 2015) It’s quite possible those images will also work on other Rockchip RK3368 platform with some modifications, e.g. an updated device tree file for a given hardware. I’ve downloaded Biz OS adn the dual boot image, […]

Allwinner A64 Android 5.1 SDK and Linux Source Code

Allwinner A64 is likely to become quite popular as it will be used in PINE A64 board, Olimex open source hardware laptop featuring A64-OLinuXino board, and some low cost tablets. We’ve already got some documentation such as Allwinner A64 datasheet and user’s manual, but AFAIK, there was no source code released for the board. The good news is that you can now download Android 5.1 SDK and Linux source code on Baidu with four files available: lichee_A64_A5.1_V1.0.tar.gz – Linux source code android_A64_A5.1_V1.0.tar.gz– Android 5.1 SDK android_prebuilts_A64_A5.1_V1.0.tar.gz – Some pre-built binaries for Android A64硬件资料.zip – Documentation including the datasheet, product brief, and user’s manual which we’ve already got, but also some hardware with reference schematics, PCB layout files, and BoM for an Allwinner A64 tablet. That’s about 7.4GB to download, and apart from the documentation, the download is not quite complete yet, so I could not look into the details of […]

GoWarrior Tiger Development Board with ALi M3733 SoC To Support Android, Debian and FreeRTOS

There was a time when development boards were really hard to get for individuals with companies not wanting to waste their time with hobbyists, but the maker revolution changed all that, and now many companies want to get involved in “open source” board for the developer’s community. The latest board trying to emulate the Raspberry Pi is GoWarrior Tiger powered by ALi M3733 dual core cortex A9 processor with 1GB RAM, 4GB Flash, Ethernet and WiFi, HDMI and AV output, and two 40-pin expansion headers. Tiger board specifications: SoC – ALi M3733-AFAAA dual Cortex A9 processor @ 1.0 GHz with  ARM Mali-400 MP2 GPU System Memory – 1GB DDR3; dual channel 1600 MT/s, 800MHz Storage – 4GB on-board NAND Flash + micro SD slot Video & Audio Output – HDMI 1.4 port up to 1080p, with support for HDCP and CEC, 3.5 mm AV jack Connectivity – 10/100M Ethernet, 802.11 […]

PINE A64 Development Board Kickstarter Campaign is Up

As previously announced, PINE64 $15 64-bit ARM Linux computer was due to launch on December 9, and the Kickstarter campaign is now up, and the shipping costs are $7 to the US, and $12 to the rest of the world. The name have changed to PINE A64 and PINE A64+ since the first announcement, but the specifications have mostly not changed for th two boards with an Allwinner quad core Cortex A53 processor, 512MB to 1GB RAM, a micro SD slot for storage, Gigabit Ethernet, HDMI 1.4, USB ports, and some other expansion headers for I/Os, displays or cameras. The PINE A64+ however now has an option for 2GB for $29, and we’ve got a bit more information about optional modules and accessories: Wireless module with WiFi and Bluetooth adapter Zwave adapter 7″ LCD touchpanel (PINE64+ only) Dry contact I/O board 5MP MIPI CSI camera Various sensors Various remote controls […]

Fleye is a Safe, Robust and Developer Friendly Drone Powered by NXP i.MX6 Processor (Crowdfunding)

In most cases, it’s a pretty bad idea to touch a drone while it’s flying, as you could potentially hurt yourself and others with the blades, so a startup based in Belgium has decided to design a safe drone with the blades hidden under a shell surrounded by protective grids, and with features such as obstacles avoidance. The design also makes the drone sturdier, and less prone to breakage should it fall or hit obstacles. The drone, dubbed Fleye, is based on NXP i.MX6 dual core processor, runs a Linux OS built with the Yocto Project, and the company also plans to provide APIs, and mobile SDKs to allow the developer community to experiment with the drone, and/or create mobile apps. Main hardware features of Fleye drone: SoC – Freescale NXP i.MX6 dual or quad core ARM Cortex A9 processor @ 800 MHz with Vivante GPU System Memory – 512 […]

Renesas R-Car H3 Deca-Core Processor and Driverless Car Roadmap

Renesas has recently unveiled R-Car H3 deca-core processor for automotive applications with four Cortex A57 cores, four Cortex A5 cores, and two Cortex-R7 “dual-lock step” cores for real-time processor, and has part the releases showed the expected roadmap for the implementation of driverless / autonomous cars. Let’s start with the processor (R8A77950) and SiP module (R8J77950) specifications: CPU cores –  quad core  ARM Cortex-A57, quad core ARM Cortex-A53, and dual lock-step ARM Cortex-R7 cores with respectively 48KB/32KB, 32KB/32KB, and 32KB/32KB L1 instructions/operand cache. GPU – IMG PowerVR Series6XT GX6650 External memory – LPDDR4-SDRAM up to 1600 MHz, data bus width: 32 bits x 4 ch (12.8GB/s x 4) Expansion bus – 2 ch PCI Express2.0 (1 lane) Video Out – 3x display output Input / camera – 8x video inputs Video codec module (H.265, H.264/AVC, MPEG-4, VC-1, etc.) IP conversion module 2x TS Interfaces Stream and Security Processor Video image […]

How to extract kernel.img with mkboot script

As I tried instructions to install Linux on Amlogic S905 Android TV boxes yesterday, I wanted to extract kernel.img file found in Android firmware, but Google did not help that much until I found mkboot part of mkbootimg_tools scripts. But first let’s see how kernel.img is created… Google provide a Python script called mkbootimg that combine the kernel image (e,.g. zImage), a rootfs/ramdisk and the device tree (DTB) file with a command line that looks like:

However, AFAIK the company does not provide a “unmkbootimg” script, and mkbootimg can only be used to create kernel.img, not decompile it. But that’s what mkboot does, and it works for kernel.img and recovery.img. Let’s retrieve the necessary files first:

mkboot is a bash script so we can use it right away:

So it can be used both for unpacking and repacking kernel.img to/from the output directory. Let’s run the command […]

How to Run Headless Linux on Amlogic S905 Devices Such as MINI MX or K1 Plus

A few week ago, I had been informed that Amlogic S905 U-boot and Linux source code was released, and one person use the code and other resources to load a minimal Ubuntu 14.04 image to his K1 Plus TV box and released the installation instructions and the image (Thanks olin!). I also have K1 Plus here, but since I’ve just finished reviewing Beelink MINI MX, I decided to use the latter instead. The instructions below boot Linux from the (micro) SD card, and can still boot Android if you remove the SD card. Modifying U-boot environment The instructions include opening the box, and connecting or soldering a USB to TTL debug board to access U-boot and change some parameters. But later once an image with network is working, you could also build and load fw_setenv and fw_saveenv, and do the same steps with an Android shell and without the need […]