Comment: Dell has supported Linux for over a Decade (Score 1) 399
Dell has been supporting Linux on servers for well over 10 years. You've always been free to install Linux on your laptop- just don't expect to get (consumer level/any) support.
The hardware cost is just a fraction of what you pay. In a previous life, when I worked at a little company in Round Rock, TX that rhymes with hell, testing took up the vast majority of development effort, and every additional OS added to that test effort/cost. If/when the analysis says it can make a profit that is similar to the other lines of business, that path is taken.
Comment: Re:I2C (Score 1) 42
What really makes the Beagle useful is the software- allowing to collect data, filter on certain packets, statistics, and timing. Just looking at high/low traces is useful, but, particularly when dealing with serial protocols, can get old, really quickly.
What I would really like would be some way to use the Wireshark interface with these tools looking for these protocols. Maybe there is a way, but I haven't figured out the proper hardware/software combination.
Comment: Teach 'em to remain vigilant (Score 0) 372
Comment: I2C (Score 1) 42
Until I2C is 100% released, this is not complete- that's my minimum benchmark. I've got a Saleae 8 channel and it looks like it supports it- but the last thing you want to be doing when you're working on a project like this is debugging your test hardware.
I like the portability and flexibility of the Saleae device, but if I'm getting deep into the protocol... the Beagle from Total Phase works much better. Total phase also has a decently affordable USB analyzer. What I've found is that a simple analyzer works fine for basic debugging, but once you start getting into complex debugging or real-time, the software layer that resides on the PC is what really differentiates what is a "real tool."
Collecting data is one thing, but sorting through it is where the skill is involved, and decent software becomes vital.