Replies: 3 comments 1 reply
-
Based on #1738 I think it would be the parent of 16b0252 , or 8998d64
That's not related to the sha for the layer, that's the sha for the sources in the tegra-binaries package from NVIDIA used for that specific package recipe. See https://docs.yoctoproject.org/bitbake/2.10/bitbake-user-manual/bitbake-user-manual-ref-variables.html#term-SRC_URI
No, see https://github.com/OE4T/meta-tegra/wiki/Which-branch-should-I-use%3F for latest branches. Once releases are replaced/no longer supported they generally aren't still used on branches in meta-tegra either, unless they are the end of a specific jetpack release series. In general you should avoid using old releases as you can end up in a scenario where your board doesn't boot when a new SOM is purchased. Check PCNs from NVIDIA to make sure you support the latest hardware for a given SOM before you continue to use an old release. |
Beta Was this translation helpful? Give feedback.
-
Is there way to work with R36.3.0 ? My camera driver's is not updated with R36.4.0 yet. |
Beta Was this translation helpful? Give feedback.
-
Tried both 16b0252 , and 8998d64 but got the same error ERROR: /home/user01/scarthgap_36_3_0/build/../meta-tegra/recipes-kernel/linux/linux-jammy-nvidia-tegra_5.15.bb: Unable to get checksum for linux-jammy-nvidia-tegra SRC_URI entry file: file could not be found Though I checked the files are in there user01@u20:~/scarthgap_36_3_0/meta-tegra/recipes-kernel/linux/linux-jammy-nvidia-tegra-5.15$ tree 0 directories, 4 files |
Beta Was this translation helpful? Give feedback.
-
I looked in the 'scarthgap' branch for R36.3.0, but it seems to have updated to R36.4.0. I have tried using commit for R3.3.0
with SHA 8922a7e. But the layer has a different SHA.
But the layer has a different SHA. For example, in BSP recipes, tegra-binaries-36.3.0.inc has
SRC_URI[sha256sum] = "b4656540831e74b911e2506d2c567cbb146fddd5942b675f80c2f610d6a40f43"
Is there any branch only specific to R36.3.0? if not then did I checkout right commit?
Beta Was this translation helpful? Give feedback.
All reactions