Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Programming Hardware

An Open Source Hardware Development Tool 68

LuxuryYacht writes "The PLAICE is an open source hardware and software project developing a powerful in-circuit development tool that combines in one device the features of a FLASH Programmer, Memory Emulator, and High Speed Multi-Channel Logic Analyzer. It runs uClinux. The logic analyzer features up to 200MHz sampling rates and up to 32 input channels. The logic analyzer Java client supports up to 200MHz sampling rates, user-controlled filtering operations, time line in diagrams, transfer rates, and user configurable drawing modes. The Java client supports access via almost any PC with a serial port and uses the RXTX serial library with support for 34 platforms including Linux, Windows, and Solaris. Java client plugins include an SPI and I2C bus protocol analyzer, conversion of timing analysis to state analysis, and post-processing functions."
This discussion has been archived. No new comments can be posted.

An Open Source Hardware Development Tool

Comments Filter:
  • by Anonymous Coward on Tuesday May 01, 2007 @12:24AM (#18937113)
    If Microsoft gets what it wants, it will be hard to get hardware that runs Linux. Well that's Microsoft's dream anyway. In order to protect precious DRM Microsoft has ordained that only 'bullet proof' hardware will be allowed to run in HD mode with Vista. Their spec even says that unencrypted signals must run only on inner layers of pc boards.

    Being able to create Linux friendly hardware could, if Microsoft succeeds, be necessary if we are to have high performance video and audio.

    This project is not alone as open source hardware. My current favorite is the Arduino board using an Atmel microcontroller. www.arduino.cc I am also playing with the Make controller that uses an Arm. www.makezine.com/controller
  • Re:RS-232? (Score:4, Informative)

    by tftp ( 111690 ) on Tuesday May 01, 2007 @12:29AM (#18937143) Homepage
    I see that the board has Ethernet transceiver installed, and the connector. However the SoftTEMAC IP from Xilinx is not free, and because of that you can't use Ethernet. Virtex-4 (and 5) FPGAs have HardTEMAC which is not just free, it is a hard core in the FPGA, so it is ready to use, and it can do Gigabit Ethernet as well. Because of that I may question the wisdom of picking a S3 platform that is some $ cheaper than V4 but requires a $5,000 IP to do something really useful (Ethernet connectivity is not too much to ask for these days.) Or, alternatively, write your own [opencores.org] [T]EMAC module, it's not impossible but you need to be a decent FPGA coder to even get started.
  • Re:RS-232? (Score:2, Informative)

    by plasmoidia ( 935911 ) <berryja@gmail.com> on Tuesday May 01, 2007 @12:42AM (#18937209)
    If it doesn't have to run all the time, you can use the Xilinx soft-core EMAC (10/100) for free. The catch is that it times out after about 8-9 hours, at which time it stops functioning. It is limiting, but it will get the job done if you cannot afford to buy the full core.
  • by plasmoidia ( 935911 ) <berryja@gmail.com> on Tuesday May 01, 2007 @12:56AM (#18937265)
    The hardware is not open source. Actually, the hardware is a Spartan-3E Starter Kit board. Nothing special there. What will be open source is the *firmware* (as well as the software running on top). Semantics aside, this should be an interesting project. This seems to be an attempt to build an entire system in an FPGA with open source firmware/software. As others have expressed, I am not sure how useful it will be as a logic analyzer, but perhaps this could be a start for more open source firmware projects.
  • Re:RS-232? (Score:4, Informative)

    by jcgf ( 688310 ) on Tuesday May 01, 2007 @01:12AM (#18937345)
    Yeah, the only problem is those never work ;)
  • Re:RS-232? (Score:2, Informative)

    by fractoid ( 1076465 ) on Tuesday May 01, 2007 @02:57AM (#18937737) Homepage
    It depends a lot on what adapter you use. I too used FTDI-based USB-to-RS232 adapters at my last job and some of them (can't remember brands, sorry, it was a while back) used to wedge themselves after a couple of hours continuous use. Fine for copying stuff off a device but not good for automation. Then again, we did find one brand that was solid even after a weekend of hammering data back and forth. The FTDI chips seem solid, I'd tend towards blaming the low-budget boards they get used in.
  • Re:That's nice (Score:4, Informative)

    by Alioth ( 221270 ) <no@spam> on Tuesday May 01, 2007 @05:35AM (#18938361) Journal
    There are plenty of embedded microprocessors around that do NOT expect DDR2 speeds. Many digital circuits simply don't need a 2GHz space heater and run just fine with a 2MHz Z80 or equivalent (indeed, the Z80 is still manufactured and popular in its 'classic' 40 pin DIL form. I have one on my work table that was manufactured less than 6 months ago). Many many products use chips of this sort of class.

    Just because there's a clamour for ever faster (and hotter) chips in PCs and servers, it does not follow that the same is true of an embedded computer. If a 4MHz processor works for a particular application, there is absolutely no benefit in using something that 'expects DDR2'. Normal 70ns static RAM and flash chips are sold by the millions because they are cheap, electronically simple to interface, and low speed circuits are much cheaper and easier to lay out on a PCB. You don't need DDR2 on a weather station embedded computer or washing machine.

    Many microcontrollers like the Atmega can interface with external memory (even though they have some internal flash and RAM).
  • Re:That's nice (Score:3, Informative)

    by wpiman ( 739077 ) on Tuesday May 01, 2007 @08:49AM (#18939247)
    I cannot say a bad word about chipscope, it is a great tool- but I must say that Mictor connectors do not disrupt the timing of the circuit if implemented correctly. Mictor means matched impedance connector. And often times, you need to look outside the device. Chipscope and its Altera equivalent are for internal signals, and the amount of data you can view depends on how much memory you have left in your device. An external logic analyzer has infinite more samples.

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...