Update to ubutu 20.04 and NVIDIA toolkit 11.2 #579
EasyIP2023
started this conversation in
Ideas
Replies: 1 comment
-
If you're cross-building for the Jetson platforms, you really should be using the tools from JetPack, and not downloading from the CUDA site. As far as the OE/Yocto build environment goes, it doesn't matter what version of Ubuntu (or whatever host OS) you have. The JetPack-supplied host-side tools work fine on later versions of Ubuntu (I'm using 20.10). I use an lxc/lxd container running 18.04 to run the NVIDIA SDK Manager for downloads. I don't have links handy, but there are articles around the Internet on how to get GUI apps to work in such containers. A VM running 18.04 should work fine, too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Want to update the recipes-devtools/cuda folder to work with ubuntu 20.04 and Nvida toolkit 11.2. There's a lot of sha256 and md5 hashes to update, just want to be clear on which files, most likely all, that need to be updated to make this happen. Still new to yocto. Actually needed to switch to ubuntu18.04 to get a working build. My updates to get it working with Nvidia toolkit 10.2 and ubuntu 18.04 are bellow.
Update
tegra-demo-distro/layers/meta-tegra/recipes-devtools/cuda/cuda-binaries-common-defs.inc
toUpdate
tegra-demo-distro/layers/meta-tegra/recipes-devtools/cuda/cuda-binaries-ubuntu1804_10.2.89-1.bbc
toBeta Was this translation helpful? Give feedback.
All reactions