Unable to download fsl-gpu-sdk-2.0.bin

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

Unable to download fsl-gpu-sdk-2.0.bin

931 Views
bricdesigns
Contributor II

I'm trying to do a clean build of 3.10.53, but bitbake dies on the task trying to download fsl-gpu-sdk-2.0.bin.

Here's the full error message:

WARNING: Failed to fetch URL http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//fsl-gpu-sdk-2.0.bin;fsl-eula=true, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, no output

ERROR: Function failed: Fetcher failure for URL: 'http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//fsl-gpu-sdk-2.0.bin;fsl-eula=true'. Unable to fetch URL from any source.

Any thoughts?

Labels (2)
Tags (2)
0 Kudos
1 Reply

481 Views
gusarambula
NXP TechSupport
NXP TechSupport

One possible workaround is to download the file directly from the URL and marked it as downloaded.

cd fsl-resealse-bsp

wget http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//fsl-gpu-sdk-2.0.bin

cp fsl-gpu-sdk-2.0.bin downloads/

touch downloads/fsl-gpu-sdk-2.0.bin.done

Then try building again.

0 Kudos