I’m trying to download the Kernel sources according to the Developer Guide:
to-sync-the-kernel-sources-with-git
I usually download the kernel via SDK Manager 2.2.0.12021 x86_64.
Settings:
Host Machine: Ubuntu 20.04-x86_64
Target hardware: Jetson Orin NX modules
JetPack 6.1 (rev. 1)
I only download and install the kernel on my host machine, so no flash.
Then I go to JetPack_6.1_Linux_JETSON_ORIN_NX_TARGETS/Linux_for_Tegra/source and execute “./source_sync.sh -k -t jetson_36.4”
For JetPack 6.1 (without Rev. 1), this worked fine, but since Rev. 1, I always get “Couldn’t find tag jetson_36.4”. See log:
source_sync_241219.log (8.6 KB)
According to the Release Notes, the tag “jetson_36.4” should be correct:
Jetson_Linux_Release_Notes_r36.4.pdf
My machine has Ubuntu 20.04.6 LTS, 64-bit.
Edit: Spelling