Missing hardware/device-trees folder in Jetpack-6.0-L4T 36.3?

Hi Forum,

I downloaded the Driver Package (BSP) Sources of the NVIDIA Jetson Linux 36.3 which is part of the Jetpack-6.0 Production Release from the following link : https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v3.0/sources/public_sources.tbz2

However, in the Jetpack-6.0 Production :

khang at GL72-6QF in ~/Workspace2/Ref/Platforms/Nvidia-Jetson/Software/Sources/public_sources_orin_jp6_0_r36_3/Linux_for_Tegra/source/kernel_src
$ tree -L 3
.
├── generic_rt_build.sh
├── kernel
│   ├── kernel-jammy-src
│   │   ├── arch
│   │   ├── block
│   │   ├── certs
│   │   ├── COPYING
│   │   ├── CREDITS
│   │   ├── crypto
│   │   ├── debian
│   │   ├── debian.master
│   │   ├── debian.nvidia-tegra
│   │   ├── debian.nvidia-tegra-igx
│   │   ├── debian.realtime
│   │   ├── Documentation
│   │   ├── drivers
│   │   ├── fs
│   │   ├── include
│   │   ├── init
│   │   ├── io_uring
│   │   ├── ipc
│   │   ├── Kbuild
│   │   ├── Kconfig
│   │   ├── kernel
│   │   ├── lib
│   │   ├── LICENSES
│   │   ├── MAINTAINERS
│   │   ├── Makefile
│   │   ├── mm
│   │   ├── net
│   │   ├── OWNERS
│   │   ├── README
│   │   ├── samples
│   │   ├── scripts
│   │   ├── security
│   │   ├── snapcraft.yaml
│   │   ├── sound
│   │   ├── tools
│   │   ├── ubuntu
│   │   ├── Ubuntu.md
│   │   ├── update-dkms-versions
│   │   ├── update-version-dkms
│   │   ├── usr
│   │   └── virt
│   └── Makefile
├── kernel_src_build_env.sh
├── nvbuild.sh
└── nvcommon_build.sh

while in the Driver Package (BSP) Sources of the Jetpack-6.0 Developer Preview, there’s still the device-trees of the Orin platforms (t23x) :

khang at GL72-6QF in ~/Workspace2/Ref/Platforms/Nvidia-Jetson/Software/Sources/public_sources_orin_jp6_0dp_r36_2/Linux_for_Tegra/source/kernel_src
$ tree -L 3
.
├── generic_rt_build.sh
├── hardware
│   └── nvidia
│       ├── t23x
│       └── tegra
├── kernel
│   ├── kernel-jammy-src
│   │   ├── arch
│   │   ├── block
│   │   ├── certs
│   │   ├── COPYING
│   │   ├── CREDITS
│   │   ├── crypto
│   │   ├── debian
│   │   ├── debian.master
│   │   ├── debian.nvidia-tegra
│   │   ├── debian.realtime
│   │   ├── Documentation
│   │   ├── drivers
│   │   ├── fs
│   │   ├── include
│   │   ├── init
│   │   ├── io_uring
│   │   ├── ipc
│   │   ├── Kbuild
│   │   ├── Kconfig
│   │   ├── kernel
│   │   ├── lib
│   │   ├── LICENSES
│   │   ├── MAINTAINERS
│   │   ├── Makefile
│   │   ├── mm
│   │   ├── net
│   │   ├── OWNERS
│   │   ├── README
│   │   ├── samples
│   │   ├── scripts
│   │   ├── security
│   │   ├── snapcraft.yaml
│   │   ├── sound
│   │   ├── tools
│   │   ├── ubuntu
│   │   ├── Ubuntu.md
│   │   ├── update-dkms-versions
│   │   ├── update-version-dkms
│   │   ├── usr
│   │   └── virt
│   └── Makefile
├── kernel_src_build_env.sh
├── nvbuild.sh
└── nvcommon_build.sh

Is it expected that the hardware folder is missing or removed, please ?

Thanks and best regards,
Khang

It is under the kernel OOT modules tarball.

Hi @WayneWWW,

I found it, thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.