Question about build JetPack 6.0 Developer Preview

One question about manually kernel in JetPack 6.0.

Accordint to the Jetson Linux Developer Guide:
To Manually Download and Expand the Kernel Sources
https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/SD/Kernel/KernelCustomization.html#to-manually-download-and-expand-the-kernel-sources

$ tar xf public_sources.tbz2 -C /jp6.0/Linux_for_Tegra/..
$ cd /jp6.0/Linux_for_Tegra/source
$ tar xf kernel_src.tbz2
$ tar xf kernel_oot_modules_src.tbz2
$ tar xf nvidia_kernel_display_driver_source.tbz2

But I can’t find kernel_src.tbz2, kernel_oot_modules_src.tbz2, nvidia_kernel_display_driver_source.tbz2 files in /jp6.0/Linux_for_Tegra/source.
How to get these files?

The other question about build kernel source with Git.

To Sync the Kernel Sources with Git
https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/SD/Kernel/KernelCustomization.html#to-sync-the-kernel-sources-with-git

$ cd <install-path>/Linux_for_Tegra/source
$ ./source_sync.sh -k -t <release-tag>

Which < release-tag > is for JetPack 6.0 kernel source?

They are all packed in public_sources.tbz2, and you can download it here:
https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v2.0/sources/public_sources.tbz2

It’s stated in the release note. Plese use jetson_36.2.

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