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.

Linux: Could not checkout ipumm_dev cd93550 from the git.

Tool/software: Linux

Hi,

I have followed all the steps which are mentioned in "VisionSDK_Linux_UserGuide.pdf" PDF. But when I tried to checkout pumm_dev "cd93550" package  from the git, getting an error message on the console as mentioned below.

"Clone ipumm cd93550:- fatal: Cannot update paths and switch to branch 'ipumm_dev' at the same time.
Did you intend to checkout 'cd93550' which can not be resolved as commit?"

Please help me out as soon as possible.

Thanks in advance.

  • Hi Anshul,

    can you check if you have entered the checkout command correctly?
    It should be like this:

    git checkout -b ipumm_dev cd93550

    Regards,
    Yordan
  • Hi Yordan,

    Yes, I had used the same command, after that I got the error.

    Regards,

    Anshul Jain.

  • Hi Yordan,

    Yes, I had used the same command which you have mentioned in your answer, I guess there was a typo error from my end.

    Actually, I am using vision SDK "PROCESSOR_SDK_VISION_03_01_00_00" version on ubuntu (64 bit) machine. But when I tried to checkout  "ipumm" package using "git checkout -b ipumm_dev cd93550"  command, I got an error message on the console.

    Please find the steps which I have followed as mentioned below.

    1. cd $INSTALL_DIR/ti_components/codecs

    2. git clone git://git.ti.com/ivimm/ipumm.git

    3. cd ipumm/

    4. git checkout -b ipumm_dev cd93550 /*Here I got the below error on the consloe*/

    /*ERROR*/

    /*Clone ipumm cd93550:- fatal: Cannot update paths and switch to branch 'ipumm_dev' at the same time.
    Did you intend to checkout 'cd93550' which can not be resolved as commit?*/

    Note:- Actually, I could not see the "cd93550" ID as well as the ipumm_dev branch on git. When I tried to find it on git server.

    Regards,

    Anshul Jain.

  • Hi Anshul,

    I have pinged an IPUMM expert to comment.

    Regards,
    Yordan
  • Hi Anshul,

    The IPUMM git repository went through a full repository rewrite. Although this doesn't affect any functionality, it breaks the releases that have already been made. Sorry for the inconvenience, but full repository rewrite was needed to resolve an issue.
    Please follow the similar instructions mentioned here: processors.wiki.ti.com/.../Processor_SDK_Linux_Automotive_FAQ
    Look at the ipumm-commit-id-differences.pdf
    Since you are trying to checkout ipumm with commit id "cd93550" which is no longer existed due to repository rewrite.
    Try to use:
    git checkout -b ipumm_dev 365a9a5

    Thanks.
    //Buddy