- Linux sources – In Freescale jargon, the L3.0.35-12.09.03-GA release is the non- Android flavor of Linux sources, and includes a new LTIB distribution and a new Ubuntu Oneiric release.
- Android sources – Release imx-android-r13.4-ga is an update to the 13.4-beta release we we described last month.
- Non-Android kernel – using branch boundary-L3.0.35_12.09.01_GA, and
- Android kernel – using branch boundary-imx-android-r13.4-ga.
The new U-Boot branches are also now up on GitHub:
- Android U-Boot version is available in boundary-imx-android-r13.4-ga, and
- The non-Android U-Boot version is available in boundary-L3.0.35_12.09.03_GA
Hang tight for some more posts related to these releases. We’ll be putting some images on-line in coming days. If you need access to them, shoot us an e-mail. We’ll need to have you sign-off on a license agreement through e-mail, since we’re not yet in a position to offer this as a click-through web page.

A friend suggested following when I was struggling with linux build.
Use git to clone the boundary-L3.0.35_12.09.01_GA branch:
~/$ git clone git://github.com/boundarydevices/linux-imx6.git
~/$ cd linux-imx6
~/$ git checkout origin/boundary-L3.0.35_12.09.01_GA \
-b boundary-L3.0.35_12.09.01_GA
Then do commands below, where modules refer to wi-fi or camera modules in the second command.
#!/bin/bash
make ARCH=arm
CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi- nitrogen6x_defconfig
make ARCH=arm
CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi- uImage modules
Is gpu acceleration supported in the latest android kernel (boundary-imx-android-r13.4-ga) standalone or do we need to build the drivers separately? Thanks
Yes. All versions of Android for i.MX6 have GPU acceleration.
Which is the config file for BD-SL-i.MX6 (Sabre Lite)?
Hi Prashanth,
Sorry for the confusion. The nitrogen6x_defconfig works for the BD-SL-i.MX6 (formerly SABRE Lite) board as well. It will auto-detect which board it’s running on and route the audio signals appropriately.