i.MX6 Android branch r13.4-1
Published on April 4, 2013
For those of you with access to our Android sources, we've recently pushed a new branch (r13.4-1) to our repo manifest.
We're prepping a long-overdue blog post and image for Android that includes full support for WiFi and partial Bluetooth support and have included Freescale's recent patch sets:
R13.4.1 |
R13.4.02 (Solo emulation) |
R13.4.03 (LDO patches) |
GPU P11.1 upgrade |
This release has been tested on Solo, Dual-Lite, and Quad-Core variants of our BD-SL-i.MX6 (formerly SABRE Lite), Nitrogen6X and Nitrogen6X SOM boards.
You should be able to sync up and build using repo like so:
~/myandroid$ repo sync
~/myandroid$ repo init -b r13.4-1
~/myandroid$ . build/envsetup.sh
~/myandroid$ lunch
...select the machine you want to build for here...
~/myandroid$ m 2>&1 | tee build.out