Slashdot Mirror


Microcontroller Linux

allanj writes "Have you seen the Clinux stuff running of the uCsimm modules? They are pretty little machines with a version of Linux that, with kernel and the entire filesystem needed to boot, comes in at only 900 Kb. The whole thing took 30 minutes from initial power-up to first boot. Some (quite basic) assembly of hardware required though. The best part? The entire computer fits in a 30 pin RAM socket, with 8 Megs RAM, 2 Megs Flash ROM and an ethernet controller chip. It's powered by a Motorola DragonBall, so it's not for too processor-intensive tasks, but most things run just fine. Oh, and it has a gcc cross-compiler pre-packaged to run off your host system, so development can start immediately."

5 of 123 comments (clear)

  1. Re:Just what my toaster and coffee maker need! by bluGill · · Score: 4

    Make is a general purpose program, and need not be used for only c programs.

    In fact, make is an excellent choice, because it allows for dependcy checking. ie: there is a empty pot in place, water avaiable, and enough coffee beans/grounds. Sure you can do it with custom code, but make does a good job of that.

  2. So what does linux on a microcontroller offer? by TechyImmigrant · · Score: 4
    I have a rather direct interest in microcontroller based operating systems (I design microcontroller based products) so Linux on a micro might seem to be something I should be interested in. Yet I can't really indentify why I might want to use it.

    The things I look for in a microcontroller OS are stuff like..

    A small footprint
    Lightweight realtime multitasking (if multitasking is required)
    Rapid boot (millseconds)
    Persistent state support
    Will fit in a single flash chip with space for the application
    Hosts whatever protocol stack is going in the product (stuff like GSM, IS95, TCP/IP, IS707 seem to be the usual suspects).
    Most importantly.. A really really good remote debugger, cross target development environment and totally uncrashable kernel

    So could someone clue me in as to why I should use something like this rather than say Nucleus?

    --
    I should use this sig to advertise my book ISBN-13 : 978-1501515132.
  3. Just what my toaster and coffee maker need! by ndfa · · Score: 4

    ndfa$ telnet coffee
    Trying 10.1.1.25
    Connected

    uClinux 2.0.38.1pre7
    username: root
    password:
    # make coffee -strength 10 -cups 3
    Making coffee now

    ahhh.... geeks, turning coffee (caffine) into code for generations!

    --
    Non-Deterministic Finite Automata
  4. More "informative" ucLinux info by micahjd · · Score: 5
    Ah, I've been hoping this would come up on slashdot sometime...

    To fill in some of the gaps in the /. story: ucLinux is a port of the 2.0 linux kernel to MMU-less architectures. It's mainly run on the Motorola 68000 series, but it is also used quite a bit on the (much faster) motorola coldfire chips. The ucSimm is based on the motorola 68EZ328 Dragonball chip, with onboard memory controller and LCD controller. It's the same chip used in most Palm computers.

    I haven't used the ucSimm, but I have first-hand uclinux experience with my own hardware. (kiwi.sourceforge.net) It runs pretty nicely, and it definitely doesn't take 30 minutes to boot. Don't know where that came from. Because most of the time-consuming things like loadable modules usually aren't included in the boot process, it only takes seconds to boot. Most of the time is spent decompressing the initial filesystem into DRAM.

    ucLinux has been used for many things, including industrial control (microcontroller replacement) and robotics. I have been working, slowly, to make some type of usable PDA based on ucLinux. The Kiwi has been my crude but mostly operational attempt at hardware, and I've been working on a small and efficient GUI system, PicoGUI
    (sorry i haven't updated these pages in a while. Most of the fun stuff is taking place in the sourceforge CVS)

    --
    -- 2 + 2 = 5, for very large values of 2
  5. Re:Does Every Employee Have To Post This Article? by disarray · · Score: 5
    Is there some sort of Slashdot office pool involving the number of times this one goes up on the site?

    So it would seem.

    http://slashdot.org/search.pl?query=uClinux