Hi Anyone can help to solve this error. Thanks
$ bitbake fsl-image-fb
ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin:
2015-09-08 10:46:48 ERROR 404: Not Found.
Hi,
I am following the manual for building Linux kernel (5.1.2
Yocto Method - fsl-image-fb-sbc9000.sdcard) for SBC9000 and getting the following error. Could you help me..
Steps followed from:
http://down.embest-tech.com/download/2015/SBC9000_User_Manual.pdf
5.1.2 Yocto Method
Failing command:
$ bitbake fsl-image-fb
Error message:
ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin:
2015-09-08 13:41:30 ERROR 404: Not Found.
ERROR: Function failed: Fetcher failure for URL: 'http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//imx-test-hdcp-3.10.17-1.0.0.bin;fsl-eula=true'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/sen/fsl-arm-yocto-bsp/build/tmp/work/sbc9000-poky-linux-gnueabi/imx-test-hdcp/3.10.17-1.0.0-r0/temp/log.do_fetch.18480
ERROR: Task 1667 (/home/sen/fsl-arm-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1496 tasks of which 1477 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Hello Sen Siva,
It’s a bit odd that the recipes for the board are looking for the .bin file on that location. As you mentioned it is no longer available. So I would say that your best bet is to build the recipe for the recipe.
$ bitbake imx-test-hdcp
However, this file for 3.10.17 is only available on the dizzy branch of the community bsp.
Thank you for the reply Gus Arambula. Still i am getting the same error.
I listing down the procedure from the manual here that I followed. curl
command has android repo link.. something wrong here?
$mkdir ~/bin
$curl https://raw.githubusercontent.com/android/tools_repo/master/repo >
~/bin/repo
$chmod a+x ~/bin/repo
$export PATH=~/bin:$PATH
$mkdir ~/fsl-arm-yocto-bsp
$cd ~/fsl-arm-yocto-bsp
$repo init --no-repo-verify
--repo-url=git://github.com/android/tools_repo.git -u
git://github.com/embest-tech/fsl-arm-yocto-bsp.git -b
embest_imx-3.10.17-1.0.0_ga
$repo sync
$MACHINE=sbc9000 source fsl-setup-release.sh -b build -e fb
$bitbake imx-test-hdcp
Is there any other documents out there that can help me to build .sdcard
image.
Thanks
Sen
Hello Sen Siva,
I would say that the fsl-setup-release is not configuring for your board since it’s not supported on the Release BSP. I tried also the FSL Community BSP (link below) but the SBC9000 board is not supported either.
Are you still having trouble with this? I see that your machine is also not supported by the Freescale Android BSP Release (you may find information on which boards are supported on the Release Notes included with the Android BSP documentation). I would suggest looking back with the board manufacturer for support on how to configure the BSP support they provide.
Thanks for the help Gus Arambula. I did not get much support with
support@embest-tech.com.
Got stuck there..
Thanks
Sen