imx8mp scarthgap fetch error nnshark

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx8mp scarthgap fetch error nnshark

1,237 次查看
deepakraj
Contributor III

Hi ,

we are building scarthgap for imx8mp , we used below repo command from meta-imx .

repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-linux-scarthgap -m imx-6.6.23-2.0.0.xml

 DISTRO=fsl-imx-xwayland MACHINE=imx8mpevk source imx-setup-release.sh -b build-xwayland


when we try building image , we are facing nnshark fetch error , attached log file for reference

Resolving deltas: 100% (1839/1839), done.
Cloning into bare repository '/media/adlinkccoe29/SSD1/imx8mp/evk_imx8mp/downloads//git2/anongit.freedesktop.org.gstreamer.common'...
fatal: read error: Connection reset by peer
--2024-08-19 09:33:36-- http://downloads.yoctoproject.org/mirror/sources/git2_anongit.freedesktop.org.gstreamer.common.tar.g...
Resolving downloads.yoctoproject.org (downloads.yoctoproject.org)... 198.145.29.62
Connecting to downloads.yoctoproject.org (downloads.yoctoproject.org)|198.145.29.62|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-08-19 09:33:37 ERROR 404: Not Found.

--2024-08-19 09:33:37-- http://sources.openembedded.org/git2_anongit.freedesktop.org.gstreamer.common.tar.gz
Resolving sources.openembedded.org (sources.openembedded.org)... 198.145.29.27
Connecting to sources.openembedded.org (sources.openembedded.org)|198.145.29.27|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-08-19 09:33:38 ERROR 404: Not Found.

--2024-08-19 09:33:38-- https://mirrors.kernel.org/yocto-sources/git2_anongit.freedesktop.org.gstreamer.common.tar.gz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99, 2604:1380:45e3:2400::1
Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-08-19 09:33:39 ERROR 404: Not Found.

--2024-08-19 09:33:39-- http://downloads.yoctoproject.org/mirror/sources/git2_github.com.nxp-imx.nnshark.git.tar.gz
Resolving downloads.yoctoproject.org (downloads.yoctoproject.org)... 198.145.29.62
Connecting to downloads.yoctoproject.org (downloads.yoctoproject.org)|198.145.29.62|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-08-19 09:33:39 ERROR 404: Not Found.

--2024-08-19 09:33:39-- http://sources.openembedded.org/git2_github.com.nxp-imx.nnshark.git.tar.gz
Resolving sources.openembedded.org (sources.openembedded.org)... 198.145.29.27
Connecting to sources.openembedded.org (sources.openembedded.org)|198.145.29.27|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-08-19 09:33:40 ERROR 404: Not Found.

--2024-08-19 09:33:40-- https://mirrors.kernel.org/yocto-sources/git2_github.com.nxp-imx.nnshark.git.tar.gz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99, 2604:1380:45e3:2400::1
Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-08-19 09:33:41 ERROR 404: Not Found.


DEBUG: Python function base_do_fetch finished

DEBUG: Python function do_fetch finished

0 项奖励
回复
1 回复

1,197 次查看
Harvey021
NXP TechSupport
NXP TechSupport

Hi,

nnshark should be downloaded into <build-directory>/downloads/git2/github.com.nxp-imx.nnshark.git/ from SRC_URI: GitHub - nxp-imx/nnshark: Live Profiler for NNStreamer

Don't see the full log, you can check over there, and might need to check your network, it seems with some issue about DEPENDS for downloading, like gstreamer.

Or you can try manually download it and make a copy of it.

 

Regards

Harvet

0 项奖励
回复