2025-03-17 4:25 PM
hi st team
my environnement i use that : virtual box / ubuntu 24.0.0 / git 2.43.0 and repo 2.52
i follow this wiki https://wiki.stmicroelectronics.cn/stm32mpu/wiki/STM32MPU_Distribution_Package_for_Android
when i execute "repo sync" i have error on all github of stm32 repository :
device-stm-openocd: fatal: not repository git : '/home/linux/android/.repo/projects/device/stm/stm32mp2-openocd.git' device-stm-openocd: sleeping 4.0 seconds before retrying fatal: ce n'est pas un dépôt git : '/home/linux/android/.repo/projects/device/stm/stm32mp2-openocd.git' error: Cannot fetch device-stm-openocd from https://github.com/STMicroelectronics/device-stm-openocd Fetching: 100% (1/1), done in 4.100s Fetching: 0% (0/1) 0:04 | 1 job | 0:04 device-stm-openocd @ device/stm/stm32m.. fatal: ce n'est pas un dépôt git : '/home/linux/android/.repo/projects/device/stm/stm32mp2-openocd.git' device-stm-openocd: fatal: ce n'est pas un dépôt git : '/home/linux/android/.repo/projects/device/stm/stm32mp2-openocd.git' device-stm-openocd: sleeping 4.0 seconds before retrying fatal: ce n'est pas un dépôt git : '/home/linux/android/.repo/projects/device/stm/stm32mp2-openocd.git' error: Cannot fetch device-stm-openocd from https://github.com/STMicroelectronics/device-stm-openocd Fetching: 100% (1/1), done in 4.060s error: Cannot checkout device-stm-openocd: ManifestInvalidRevisionError: revision refs/tags/st-android-13.0.0-2024-07-31 in device-stm-openocd not found Checking out: 0% (0/1), done in 0.024s error: in sync device-stm-openocd: revision refs/tags/st-android-13.0.0-2024-07-31 in device-stm-openocd not found
So when i try git clone this repository is work "git clone https://github.com/STMicroelectronics/device-stm-openocd "
In the manifest https://github.com/STMicroelectronics/android-manifest/blob/default/stm32mp2droid.xml
have you same error ?
Best regard