Linaro has released Ics Cream Sandwich for iMX53 -blog archive

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linaro has released Ics Cream Sandwich for iMX53 -blog archive

1,053 Views
ZachPfeffer
Contributor II
4 Replies

736 Views
RodneyFulk
Contributor III

Does this work with the imx53 qsb Start-R boards? I have been looking for a working version...

I have Gingerbread working on my machine with prebuilt images but would be nice to use ICS or even maybe Jelly Bean if anyone has that working yet...

Rodney

0 Kudos

737 Views
ZachPfeffer
Contributor II

Oh! If you're confused I'm not doing my job right :)

 

Here's a set of instructions that should work:

 

mkdir bin

export PATH=$PWD/bin:$PATH

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > bin/repo

chmod a+x bin/repo

mkdir imx53_ics

cd imx53_ics

repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro-android-11.12-release -m staging-iMX53.xml

repo sync

make TARGET_PRODUCT=iMX53 TARGET_TOOLS_PREFIX=./prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi- -j8 systemtarball userdatatarball boottarball

bzr branch lp:linaro-image-tools

# insert SD card

./linaro-image-tools/linaro-android-media-create --mmc /dev/sdc --dev snowball_sd --system /mnt/user/0_pfefferz/ics/snowball_ics/system.tar.bz2 --userdata /mnt/user/0_pfefferz/ics/snowball_ics/userdata.tar.bz2 --boot /mnt/user/0_pfefferz/ics/snowball_ics/boot.tar.bz2

0 Kudos

737 Views
srinivasmuthe
Contributor I

Dear sir ,

could you please tell me which version of GCC i have to use to build above source.

thanks,

muthe

0 Kudos

737 Views
daiane_angolini
NXP Employee
NXP Employee

I always get confused when donwloading source code from Linaro git tree.

 

At this moment, I'm syncing:

./repo init -u git://android.git.linaro.org/platform/manifest.git  -b linaro_android_4.0.1

 

following this page:

https://wiki.linaro.org/Platform/Android/BuildSource

 

I hope it works

0 Kudos