Simple question: what is the smallest footprint Linux Dist that anyone has made run on the BBB…I want to see if I can get Linux and some additional S/S into the Flash, and while I can minimise my added software, I also want to uae the smallest didt to maximise room for my stuff
I seem to recall that someone was trying to set up OpenWRT on a Beagle of
some sort. OpenWRT is designed for machines with very small amounts of
flash so it might be suitable. Now that most of the device support is
in the standard kernel this should be relatively easy to achieve.
It depends on what you need to achieve. If you just need a command line then you can compile just busybox in minutes and have fun, but if you need a some sort of server software or a database then manual compilation can be very tricky due to unresolved dependences. In the latter case it is easier to use OS with a repository like Angstrom, Ubuntu and similar. However using such advanced OS’s has one disadvantage - a lot of space is occupied by unnecessary scripts, libraries and utilities. So if you are a profi in software then you can compile everything yourself making the final image very tiny. If not then use Ubuntu
Have you checked out Arch Linux, http://archlinuxarm.org/platforms/armv7/ti/beaglebone-black? A part of the core philosophy is to start from a minimal root file system. On a fresh install I show 415M used. Quite a bit smaller than the 1.5G showing on my (non-fresh) install of Angstrom.