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

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

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

1,600件の閲覧回数
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?

ラベル(2)
タグ(2)
0 件の賞賛
返信
1 返信

1,150件の閲覧回数
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 件の賞賛
返信