11 Build busybox 1.20.1

V0.0.1

11.1 Histroy

  • 2014-05-06, rayoslee, release V0.0.1

11.2 FAQ

  1. How to build busybox in S605-32’s kernel?
    • tar -jxvf busybox-1.20.1.tar.bz2 in your BSP (like as yourBSP/applications)
    • make menuconfig

    Enable “Busybox Settings->Build Options->Build BusyBox as a static binary (no shared libs)”
    Write “arm-linux-” in next item “Cross Compiler prefix”

    Write “../../initramfs” in “Busybox Settings->Installation Options->BusyBox installation prefix”

    save it and make then make install