uboot building

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

uboot building

Jump to solution
1,863 Views
kapilkumar
Contributor III

Hi, All my dear Friends

I am trying to build androiid jb4.3_1.1.0 using the command

#######################################################

make 2>&1|tee build_sabresd_androoid.log

#########################################################

so, with the above command kernel image created (uImage). But, uboot i.e., (mkimage) is not created and showing some error like below:

#############################################################

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/kernel_imx'

install kernel modules: kernel_imx/drivers/net/wireless/rtl8723as/8723as.ko kernel_imx/net/wireless/cfg80211.ko

make[1]: Entering directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make[1]: Entering directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make[1]: Entering directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make: *** No rule to make target `mx6q_sabresd_android_config'. Stop.

make[1]: *** [mx6q_sabresd_android_config] Error 1

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make[1]: Entering directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

System not configured - see README

make[1]: *** [all] Error 1

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

install: cannot stat `bootable/bootloader/uboot-imx/u-boot.bin': No such file or directory

install: cannot stat `bootable/bootloader/uboot-imx/u-boot.bin': No such file or directory

make[1]: Entering directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make[1]: Entering directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make[1]: Entering directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make: *** No rule to make target `mx6dl_sabresd_android_config'. Stop.

make[1]: *** [mx6dl_sabresd_android_config] Error 1

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

make[1]: Entering directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

System not configured - see README

make[1]: *** [all] Error 1

make[1]: Leaving directory `/home/salher/IMX_SOURCES/home/calixto/freescale/bootable/bootloader/uboot-imx'

install: cannot stat `bootable/bootloader/uboot-imx/u-boot.bin': No such file or directory

install: cannot stat `bootable/bootloader/uboot-imx/u-boot.bin': No such file or directory

make: *** [out/target/product/sabresd_6dq/u-boot.bin] Error 1

Please, help me to solve it out.

Regards,

Kapil Kumar

0 Kudos
Reply
1 Solution
958 Views
jimmychan
NXP TechSupport
NXP TechSupport

Are you follow the steps in Android user guide to build the BSP?

View solution in original post

0 Kudos
Reply
3 Replies
958 Views
kapilkumar
Contributor III

Hi jimmychan

Thanks for your effort to answer my query. I got my problem solved by downloading u-boot source code from the link

git clone git://git.denx.de/u-boot-imx.git          // u-boot-imx(this got from   https://community.freescale.com/thread/310172)

959 Views
jimmychan
NXP TechSupport
NXP TechSupport

Are you follow the steps in Android user guide to build the BSP?

0 Kudos
Reply
958 Views
kapilkumar
Contributor III

Yes.

0 Kudos
Reply