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.

busybox am335x .config file

Dears, TI environment give us 2 rootfs images arago-base-tisdk-image-am335x-evm.tar.gz and tisdk-rootfs-image-am335x-evm.tar.gz. But, I didn't find any place the .config file of busybox. If I want customize the distribution of my hardwares, its necessary to start a new busybox based rootfs. TI provides the sources of image arago-base-tisdk-image-am335x-evm.tar.gz? or even .config file to have better start point to configure a new rootfs?

best regards.

  • Hi,

    I have built busybox for AM335x and it is running without any problems on Starter Kit. I have also built u-boot and Linux kernel. The only files I have copied from TI image is /dev/ directory.

    For busybox you do not need any special config related to am335x.

    Regards,
    Maciej 

  • Hi.

    Did you get busybox .config file for TI prebuilt rootfs?

    I have the same issue on TI rootfs.

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

    But What 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.