When building for jetson-agx-orin-devkit and following the instructions indicated on the page:
I see the following error:
WARNING: optee-os-tadevkit-3.22.0-l4t-r36.3.0-r0 do_fetch: Checksum failure encountered with download of https://developer.download.nvidia.com/embedded/L4T/r36_Release_v3.0/sources/public_sources.tbz2;downloadfilename=Jetson-public_sources-36.3.0.tbz2 - will attempt other sources if available
ERROR: optee-os-tadevkit-3.22.0-l4t-r36.3.0-r0 do_fetch: Fetcher failure for URL: 'https://developer.download.nvidia.com/embedded/L4T/r36_Release_v3.0/sources/public_sources.tbz2;downloadfilename=Jetson-public_sources-36.3.0.tbz2'. Checksum mismatch!
File: '/home/njacobson/demo.mender/meta-mender-community/my-build/build/downloads/Jetson-public_sources-36.3.0.tbz2.tmp' has sha256 checksum '190f499f5cff26f62a911d25a8e4c384db613a1887cbce17bcbe5810be0f36c9' when 'e94dbe0025ae313eeb603061697afed77b9641d2a06df022888574562dd1f6c5' 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[sha256sum] = "190f499f5cff26f62a911d25a8e4c384db613a1887cbce17bcbe5810be0f36c9"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.
ERROR: optee-os-tadevkit-3.22.0-l4t-r36.3.0-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://developer.download.nvidia.com/embedded/L4T/r36_Release_v3.0/sources/public_sources.tbz2;downloadfilename=Jetson-public_sources-36.3.0.tbz2')
ERROR: Logfile of failure stored in: /home/njacobson/demo.mender/meta-mender-community/my-build/build/tmp/work/armv8a_tegra-oe4t-linux/optee-os-tadevkit/3.22.0-l4t-r36.3.0/temp/log.do_fetch.2432208
ERROR: Task (/home/njacobson/demo.mender/meta-mender-community/my-build/build/../meta-tegra/recipes-security/optee/optee-os-tadevkit_3.22.0-l4t-r36.3.0.bb:do_fetch) failed with exit code '1'
Changing the expected checksum in the manner indicated - just to see if that helps - does not resolve the issue. Has anyone else seen and resolved this issue?