starfive-tech / VisionFive2

438 stars 78 forks source link

img gpu downloading failed #93

Open COthello opened 3 months ago

COthello commented 3 months ago

Hi,

Seems img gpu download failed,there is no such file:http://sources.buildroot.net/img-gpu-powervr/img-gpu-powervr-bin-1.19.6345021.tar.gz'。

image

mason1920 commented 3 months ago

You have added some extra characters to the end of the link, but yes, there is no resource at http://sources.buildroot.net/img-gpu-powervr/img-gpu-powervr-bin-1.19.6345021.tar.gz

mason1920 commented 3 months ago

The only thing I could find relating to imagination was an empty powervr directory.

apnavik commented 3 months ago

Yes, I am also facing similar issue. let us know where can we download the tar.

Keeping error log here: ERROR: img-gpu-powervr-bin-1.19.6345021.tar.gz has wrong sha256 hash: ERROR: expected: 9dcaf2084b13e59c4e50a4a288f5de56f8e9ee631627a3e818591675bf61311a ERROR: got : 3e654c827e117e4b0e8ddba8f9d477241087e4cee2f7db307e7fb8da7d9d2259 ERROR: Incomplete download, or man-in-the-middle (MITM) attack wget --passive-ftp -nd -t 3 -O '/home/ankit/vision_five2/VisionFive2/work/buildroot_initramfs/build/.img-gpu-powervr-bin-1.19.6345021.tar.gz.n4VV7k/output' 'http://sources.buildroot.net/img-gpu-powervr/img-gpu-powervr-bin-1.19.6345021.tar.gz' --2024-04-16 14:45:15-- http://sources.buildroot.net/img-gpu-powervr/img-gpu-powervr-bin-1.19.6345021.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.0.37, 104.26.1.37, 172.67.72.56, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.0.37|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2024-04-16 14:45:15 ERROR 404: Not Found.

wget --passive-ftp -nd -t 3 -O '/home/ankit/vision_five2/VisionFive2/work/buildroot_initramfs/build/.img-gpu-powervr-bin-1.19.6345021.tar.gz.TEmbOb/output' 'http://sources.buildroot.net/img-gpu-powervr-bin-1.19.6345021.tar.gz' --2024-04-16 14:45:15-- http://sources.buildroot.net/img-gpu-powervr-bin-1.19.6345021.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 104.26.0.37, 172.67.72.56, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2024-04-16 14:45:16 ERROR 404: Not Found.

apnavik commented 3 months ago

the issue is resolved with installing git-lfs and executing following commands: sudo apt-get install git-lfs git fetch --all git reset --hard origin/JH7110_VisionFive2_devel rm -rf soft_3rdpart git submodule update --init soft_3rdpart/

apnavik commented 3 months ago

Hi,

Seems img gpu download failed,there is no such file:http://sources.buildroot.net/img-gpu-powervr/img-gpu-powervr-bin-1.19.6345021.tar.gz'。

image

you can see that README file is modified with git-lfs. https://github.com/starfive-tech/VisionFive2/blob/JH7110_VisionFive2_devel/README.md

Hope it will help!