MIPS has just announced the release of the Android Native Development Kit version 7. It has the same APIs as the Android NDK revision 7 released in November 2011 (for Android 4.0), but adds support for MIPS architecture and the MIPS ABI . The NDK is available for Windows, Linux and MacOS. The NDK allows developers to use C/C++ code either to reuse existing C/C++ code or to improve the performance over code developed with Java. Note that MIPS states that “using native code does not result in an automatic performance increase, but always increases application complexity. If you have not run into any limitations using the Android framework APIs, you probably do not need the NDK.” The NDK can be downloaded for: Windows Linux Mac You’ll also have to download the Android MIPS SDK, if you want to use the NDK. Strangely, the Mac SDK is not available for […]
Android 4.0 Source Code For MIPS is Now Available
In the last few weeks, MIPS has already released the Linux Kernel for MIPS Android and shown us a low cost (99 USD) Android ICS Tablet. Today, they announced the official release of MIPS Android 4.0 source code. The latest version of Android 4.0 is “mr0″ and you can read the release notes for further details. Before downloading the Android source code be sure that you have a correctly setup Linux workstation. Now, here are the instructions to checkout MIPS Android 4.0:
1 2 3 4 |
mkdir mipsandroid cd mipsandroid repo init --repo-url=git://github.com/MIPS/repo.git --repo-branch=stable -u git://github.com/MIPS/manifests.git -b mips-ics-mr0 -m mips-ics-4.0.1_r1m1.xml repo sync |
The first time you run the repo sync it will download several gigabytes of source code to your machine so be patient and it may take a few hours. Once the download is completed future updates may take only a few minutes since only the code changes are downloaded. If you just want to have a look, All MIPS Android source code can also be viewed online at http://www.github.com/mips. […]
99 USD MIPS Android 4.0 Tablet Hands-on Video
Following the announcement of the 99 dollars Ainol Novo 7 Android ICS last week, MIPS’s Amit Rohatgi, Mobile Principal Architect at MIPS released a longer demo video of the device, showcasing the following: Angry Bird Game with framerate around 50 FPS. Kindle Reader Web Browser Rear & Front Camera Photo Gallery (transition are a little sluggish) Email (Exchange account) 1080p video playback both an the device and mirroring on HDTV via an HDMI cable He also explain that on of this friends could watch 3 full-length movies on a battery charge. 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
99 USD Android 4.0 Tablet (Novo 7) Powered By MIPS Processor
MIPS has just announced the Novo 7 a low cost Android ICS tablet powered by Ingenic’s JZ4770 mobile applications processor that leverages a MIPS-BasedTM XBurstTM CPU running at 1GHz. The new tablet is available with a 7″ capacitive multi-touch screen. 8″ (Novo 8 ) and 9″ (Novo 9) form factors will be available soon. All versions include support for WiFi 802.11 b/g/n, USB 2.0, HDMI 1.3 and microSD, as well as 3D graphics with the Vivante GC860 GPU, 1080p video decoding and dual front/rear cameras (2 MPixel). The XBurst processor’s power-efficient architecture provides extended battery life-the 7″ tablet draws less than 400mA during active web browsing. The Ingenic JZ4770 SoC inside of this (ultra) low cost tablet is one of the first MIPS-based systems-on-chips (SoCs) targeted for mobile devices that delivers 1GHz+ frequency. The JZ4770 SoC is powered by a MIPS32 compatible XBurst CPU designed by Ingenic. The XBurst CPU […]
MIPS Releases Kernel 3.0.8, plans for Android 4.0
MIPS has just released Linux Kernel 3.0.8 port for MIPS SoC, the kernel version used by Android 4.0.1. The latest kernel is available on MIPS developer website at http://developer.mips.com/linux/. You can use Git to get the latest kernel source code for MIPS Technologies cores (with hardware fixes and improvements) as follows:
1 |
git clone git://git.linux-mips.org/pub/scm/linux-mti.git -b linux-mti-3.0.8 |
Although git is recommended to ensure you have the latest commit, you can also download a snapshot version from linux-mips FTP site.:
1 |
ftp://ftp.linux-mips.org/pub/linux/mips/mti-stable/v3.x/linux-mti-3.0.8-1.tar.bz2 |
Over the next several weeks, MIPS will be posting updates on the MIPS Developer website regarding Android 4.0 (ICS) with a release planned for mid-december 2011. 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
Developing Embedded Linux Devices Using the Yocto Project – ELCE 2011
Presentation entitled “Developing Embedded Linux Devices Using the Yocto Project and What’s new in 1.1” by David Stewart, Intel, at Embedded Linux Conference Europe 2011. Abstract: The Yocto Project is a joint project to unify the world’s efforts around embedded Linux and to make Linux the best choice for embedded designs. The Yocto Project is an open source starting point for embedded Linux development which contains tools, templates, methods and actual working code to get started with an embedded device project. In addition, the Yocto Project includes Eclipse plug-ins to assist the developer. This talk gives a walk-through of the key parts of the Yocto Project for developing embedded Linux projects. In addition, features are described from the latest release of Yocto (1.1). At the end of the talk, developers should be able to start their own embedded project using the Yocto Project and use it for developing the next […]
Yocto Project Release 1.1 Announced
The Linux foundation announced Yocto Project Release 1.1 today. This release codenamed “Edison” and based on Poky 6.0 is the the second release of the project, one year after it was announced in October 2010 to provide developers with greater consistency in the software and tools they’re using across multiple architectures for embedded Linux development. The Yocto Project reached the following milestones during the last year: Alignment of OpenEmbedded technology and the inclusion of OpenEmbedded representation in the Yocto Project governance structure. The projects share a common core that consists of software build recipes and core Linux components that prevent fragmentation and reinforce the OpenEmbedded methodology as an open standard for embedded Linux build systems. Contribution of tools and technologies such as Cross-prelink, EGLIBC, Pseudo, Shoeleather Lab (for automated testing) and Swabber have been contributed from Intel, Mentor Graphics, MontaVista Software and Wind River. Commercial adoption with examples such as […]
Yocto Project: Build Your Own Custom Embedded Kernel Image
The Yocto Project is an open source collaboration project that provides templates, tools and methods to help you create custom Linux-based systems for embedded products regardless of the hardware architecture. The first official release (Yocto Project 1.0) has been made available on the 6th of April 2011. Yocto Project Overview See this short video presentation of the Yocto Project which explains its goals. It’s a complete embedded Linux development environment with tools, metadata, and documentation – everything you need such as emulation environments, debuggers, an Application Toolkit Generator, etc… It is not a new build system however such as buildroot, instead it relies on the Poky build tools that provide an open source development environment targeting the ARM, MIPS, PowerPC and x86 architectures. Here’s what the Yocto Project provides: A recent Linux kernel along with a set of system commands and libraries suitable for the embedded environment. System components such […]