On Thursday 09 October 2008 07:42:35 am Jose A Rodriguez wrote: > Hi, > > Before I storm off and decide to use BusyBox for a project I'm working on > I wanted to know if it is at all possible to use BusyBox on an MSP430. I > believe that the MSP430 are somewhat supported by gcc, but I'm not sure.
If linux *kernel* can be made to run on it - yes. Busybox requires kernel and nothing more. If you'll build it statically, you can have just one file (busybox executable) on a filesystem (or in initramfs) and still be able to boot the machine. This assumes that kernel is not on this filesystem (for example, netbooting). -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
