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.

what is busybox configuration for am335x evm tisdk prebuilt rootfs?

Hi

I'm working on am335x tisdk.

I want to know the configuration file used to build busybox for TI prebuilt rootfs - tisdk-image-am335x-evm.tar.gz or tisdk-rootfs-image-am335x-evm.tar.gz.

TI says "just use this prebuilt rootfs and customize it with opkg".

But for more detailed customization, I have to rebuild busybox.

If certain features are provided by both external package and busybox, sometimes I prefer to use the one provided by busybox.

In this situation, I would remove that external packages of the features from the prebuilt rootfs, reconfigure busybox and then replace this new busybox with old one on the prebuilt rootfs.

Of cource, it's possible to build busybox source downloaded from www.busybox.net.

But for more optimization, I have to know is the exact configuration TI did when they made arago-base-tisdk-image-am335x-evm.tar.gz or tisdk-rootfs-image-am335x-evm.tar.gz.

This configuration will be good starting point when I build my custom busybox.

Busybox configuration contains not only the list of services it will provide, but also many trivial configurations.

So, I want to get busybox .config file for rootfs - tisdk-image-am335x-evm.tar.gz and tisdk-rootfs-image-am335x-evm.tar.gz.

How can I get it?