Hi Nvidia:
We’re trying to build kernel code for Jetpack 6.2.
Download the BSP from download center, following the Link, to sync the source code:
$ cd <install-path>/Linux_for_Tegra/source
$ ./source_sync.sh -k -t jetson_r36.4.3
→ Reporting Error:
FailedSyncLog.txt (7.4 KB)
The script kept reporting can't find tags
Downloading default dtc-src/1.4.5 source...
Cloning into '/home/wulun/jetpack/jp6_2/Linux_for_Tegra/source/dtc-src/1.4.5'...
remote: Enumerating objects: 394, done.
remote: Counting objects: 100% (394/394), done.
remote: Compressing objects: 100% (326/326), done.
remote: Total 394 (delta 50), reused 354 (delta 11), pack-reused 0
Receiving objects: 100% (394/394), 300.18 KiB | 637.00 KiB/s, done.
Resolving deltas: 100% (50/50), done.
The default dtc-src/1.4.5 source is downloaded in: /home/wulun/jetpack/jp6_2/Linux_for_Tegra/source/dtc-src/1.4.5
Couldn't find tag jetson_r36.4.3
/home/wulun/jetpack/jp6_2/Linux_for_Tegra/source/dtc-src/1.4.5 source sync to tag jetson_r36.4.3 failed!
But the tag should be jetson_r36.4.3
, right?
Please help.
Many Thanks.