Slashdot Mirror


Jumentum Introduces a Single-Chip Linux System

An anonymous reader writes "The Jumentum open source project has announced a single-chip programming system based on the NXP LPC1768 (the same as in the mbed) that can generate PAL/NTSC video and use a PS/2 keyboard, so it may operate as a standalone BASIC programmable computer, similar to many old BASIC computers (e.g. Apple ][ or C64) of yore. Projects such as the Raspberry Pi provide a multichip Linux solution, and the Humane PC uses three AVR microcontrollers, but the Jumentum system can provide a true one-chip solution. Video is generated by software, and only a few external resistors are required to interface to a composite video input. With the Jumentum system, you can take your tiny one-chip computer on-the-go, or use it as part of your own electronics projects (using for example, the mbed) to give it a convenient interface (along with Jumentum's Ethernet web and USB interfaces)."

3 of 76 comments (clear)

  1. No a Linux system by gweihir · · Score: 4, Informative

    This is not a Linux system at all. It uses some of the GNU tool-chain for cross-compiling, but that is it. This is a single-chip BASIC system with some neat I/O capabilities.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:No a Linux system by Anonymous Coward · · Score: 3, Informative

      It isn't hardware either. It's a programming environment for a class of ARM microcontrollers. You have to make or buy your own hardware based on one of those controllers, for example the "mbed".

      As much more capable systems are coming down in price, limited microcontroller based designs are becoming unattractive. When an evaluation board costs more than for example a Raspberry Pi, why deal with an unfamiliar environment instead of running applications on a standard OS? The only reason I can think of is if you have very strict and low power consumption limits (milliwatts instead of one or two watts). Once you throw Ethernet in there, there really is no point in going with a microcontroller anymore.

  2. Beagle board is true Linux by mangu · · Score: 3, Informative

    If you are looking for a small mobo with Linux perhaps your best choice woud be the Beagle board.

    For lower capabilities, Arduino would be the obvious choice, it's programmed in C, using gcc.

    I don't see too much in this Jumentum, offering a web server in a chip is interesting, but this capability has been available in small chipsets (not single chips) for Atmel or Microchip PICs for years. If I needed that capability right now I'd probably go for an Arduino with ethernet.

    Apart from this, Jumentum is a poor name choice, "jumento" means donkey in Portuguese.