MYS-6ULX-IoT-EVK: Build error when I am building a Linux system image for board "mys6ull14x14"

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

MYS-6ULX-IoT-EVK: Build error when I am building a Linux system image for board "mys6ull14x14"

894 Views
KalyanAgepati
Contributor I

Hi NXP Team,

I am trying to build a Linux custom root file system image for board "mys6ull14x14" which I can flash on the MYS-6ULX-IoT evaluation kit.

I have followed the steps given by the Myirtech team in the developer guide manual. I have shared the same for your reference. When I am trying to build "bitbake core-image-base" I am getting below build error.

Can you please let me know the fix for this issue?

For your information, I am using VM ubuntu-16.04.5-desktop-amd64.

I have downloaded Yocto toolchain sdk, fsl-release-yocto, Yocto-downloads, MYiR-iMX-Linux and MYiR-iMX-Uboot source code downloaded from http://down.myir-tech.com/MYS-6ULX/

Regards,

Kalyan


Build Configuration:
BB_VERSION = "1.30.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qsabresd"
DISTRO = "poky"
DISTRO_VERSION = "2.1.1"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:f5da2a5913319ad6ac2141438ba1aa17576326ab"
meta-oe
meta-multimedia = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-fsl-arm = "HEAD:be78894e4682f111575470fb23e51e6ba523508d"
meta-fsl-arm-extra = "HEAD:3dfb82fc7e703eae9891b3ffda0e9393701f2396"
meta-fsl-demos = "HEAD:a165068f8a0d1cf29aabe4b4053f28be1c2aa492"
meta-bsp
meta-sdk = "krogoth_4.1.15-2.0.1:4978e58395084c621e2e2a82e3c6a27de8917b7d"
meta-browser = "HEAD:77736988073a5d90fcff9d0005c8477332ede387"
meta-gnome
meta-networking
meta-python
meta-filesystems = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-qt5 = "HEAD:ccae79be69c5268df3b47e4e14cea0591c39a531"
meta-myir-imx6ulx = "<unknown>:<unknown>"
meta-swupdate = "morty:0d002a33aaecfc134434c98332cf9da034cf6515"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: u-boot-fw-utils-2016.03-r0 do_fetch: Failed to fetch URL git://///home/kalyan/MYiR-iMX-Uboot;protocol=file;branch=myd-y6ulx-hmi, attempting MIRRORS if available
ERROR: u-boot-fw-utils-2016.03-r0 do_fetch: Fetcher failure: Unable to find revision 4b094406a0c17db99552ed3631000b9bfd8fee65 in branch myd-y6ulx-hmi even from upstream
ERROR: u-boot-fw-utils-2016.03-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://///home/kalyan/MYiR-iMX-Uboot;protocol=file;branch=myd-y6ulx-hmi'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/kalyan/mys6ulx-dev/fsl-release-bsp/mys-custom-build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fw-utils/2016.03-r0/temp/log.do_fetch.13012
ERROR: Task 371 (/home/kalyan/mys6ulx-dev/fsl-release-bsp/sources/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2007 tasks of which 1999 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
/home/kalyan/mys6ulx-dev/fsl-release-bsp/sources/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
kalyan@kalyan-VirtualBox:~/mys6ulx-dev/fsl-release-bsp/mys-custom-build$

 

 

0 Kudos
2 Replies

874 Views
nxf63675
NXP TechSupport
NXP TechSupport

Hi KalyanAgepati,

 

Well a fetch error usually is because the link that the Yocto tried to retrieve is unavailable, so then will try mirrors if there are available but it appears that for the case is not, for the version you are using is common, so I recommend trying to rebuild the image.

 

Also, you could refer to this DOC, it may be helpful.

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/unable-to-connect-to-git-freescale-com/t...

 

If you continue having errors while building the image please I recommend you refer to the tech support from the designers of the boards:

http://www.myirtech.com/support.asp

 

Regards,

Israel.

0 Kudos

866 Views
KalyanAgepati
Contributor I

Hi Israel,

Thanks for the quick response and suggestion.

build issue is not resolved with your recommeded changes. To fix this issue, I have removed a u-boot-fw-utils module from the bitbake. Thanks for the support.

Regards,

Kalyan

0 Kudos