Skip to main content
Visitor II
August 4, 2022
Solved

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

  • August 4, 2022
  • 6 replies
  • 1289 views

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

    This topic has been closed for replies.
    Best answer by Gregory PLANCHON

    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

    6 replies

    ST Employee
    August 4, 2022

    Hi @Gencay​ ,

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

    regards,

    Grégory 

    GencayAuthor
    Visitor II
    August 4, 2022

    hello,

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

    here is the link. Thank you for your attention.

    ST Employee
    August 4, 2022

    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

    GencayAuthor
    Visitor II
    August 4, 2022

    Yes that worked thank you.

    ST Employee
    August 5, 2022

    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'

    GencayAuthor
    Visitor II
    August 5, 2022

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