This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM623: MCU+ SDK10.0.0.8 repo sync error

Part Number: AM623


Tool/software:

MCU SDK 10. 0.0.14 released on Aug 14.2025

Linux SDK10.0.07.04 release on the same day Aug. 14.2025, but its ti-firmware mc sdk version is 10.0.0.8, not 10.0.0.14. 

Now customer need to modify something base on MCU SDK 10.0.08.  

Find source code from here, follow the README.md, 

https://github.com/TexasInstruments/mcupsdk-core-k3/blob/REL.MCUSDK.K3.10.00.00.08/README.md

get error on repo sync

tony@ubuntu22:~$ sudo apt-get update 
[sudo] password for tony: 
Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Fetched 384 kB in 6s (67.4 kB/s)  
Reading package lists... Done
tony@ubuntu22:~$ sudo apt-get install repo
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
repo is already the newest version (2.17.3-3).
The following packages were automatically installed and are no longer required:
  linux-headers-5.15.0-140 linux-headers-5.15.0-140-generic
  linux-headers-5.15.0-141 linux-headers-5.15.0-141-generic
  linux-headers-5.15.0-143 linux-headers-5.15.0-143-generic
  linux-image-5.15.0-140-generic linux-image-5.15.0-141-generic
  linux-image-5.15.0-143-generic linux-modules-5.15.0-140-generic
  linux-modules-5.15.0-141-generic linux-modules-5.15.0-143-generic
  linux-modules-extra-5.15.0-140-generic
  linux-modules-extra-5.15.0-141-generic
  linux-modules-extra-5.15.0-143-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.
tony@ubuntu22:~$ 

tony@ubuntu22:~$ repo init -u https://github.com/TexasInstruments/mcupsdk-manifests.git -m am62x/dev.xml -b k3_main
repo: reusing existing repo client checkout in /home/tony

repo has been initialized in /home/tony
tony@ubuntu22:~$ 
tony@ubuntu22:~$ repo init -u https://github.com/TexasInstruments/mcupsdk-manifests.git -m am62x/main.xml -b k3_main
repo: reusing existing repo client checkout in /home/tony

repo has been initialized in /home/tony
tony@ubuntu22:~$ 
tony@ubuntu22:~$ repo sync
Syncing:  13% (2/15), done in 10.451s
fatal: couldn't find remote ref refs/tags/DEV.MCUSDK.K3.11.01.00.20

trusted-firmware-a:
fatal: couldn't find remote ref refs/tags/DEV.MCUSDK.K3.11.01.00.20
trusted-firmware-a: sleeping 4.0 seconds before retrying
fatal: couldn't find remote ref refs/tags/DEV.MCUSDK.K3.11.01.00.20
fatal: couldn't find remote ref refs/tags/DEV.MCUSDK.K3.11.01.00.20

proc-ospi-tuning:
fatal: couldn't find remote ref refs/tags/DEV.MCUSDK.K3.11.01.00.20
proc-ospi-tuning: sleeping 4.0 seconds before retrying
fatal: couldn't find remote ref refs/tags/DEV.MCUSDK.K3.11.01.00.20
Syncing: 100% (15/15) 0:27 | 2 jobs | 0:06 mbedtls @ mcu_plus_sdk/source/networking/mbedtls..error: Unable to fully sync the tree
error: Downloading network changes failed.
Failing repos (network):
mcu_plus_sdk/source/atf/trusted-firmware-a
mcu_plus_sdk/source/drivers/ospi/v0/ospi_tuning
Try re-running with "-j1 --fail-fast" to exit at the first error.
================================================================================
Repo command failed due to the following `SyncError` errors:
GitCommandError: 'fetch --quiet --progress atf --prune --recurse-submodules=no --tags +refs/heads/*:refs/remotes/atf/* +refs/tags/DEV.MCUSDK.K3.11.01.00.20:refs/tags/DEV.MCUSDK.K3.11.01.00.20 +refs/tags/*:refs/tags/*' on trusted-firmware-a failed
stdout: fatal: couldn't find remote ref refs/tags/DEV.MCUSDK.K3.11.01.00.20
GitCommandError: 'fetch --quiet --progress origin --prune --recurse-submodules=no --tags +refs/heads/*:refs/remotes/origin/* +refs/tags/DEV.MCUSDK.K3.11.01.00.20:refs/tags/DEV.MCUSDK.K3.11.01.00.20 +refs/tags/*:refs/tags/*' on proc-ospi-tuning failed
stdout: fatal: couldn't find remote ref refs/tags/DEV.MCUSDK.K3.11.01.00.20
tony@ubuntu22:~$ 

Support needs: build MCU+ SDK10.0.0.8