| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

BusyBox

This version was saved 16 years ago View current version     Page history
Saved by PBworks
on April 11, 2008 at 1:37:37 pm
 

busybox

Version: 1.10

Status: Done

 


 

Info

 

Busybox is the swiss army coat hanger of embedded linux and a very powerful tool. It can be compiled to contain any of a long list of standard GNU programs. When invoked, it examines the command used and responds as if it was that command. Eg:

/bin/busybox tar xzf somefile.tar.gz

 

This will cause busybox to act just like GNU tar and uncompress the specified file. This is why it is called a Multi call binary, it can be called by many names and takes on the role of whatever you call it. Normally, there are loads of symlinks to the main BusyBox binary so you just use the command as normal and BusyBox is invoked to do the job.

 

The busybox present in the MG-35 is quite simplified and it only knows the commands needed to perform the bootstrapping required to get the main file system mounted. However, it's pretty easy to build a new BusyBox with loads of nice features and use this instead.

 

See here for the main BusyBox web site.

 

History

[John, 2008-04-13]

  • Ported busybox-1.10 multi-tool binary.
  • Lots of new commands.
  • Greatly improved hush shell (with interactive prompt)

Comments (0)

You don't have permission to comment on this page.