Uboot image creation error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Uboot image creation error

732件の閲覧回数
ikerMarinelaren
Contributor II

Hello,

I am working on the construction of my own images for Android running on the i.mx51 ard board, and I am getting some problems that don't let me continue working.

I am following the i.mx android R10.3 User guide manual.

From the beginning I have had problems with some steps, at least I have reach the step of the creation of U-boot and here is where I get stuck.

 

$ cd ~/myandroid/bootable/bootloader/uboot-imx
    
    $ export ARCH=arm
    $
export CROSS_COMPILE=~/myandroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- (I have change this directory)

    Command to build for i.MX51 ard board is:
    $ make distclean
    $ make mx51_ard_android_config

   Everything works until this point:
    $ make

   I receive the following error:

 

Makefile:338: *** multiple target patterns.  Halt.

 

I would appreciate any kind of help.

 

Regards.

 

Iker

タグ(1)
0 件の賞賛
2 返答(返信)

637件の閲覧回数
ikerMarinelaren
Contributor II

Thank you Lily,

I have those files, but when I do the make, receive the same error.

I have check the Makefile, and it seems to be well configured.

 

Anybody has another idea?

0 件の賞賛

637件の閲覧回数
LilyZhang
Contributor I

Is there any mx51 ard board? FSL default release includes the following mx51 configurations:

 ls -l include/configs/mx51_
mx51_3stack_android.h  mx51_bbg_android.h     mx51_bbg_iram.h
mx51_3stack.h          mx51_bbg.h             mx51_bbg_mfg.h

So it's like "make mx51_bbg_android_config".

 

If you add new board file, please check Makefile and ensure the configuration for mx51 ard is right.

0 件の賞賛