not found ramsmp-3.5.0.tar.gz for Building the Linux BSP using Yocto

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

not found ramsmp-3.5.0.tar.gz for Building the Linux BSP using Yocto

3,323 Views
mariporo
Contributor I

hi.

I tried to builing the Linux BSP using YOCTO about s32v234sbc.

I followed step in Auto_linux_bsp_18.0_User Manual Linux BSP (Rev. 1. 12. 08/2018)

When I followed 2.1.1 Building default YOCTO, I got error.............

$bitbake fsl-image-auto

-------------------------------

NOTE: Executing SetScene Tasks
WARNING: libpng-native-1.6.31-r0 do_fetch: Failed to fetch URL http://downloads.sourceforge.net/project/libpng/libpng16/1.6.31/libpng-1.6.31.tar.xz, attempting MIRRORS if available
WARNING: coreutils-8.27-r0 do_fetch: Failed to fetch URL http://distfiles.gentoo.org/distfiles/coreutils-8.27-man.tar.xz;name=manpages, attempting MIRRORS if available
WARNING: ca-certificates-20170717-r0 do_fetch: Failed to fetch URL git://anonscm.debian.org/collab-maint/ca-certificates.git, attempting MIRRORS if available
WARNING: ramsmp-3.5.0-r0 do_fetch: Checksum mismatch for local file /home/mario/bin/fsl-auto-yocto-bsp/downloads/ramsmp-3.5.0.tar.gz
Cleaning and trying again.
WARNING: ramsmp-3.5.0-r0 do_fetch: Renaming /home/mario/bin/fsl-auto-yocto-bsp/downloads/ramsmp-3.5.0.tar.gz to /home/mario/bin/fsl-auto-yocto-bsp/downloads/ramsmp-3.5.0.tar.gz_bad-checksum_b4546795f6f481bc46d807d2b5b9d3ec
WARNING: ramsmp-3.5.0-r0 do_fetch: Checksum failure encountered with download of http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.gz - will attempt other sources if available
ERROR: ramsmp-3.5.0-r0 do_fetch: Fetcher failure for URL: 'http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.gz'. Checksum mismatch!
File: '/home/mario/bin/fsl-auto-yocto-bsp/downloads/ramsmp-3.5.0.tar.gz' has md5 checksum b4546795f6f481bc46d807d2b5b9d3ec when c26b32c752c603e17c28a1cab4348682 was expected
File: '/home/mario/bin/fsl-auto-yocto-bsp/downloads/ramsmp-3.5.0.tar.gz' has sha256 checksum c99f26061658e9461804e2deeed87823149ff0c7f847859b43c55a15255dca76 when 39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839 was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "b4546795f6f481bc46d807d2b5b9d3ec"
SRC_URI[sha256sum] = "c99f26061658e9461804e2deeed87823149ff0c7f847859b43c55a15255dca76"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.

ERROR: ramsmp-3.5.0-r0 do_fetch: Fetcher failure for URL: 'http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.gz'. Unable to fetch URL from any source.
ERROR: ramsmp-3.5.0-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/mario/bin/fsl-auto-yocto-bsp/build_s32v234sbc/tmp/work/aarch64-fsl-linux/ramsmp/3.5.0-r0/temp/log.do_fetch.14526
ERROR: Task (/home/mario/bin/fsl-auto-yocto-bsp/sources/meta-alb/recipes-benchmark/ramsmp/ramsmp_3.5.0.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2010 tasks of which 0 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/mario/bin/fsl-auto-yocto-bsp/sources/meta-alb/recipes-benchmark/ramsmp/ramsmp_3.5.0.bb:do_fetch
Summary: There were 6 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.

---------------------------------------------

I go to website URL: 'http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.gz'. 

but, file was not found...

I want to modify downloading ramsmp-3.5.0.tar.gz ... plz tell me know

Thanks

3 Replies

2,529 Views
Yu_Fu
NXP Employee
NXP Employee

Hi, all,

     Pls replace the following line of file ./sources/meta-alb/recipes-benchmark/ramsmp/ramsmp_3.5.0.bb  in your Yocto project :

SRC_URI = "http://www.alasir.com/software/ramspeed/ramsmp-${PV}.tar.gz

with the line:

SRC_URI = "http://sources.buildroot.net/ramsmp/ramsmp-${PV}.tar.gz

2,529 Views
31703177klc
Contributor I

pastedImage_1.png

Are you choose 18 or 17?

0 Kudos
Reply

2,529 Views
31703177klc
Contributor I

hi,i also met this error ,Have you solved it?

0 Kudos
Reply