This
Article describes how to install the busybox command line tools in
The android file-system.
Please
Note that a pre-built version of busybox has been attached to this
Article if you wowould prefer not to build busybox yourself. To use
Pre-built version please go to "installing busybox" and
"Make the busybox shell the default shell ".
You
Can download the prebuilt version from here
Www.omapzoom.org/gf/download/wikifiles/317/1354/busybox
Building
Busybox
To
Build busybox
Http://www.busybox.net
Tar
Jxf busybox-1.13.3.tar.bz2
CD
Busybox-1.13.3/
Make
Menuconfig
Busybox
Settings --> build options --> build busybox as a static binary
(No shared libs)-enable this option by pressing "Y"
Busybox
Settings --> build options --> Cross Compiler prefix-
Set this option equal to "arm-None-Linux-gnueabi -"
Busybox
Settings --> Installation Options --> don't use/usr-
Enable this option by pressing "Y"
Export
Path =/opt/ARM/arm-2007q3/bin: $ path
Make
Installing
Busybox
To
Install busybox in the target file-System
Mkdir
/<Path-to-Android-Fs>/bin
CP
Busybox/<path-to-Android-Fs>/bin
CD
/Bin
./Busybox
-- Install
Make
The busybox shell the default shell
To
Make the busybox shell the default shell, edit the file "init. RC"
In the target file-system as follows:
Service
Console/system/bin/sh
With:
Service
Console/bin/sh
Export
Path/sbin:/system/bin:/system/xbin
With
Export
Path/bin:/sbin:/system/bin:/system/xbin