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?