i.MX Yocto build fails with "ERROR 304: Not Modified" error from https://www.nxp.com

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

i.MX Yocto build fails with "ERROR 304: Not Modified" error from https://www.nxp.com

1,923 Views
TerryBarnaby1
Contributor IV

I am trying to build i.MX Yocto and it fails when trying to download the file: https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.0.tar.gz

After a while this worked once. It looks like there is an issue on a particular NXP server at IP address 72.246.146.170 and when the selected IP address changed to 23.195.116.74 all was then ok. After that the selected IP address went back to 72.246.146.170 and the build failed.

Looks like someone at NXP needs to fix this ...

wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.0.tar.gz
--2021-11-30 12:35:28-- https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.0.tar.gz?ver=1
Resolving www.nxp.com (www.nxp.com)... 72.246.146.170
Connecting to www.nxp.com (www.nxp.com)|72.246.146.170|:443... connected.
HTTP request sent, awaiting response... 304 Not Modified
2021-11-30 12:35:28 ERROR 304: Not Modified.

[terry@study tmp]$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.0.tar.gz
--2021-11-30 12:45:12-- https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.0.tar.gz
Resolving www.nxp.com (www.nxp.com)... 23.195.116.74
Connecting to www.nxp.com (www.nxp.com)|23.195.116.74|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 129316 (126K) [application/x-gzip]
Saving to: ‘imx-vpu-hantro-daemon-1.1.0.tar.gz’

imx-vpu-hantro-daemon-1.1.0.tar.gz 100%[======================================================================>] 126.29K --.-KB/s in 0.008s

2021-11-30 12:45:12 (15.6 MB/s) - ‘imx-vpu-hantro-daemon-1.1.0.tar.gz’ saved [129316/129316]

0 Kudos
5 Replies

1,706 Views
pvicentejr
Contributor I

Same issue as ishigetw here for imx-vpu-hantro-daemon-1.1.1.tar.gz! Other versions appear to be working but not this one. Please help!

0 Kudos

1,769 Views
ishigetw
Contributor I

I had similar problem when try to build L5.10.72 using bitbake imx-image-multimedia but the problem was "imx-vpu-hantro-daemon-1.1.1.tar.gz" was not able to fetch, not same as original post mention "imx-vpu-hantro-daemon-1.1.0.tar.gz", is there any fix for this problem? Thanks.

1,910 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello TerryBarnaby1,

 

Ok, we will check this issue, but you have already download the vpu image rigth?.

 

Regards

0 Kudos

1,906 Views
TerryBarnaby1
Contributor IV

I have managed to do this by hard coding the IP address of 104.84.242.171 for www.nxp.com in the systems /etc/hosts file as the host 104.84.242.171 appeared to work and the Yocto build then continued.

0 Kudos

1,904 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

good!

0 Kudos