Android porting on imx6 sabrelite reg.

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

Android porting on imx6 sabrelite reg.

1,587 Views
pratikpawar
Contributor II

Hi,

              I am trying to port android on imx6 sabrelite but facing error while building android image. I followed the Android_user_guide.pdf for building. The steps followed are

# Build Android images for i.MX6 SABRE-SD boards

$ cd ~/myandroid

$ source build/envsetup.sh

$ lunch sabresd_6dq-user

$ make

But after "make" command i am facing with this issue

Image arch/arm/boot/uImage is ready

make[1]: Leaving directory `/home/sasidhar/competency_imx/android/myandroid/kernel_imx'

install -D kernel_imx/arch/arm/boot/uImage  out/target/product/sabresd_6dq/uImage

install -D kernel_imx/arch/arm/boot/zImage  out/target/product/sabresd_6dq/kernel

host C++: libclangStaticAnalyzerCheckers <= external/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp

make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libclangStaticAnalyzerCheckers_intermediates/VirtualCallChecker.o] Error 1

Please kindly help me in fixing this issue

Thanks & Regards,

Pratik

Labels (3)
0 Kudos
3 Replies

756 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi Pratik,

I have replied to you in anther thread you created, would you please have a check?

Best Regards

Dan

0 Kudos

756 Views
beomseokoh
Contributor I

I am developing android system using sabre platform board.

I have some question.

1. I want to change initial home background display file.

    which folder is the home background file ?

2. How to disable initial screen lock?

    which file do i change?

3. I want to use lvds dual channel (1920x1080)

   How to do?

in advance Thank you

0 Kudos

756 Views
saurabh206
Senior Contributor III

Hi,

Beomseok

You can check android resource folder to change the background file.

for 1920x1080 you need to use LVDS in split mode.

Saurabh

0 Kudos