README.md: update for L4T R36.4.0/JetPack 6.1

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-10-26 08:03:43 -07:00
committed by Matt Madison
parent 3d76e5a0c0
commit 3182a28114

View File

@@ -1,8 +1,8 @@
OpenEmbedded/Yocto BSP layer for NVIDIA Jetson Modules
======================================================
Jetson Linux release: R36.3.0
JetPack release: 6.0
Jetson Linux release: R36.4.0
JetPack release: 6.1
Boards supported:
* Jetson AGX Orin development kit
@@ -14,13 +14,13 @@ Boards supported:
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
LAYERSERIES_COMPAT: scarthgap
LAYERSERIES_COMPAT: styhead, walnascar
CUDA toolchain compatibility note
---------------------------------
CUDA 12.2 supports up through gcc 12 only, so recipes are included
CUDA 12.6 supports up through gcc 13.2 only, so recipes are included
for adding the gcc 10 toolchain to the build for CUDA use, and `cuda.bbclass`
has been updated to pass the g++ 10 compiler to nvcc for CUDA code compilation.