cancel
Showing results for 
Search instead for 
Did you mean: 

STM32MP1 repo sync error while downloading distrubution package layers. error: garbage at end of loose object '543a1d1527d04f297b90ec25658f8dc71f3d0782'

Gencay
Associate III

I was trying to install OpenSTLinux distribution. I am using ubuntu 20.04 for my host machine. Firstly I init repo with this command:

repo init -u <LINK FOR GIT ST OE MANIFEST > -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15

then when I try to repo sync. I get following error for almost everything

error: garbage at end of loose object '543a1d1527d04f297b90ec25658f8dc71f3d0782'

fatal: loose object 543a1d1527d04f297b90ec25658f8dc71f3d0782 (stored in /home/gencay/STM32MPU_workspace/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15/.repo/project-objects/openembedded-core.git/objects/54/3a1d1527d04f297b90ec25658f8dc71f3d0782) is corrupt

openembedded-core: sleeping 4.0 seconds before retrying

1 ACCEPTED SOLUTION

Accepted Solutions
Gregory PLANCHON
ST Employee

Hello,

I did some tests but I don't have your problem.

Did you try to remove the .repo file and remake " repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15 " ?

Maybe there was a problem during this part.

Regards,

Grégory

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

6 REPLIES 6
Gregory PLANCHON
ST Employee

Hi @Gencay​ ,

Can I have the link of the manifest you use in order to understand where the error comes from.

regards,

Grégory 

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Gencay
Associate III

hello,

https://github.com/STMicroelectronics/oe-manifest.git

here is the link. Thank you for your attention.

Gregory PLANCHON
ST Employee

Hello,

I did some tests but I don't have your problem.

Did you try to remove the .repo file and remake " repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15 " ?

Maybe there was a problem during this part.

Regards,

Grégory

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Gencay
Associate III

Yes that worked thank you.

Gregory PLANCHON
ST Employee

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Gencay
Associate III

Okay, I am new to this thank you for heads up.