Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Linux Distributions for Embedded Development? 56

FirmWarez asks: "Time to put together a new Linux box. I'm an embedded systems guy. I need to support cross development for a number of embedded platforms, from tiny micro-controllers through Coldfire, ARM, and other embedded processors. Projects will range from 'for work' to putzing around with open sourced consumer gadgets. What Linux distribution would you choose and why?"
This discussion has been archived. No new comments can be posted.

Linux Distributions for Embedded Development?

Comments Filter:
  • Re: (Score:2, Insightful)

    Comment removed based on user account deletion
    • by The Vulture ( 248871 ) on Thursday June 22, 2006 @07:48PM (#15586102) Homepage
      Any decent desktop distribution should work great for what you're doing.

      Agreed. Having, "been there, done that", I've used both Fedora Core and Mandrake for this in the past. (Mandrake because this was my main PC and I wanted easier access to multimedia and a slicker desktop).

      Most of the time will be spent actually building the cross-compilation toolkit and developing code for the target, so you might as well do it in an environment that you're familiar and comfortable with.

      -- Joe
    • No, it does not.

      Last time I looked (which was pretty recent) their stuff was supported only on RedHat WS.

      It will run perfectly fine on Debian and derivatives. I suspect that it will run fine on Suse/Novel, but it is "not supported". Main reason is that their primary business objective is delivering cosy feelings to telco vendor midlevel PHBs which look for buzzwords like "carrier grade bollocks" instead of a real product. As such they do very carefully not to mention any such pinko comy distros like Debian
  • Linux From Scratch (Score:3, Informative)

    by jschmerge ( 228731 ) on Thursday June 22, 2006 @07:11PM (#15585838)

    The Linux From Scratch project, while not really a distribution is very well suited to this type of task

  • by diamondmagic ( 877411 ) on Thursday June 22, 2006 @07:12PM (#15585843) Homepage
    http://www.uclinux.org/index.html [uclinux.org]
    If this dosn't work on your processor, nothing does.
  • by xenocide2 ( 231786 ) on Thursday June 22, 2006 @07:12PM (#15585848) Homepage
    Debian's got several cross platform compilers (like the popular avr) available to install. And it's got plenty of other support tools for the rest of the env, and you'll still have the flexibility to install your own stuff cleanly.

    But before you jump in, it helps to dig through the platforms you aim to use and see what their official toolchain does, and what exactly is available for linux. GCC is definately popular with cheap embedded processor people, since it means less work for them usually, but sometimes you wind up with closed source tools in a processor gcc doesn't support. In those cases, linux binaries are a luxury. Basically do your research. p.d.o [debian.org] should prove valuable here; I think gentoo has something similar, and Ubuntu I know runs a similar service.
  • by Gothmolly ( 148874 ) on Thursday June 22, 2006 @07:14PM (#15585857)
    Its cool to use Linux, but the Symbian OS [sybian.com] is really the way to go.
  • Least amount of pain; Most amount of gain. Very easy to maintain (no RPM-hell like issues). Gets out of your way so you can do real work.

    And ABS is a dream to use!
    • Hate to reply to my own post, but since prior posts seem to think the OP is asking about embedded OSs... As an embedded developer I choose Arch Linux as a workstation OS because it has a natural, virtually headache-free way to keep up with the bleeding edge of tools (or not, if you like) and an easy way (ABS) to introduce new tools that may not be distro-available.
  • I heard it rox for what you are doing. Screenshot: http://wi-fizzle.com/images/pplinux.jpg [wi-fizzle.com]
  • MontaVista (Score:2, Informative)

    by helmutvs ( 912204 )
    Go with MontaVista [mvista.com]. You'll have to pay for it, but their Linux is used in many industries [mvista.com] and by many large, successful, corporations. It's solid, and they have good support.

    Here's a list of boards/platforms [mvista.com] supported by MontaVista Linux.
  • Does it matter? (Score:5, Interesting)

    by joe_bruin ( 266648 ) on Thursday June 22, 2006 @07:32PM (#15585992) Homepage Journal
    You want a Linux desktop/server distribution that will hold your hand and install all the tools for you for embedded software development? It doesn't exist. At this level of work, you should be familiar enough with your tools to install and maintain them yourself. You'll need to know this stuff anyway when you find out that this object file compiled with gcc 2.95 doesn't work with the gcc 3.4 you installed.

    There are two situations here. One is where you just need a development environment and cross compilers. In this situation, it makes no difference which distribution you use. Use the one you're most comfortable with. I've been working off of a 4 year old Redhat machine for all of my work, and just switched to a brand new Suse box, and I can't tell the difference. Hell, sometimes I use my MIPS cross compiler on Windows with Cygwin.

    The second situation is one where you will be trying your software out the dev machine before you have target hardware. In this case, you'll want one whos kernel and the rest of the environment matches what you'll have on your target. You should be putting this Linux system together from scratch. Download a kernel (try the ARM ones), busybox and uclibc. VMWare is also your friend.
    • 5 to 10 years ago, gcc was damn near impossible to build as a cross-compiler. Blame the autoconf shit, which seems designed to make cross-development impossible.

      I hear it's gotten much better lately. Go with something very recent, like gcc 4.1.1, and you might not feel a sepuku urge.
      • Crosstool [kegel.com] – haven't used it too extensively myself, but it did a great job when I had to cross-compile a Linux kernel to run on my AMD64 system. And if you're using ARM or similar architectures, QEMU [qemu.org] might be helpful. I may be entirely missing the point here, but may as well offer my own limited knowledge anyway :-)
    • When it doesnt matter, I use slackware. Some embedded tools are packaged for redhat 9, and I'll use that. Otherwise its all either slackware, or knoppix given its ease and utility, and the fact that its debian, has no shortage of tools and is packaged nicely ( not too many things broken in there).
  • FC4 (Score:3, Informative)

    by dwater ( 72834 ) on Thursday June 22, 2006 @07:41PM (#15586045)
    I've used FC4 successfully to do cross platform development for mobile phones.

    I tried to move to ubuntu, but it was missing some old versions of libraries* ... maybe they're around somewhere, but nobody was able to help me, so I aborted my switch attempt.

    I 'poo poo' all those 'rpm hell' comments. I use the 'smart package manager' and have no problems, ever :

    http://labix.org/smart [labix.org]

    Unlike apt-get, it's able to install packages of multiple architectures too (useful for AMD64).

    * I'm running FC4 on AMD64, so perhaps that was an issue too - I forget exactly.
  • Keep it simple (Score:5, Informative)

    by Cryptnotic ( 154382 ) * on Thursday June 22, 2006 @07:49PM (#15586110)
    Use the easiest and most up-to-date distro you can. I personally use Fedora Core 5 for cross-development, but RedHat, SuSE, Debian, Ubuntu or whatever is probably fine. You'll need to add (or build) your own cross-compilers and debuggers. Nothing comes with those tools out of the box. And generally for every target, there is generally a preferred toolchain and set of libraries. buildroot (http://buildroot.uclibc.org/) is very handy for building cross-toolchains, by the way.

    Things that you'll want to install:
            minicom (a serial terminal emulator program)
            tftp server (for embedded systems to boot over the network)
            telnet (for things that don't include ssh)

            cross-toolchains (*-gcc) and cross-debuggers (*-gdb), you'll have to build these yourself, probably.

    Then whatever development environment you want. I personally like using Eclipse with the C/C++ environment, since I don't need to manage makefiles or build scripts by hand and it can target native compiles as well as cross-compiling.

    • Re:Keep it simple (Score:4, Informative)

      by Samrobb ( 12731 ) on Friday June 23, 2006 @01:15AM (#15587538) Journal
      You'll need to add (or build) your own cross-compilers and debuggers.

      If you're in the "add" camp here, I'd like to suggest you take a look at http://crossdev.timesys.com [timesys.com]. This is the free (in both senses of the word) side of TimeSys, where I work; right now, we have freely downloadable releases for x86 and ppc7xx. These include cross-compilers (glibc and uClibc), host system tools, and over 400 target system packages. All the packages are based on FC5 rpms and built using tsrpm, a GPL tool (also available on the site) that makes cross-compiling most rpms trivial.

      If there's something in particular you're looking for, join the mailing list and let us know. We're particualrly interested in hearing about what other processor architecture(s) and target system packages people would be interested in seeing us work on.

  • I heavily recommend the blackfin. Well supported, from a good vendor (http://www.analog.com) and runs the latest kernel.
  • I have used buildroot for several embedded applications (http://buildroot.uclibc.org/); not only is it good to go for many embedded platforms, it also has a fairly active developer community, and is much more than a simple toolchain (distribution contains scripts to download and compile lots of commonly used packages - pick your target platform, select packages to build, make...(wait)... Optionally tweak the target, install, and you're good to go. It has been an excellent fit for several of our projects.
  • by toybuilder ( 161045 ) on Thursday June 22, 2006 @09:10PM (#15586557)
    Is your question aimed at choosing a Linux distro to be targeted for a variety of embedded targets? Or do you mean you want a Linux distro for running various development tools for whatever (non-Linux) embedded projects?

    If the focus is on picking a Linux that you want to embed, Montavista is the popular Linux vendor -- it seems like a lot of silicon and library vendors certify/support development on MV. They provide tools that help you with cross-platform configuration management. Of course, you pay for MV.

    If you're trying to go "cheap" and are willing to do the legwork yourself, I suggest rolling your own, building the kernel and building uClibc (or glib if you have lots of memory/storage on your target).

    If you're main point is to have a Linux desktop in which to do development work, I would lean toward Redhat, if only because it seems like most software vendors certify the software to run on Redhat. If you're running any hardware in your PC, driver support for the hardware will probably require a specific OS (a JTAG tool that I had, for example, required me to run a certain release of Redhat in order to work).

    Good luck.

  • by Dark Coder ( 66759 ) on Thursday June 22, 2006 @11:11PM (#15587081)
    WOW... Forget getting any handholding, this is uber-hacking time!

    1. You're gonna need multiple Linux flavors and versions from multiple sources that specialized in these platforms.

    2. To determine which versions of crosstool (compiler, linkers, debugger), check out The Matrix Guy [kegel.com] (Dan Kegel), or more specifically THE MATRIX [kegel.com] of workable gcc/g++/ld/gdb.
    3. To ease your pain of figuring out the "./configure" options, definitely checkout PTXDist [pengutronix.de]. Menuconfig is similar to Linux 'make menuconfig'. PTXDist also help to build a root file system in a jiffy, which in my book, is a PLUS!

    My biggest sympathy goes out to you. If this is your first time, enjoy the additional hairs that will grow on your chest.
  • How about Familiar? (Score:4, Informative)

    by tlhIngan ( 30335 ) <slashdot.worf@net> on Thursday June 22, 2006 @11:26PM (#15587134)
    We use Familiar [handhelds.org] as the basis of our distribution. Familiar is nice because it leverages most Debian-ARM packages, so you don't have to do very much compiling, and most of the build system is scripts and easily compilable programs.

    I've personally ported the entire Familiar system to another architecture, too - PowerPC (IBM/AMCC 405 series), and Debian-PowerPC for the most part works. Took me a couple of weeks to create the port, which involved repackaging a number of Debian-PowerPC packages for size.

    The ability to leverage a normal Linux distribution, especially Debian (there aren't many distributions that have the immense number of architectures as Debian) saves a LOT of time. Recompiling sucks.

    Here are some links - I did a lot of work on the build process.
    http://download.intrinsyc.com/supported/iso/i-linu x/ [intrinsyc.com]

    The PowerPC one is similar to the 4.x releases, 5.0 is ARM only but uses a later version of Familiar, so you'll want that.
  • A very good generic embedded SDK/compiler suite/distro generator is provided by the OpenEmbedded project:
    http://www.openembedded.org/ [openembedded.org]

    OE is used to produce various embedded GNU/Linux variants like:
    - OpenZaurus (Sharp Zaurus PDAs)
    - Familiar (various WinCE PDAs)
    - OpenDreambox (Dreambox PVRs)
    - OpenSlug, DebianSlug, UcSlugC (LinkSys NSLU2 router platform)

    If using GNU/Linux is not a strict requirement, you could always give OpenBSD or NetBSD a try. Especially NetBSD runs on many platforms, the latest release supp
  • scratchbox (Score:2, Informative)

    For development Scratchbox(http://www.scratchbox.org/ [scratchbox.org] ) is great. Let's you test your code through emulation on host-side and you work in it's own shell as if you're working on the embedded hardware. It is distro independent not surprisingly :)
  • Check out the Gumstix.org [gumstix.org] Project. The project has a very nice distribution of sorts with lots of stuff for embedded processors. They have built a configuration utility for setting up your embedded system. Also it does not just support the gumstix hardware, they have support for most of your standard linux architectures. Just get the svn copy of the build root, this page [gumstix.org] has their svn access instructions. It is also fairly easy to figure out how it works and add extra packages. Just remember if you want to
  • From the trenches (Score:2, Informative)

    by piotru ( 124109 )
    I took part in building a system that basically acts as an embedded server, but with today's powerful hardware it turns out that we can give our customers less "embedded" thing than we thought of primarily. The system is upgraedable, flexible, tinkerable. We don't put limits on useability. Finally, we went with customized Debian.
    The big point is - we can have disk storage.
    At the beginning, while we were toying with ideas for a diskless OS, buildroot/uClibc was our favourite. It works well hosted on Gentoo,
  • Quick question here;
    At work we're using crosstool to build a solid but fairly large distro for our embedded boards.
    So far it's worked ok.
    Does anyone have experience comparing buildroot against crosstool?
    In terms of speed, memory footprint and features?

    Just curious,
    Ben
  • I'd probably try to use Debian - it's fairly stable and already compiles for quite a few architectures. Maybe you can even get Kdevelop to cross-compile for you. (If you do, please consider working on the documentation for Kdevelop).

    For the smaller architectures I'd seriously consider eCos (see Embedded Software Development with eCos at http://www.phptr.com/promotions/promotion.asp?prom o=1484&redir=1&rl=1 [phptr.com]). The eCos stuff is known to work with Red Hat Linux and Windows. You may be able to get i

"Look! There! Evil!.. pure and simple, total evil from the Eighth Dimension!" -- Buckaroo Banzai

Working...