Slashdot Mirror


New Handheld Computer Is 100% Open Source

metasonix writes "While the rest of the industry has been babbling on about the iPad and imitations thereof, Qi Hardware is actually shipping a product that is completely open source and copyleft. Linux News reviews the Ben NanoNote (product page), a handheld computer apparently containing no proprietary technology. It uses a 366 MHz MIPS processor, 32MB RAM, 2 GB flash, a 320x240-pixel color display, and a Qwerty keyboard. No network is built in, though it is said to accept SD-card Wi-Fi or USB Ethernet adapters. Included is a very simple Linux OS based on the OpenWrt distro installed in Linksys routers, with Busybox GUI. It's apparently intended primarily for hardware and software hackers, not as a general-audience handheld. The price is right, though: $99."

5 of 195 comments (clear)

  1. Open Pandora by kiberovca · · Score: 5, Interesting

    What about http://www.open-pandora.org/? It's a much better device than this one, has all of the stuff mentioned, and more.

    --
    Eric: "What're quantum mechanics?"
    Rincewind: "I don't know. People who repair quantums, I suppose."
    1. Re:Open Pandora by Tacvek · · Score: 4, Interesting

      The idea of the Qi project is to have 100% open hardware, but I agree that not everything is open.
      If it were 100% open hardware the following would need to be met:

      • the Verilog or VHDL for any chips, would be included
      • as would the exact masks used to manufacture the chips, including the memory chips
      • Full specifications sufficient to fabricate the plastic shell, lcd, and any other component used would be included. They must be detailed enough that anybody familiar with fabricating that type of component could theoretically produce an indistinguishable product
      • The PCB files would be included
      • I would permit them to omit including instructions for simple well known components like widely available resistors, capacitors, and even LEDs, as long as the requirements for those parts are sufficiently specified, such as value, tolerance, mounting standard, wattage (for resistor), and information about required shape, and and the specific maximum current, and voltage drop for the LED. (There are for example multiple kinds of green LEDs, which have different voltage drops and current requirements, so they are not all inter-compatible).

      While I'm sure they have included at least some of that, I doubt they have included all of it. Particularly, I find it very hard to believe that instructions sufficient to recreate the LCD were included. I also tend to doubt that semiconductor masks for all used chips were included, even if they included the VHDL/verilog.

      --
      Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
  2. This story contains one egregious error. by Annirak · · Score: 5, Interesting

    MIPS is not open source. MIPS is a proprietary, licensed technology.

    There are a few OSS processors out there, but they're pretty rare. One example is the xr16.

  3. SD card? by Sockatume · · Score: 5, Interesting

    The SD Card Association says:

    If your company is planning to manufacture or have manufactured SD host products (eg. cell phones, cameras or computers) or SD ancillary products (eg. adapters or SD I/O cards), your company is required to:

          1. Join the SD Card Association and
          2. Enter into a Host/Ancillary Product License Agreement (HALA)** with the SD Card Association and the SD-3C, LLC. Latest Revision: December 12, 2009

    I suspect that interface standards are probably the biggest barrier to doing a totally copyleft product. You can't lose them if you want a practical product, and can't keep them if you want complete IP release.

    --
    No kidding!!! What do you say at this point?
  4. MIPS has a free implementation by tepples · · Score: 4, Interesting

    So is the MIPS.

    The MIPS architecture has a Free implementation called Plasma. The trouble is that the PowerVR GPU is also a trade secret. That said, I do plan on buying a Pandora PDA once they get a couple more batches out; it'll surely be better than Apple's "iDon't touch".