Because of the Fourth of July holiday, TI E2E design support forum responses may be delayed from July 3 through July 4. Thank you for your patience.

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.

TDA4VM: Problem with Yocto build - do_rootfs fails with "The postinstall intercept hook 'update_pixbuf_cache' failed"

Hi TI,

after getting rid of the connectivity problems during git fetch described here https://e2e.ti.com/support/processors/f/791/t/845859 , we got to a point where the actual rootfs is being built. However, now it fails ("The postinstall intercept hook 'update_pixbuf_cache' failed") at the do_roots function as described in detail in the attached log.

How can this be fixed?

Regards,

Peter

7851.log.do_rootfs.log

  • Hi Peter,

    Can you please attach "home/u20950/ti/j7/ti-processor-sdk-linux-automotive-j7-evm-06_00_01_00/yocto-build/build/arago-tmp-external-arm-toolchain/work/j7_evm-linux/arago-tiny-image/1.0-r0/temp/log.do_rootfs" into the thread as well?

    Please also provide the bitbake command that you are running to know which image you are trying to build.

    Regards

    Karthik

  • Hi Karthik,

    we are using the following command: 

    TOOLCHAIN_BASE=$HOME MACHINE=j7-evm bitbake -k tisdk-rootfs-image

    log.do_rootfs from 

    home/u20950/ti/j7/ti-processor-sdk-linux-automotive-j7-evm-06_00_01_00/yocto-build/build/arago-tmp-external-arm-toolchain/work/j7_evm-linux/arago-tiny-image/1.0-r0/temp/log.do_rootfs

    is the one attached to the initial post, it has .log extension added by me. Maybe this caused confusion.

     

    Regards,

    Peter

  • Hi Peter,

    Could you please try the following commands and share the output?

    TOOLCHAIN_BASE=$HOME MACHINE=j7-evm bitbake -c cleanall arago-tiny-image

    TOOLCHAIN_BASE=$HOME MACHINE=j7-evm bitbake -k arago-tiny-image

    If this does not work, please make sure that you do the steps mentioned in the SDK documentation under: "processor-sdk-linux-docs/docs/linux/Overview_Building_the_SDK.html#prerequisites-one-time-setup" and repeat the above steps.

    You can attach the log from the failure if you are still not successful.

    Regards

    Karthik

  • Hi Peter,

    I hope that you were able to build the filesystem with the mentioned steps above.

    Since I haven't heard back from you for a long time, I'm hoping that it did help resolved.

    If not, you can reply on this thread and we will continue to look further.

    Regards

    Karthik

  • Hello Karthik,

    I focused on different topics in the meantime, but I can confirm that with the latest 6.00.5 SDK -> the basic command for Yocto build finished successfully, so there is no need to go back and debug the previous version of SDK.

    Regards,

    Peter