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.

Compiler: Yocto package installation issue

Tool/software: TI C/C++ Compiler

HI ,

Please do find the sdk details

sdk version- processor-sdk-06.01.00.08-config.txt

Am trying to optimize the rootfs image from 160MB to less than 100 MB

Currently with arago-base-tisdk-image.bb my rfs size is around 160MB.In order to reduce the size I tried the following minimal bb files -> core-image-minimal.bb and arago-tiny-image.bb

Image got compiled in both the cases core-image-minimal.bb and arago-tiny-image.bb but I couldn't find any .ko's under the rootfs when its been packed.

Can you please share us how do we install all .ko files too under rootfs when its been packed?

  • Hi, 

    Could you please confirm what TI part you are working on? 

    Do you mean there is nothing in /lib/modules?

    These filesystems are designed to be very small. Therefore, they build everything that is needed into the kernel, which isn't much.

    It might be better to start with the "base" filesystem and remove the things you don't need.

    I hope this is helpful.

    Thanks.

  • HI Ron,

    It might be better to start with the "base" filesystem and remove the things you don't need. -- Okay will start with base.

    Thanks a lot .