Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Slide 17 Slide 18 Slide 19 Slide 20 Slide 21 Slide 22 Slide 23 Slide 24 Slide 25 Slide 26 Slide 27 Slide 28 Slide 29 Slide 30 Slide 31 Slide 32 Slide 33 Slide 34 Slide 35 Slide 36 Product List
DSP Blackfin STAMP BSP Slide 16

With MMU-less architectures, there couldn’t be shared libraries. Programs like ls and cat, all the UNIX utilities, have to include the library components. The answer is to have one single executable that can take on different personalities, by simply calling it as a different name. The utility called /bin/BusyBox, when executed will list out its personalities. When a link is made between /bin/ls and /bin/BusyBox, BusyBox will take on the personality of the ls program and function in that manner. In this case, all the library code is kept in one executable and there is incremental code for the various applets and personalities. The problem occurs when there is a large executable some of the functions are simplified. The right side of the slide shows a configuration page used in the configuration mechanism. It is used to select the features and components needed with BusyBox. The size increases as more options are selected, but can be trimmed down considerably when features are not needed. Inside the uClinux distribution there are about 170 other applications, which include perl and python. Over 60-70% of the applications will compile and run on this target. Most things needed to run a normal Linux system are there as well as database applications.

PTM Published on: 2006-01-20