element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Open Source Hardware
  • Technologies
  • More
Open Source Hardware
Forum Migrating off Eagle to open source PCB tools
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Open Source Hardware to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 9 replies
  • Subscribers 318 subscribers
  • Views 931 views
  • Users 0 members are here
Related

Migrating off Eagle to open source PCB tools

morgaine
morgaine over 11 years ago

A very interesting blog post by Olimex on "Why is important Open Source Hardware Community to use Open Source CAD tools" was posted a few days ago.  Their rationale and migration plan is great news for open source fans of course, and also great news for all hardware enthusiasts who work on complex boards that exceed the limits of the proprietary freebies.  The many very highly positive blog comments reflect that.

 

I'm really looking forward to their kiCAD migration tests.  There will be some pain involved, as they do acknowledge, but the end goal is worth it.

 

Morgaine.

  • Sign in to reply
  • Cancel

Top Replies

  • morgaine
    morgaine over 11 years ago in reply to bprewit +1
    Bruce Prewit wrote: It seems to me that what the FOSS community needs is the libraries; whichever software has that will be adopted. Yep. There's absolutely no arguing with that. It's very good news…
  • atilla
    atilla over 11 years ago

    Thanks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 11 years ago

    I hope it goes well for them.

     

    I'm not a fan of Eagle, never could quite get along with it.. I use gEDA myself, so would obviously have preferred if they'd went that direction image   I can see that the Cern contributions to KiCad will probably mean it'll evolve to be the more prominent and capable package though, so perhaps it's time to give it a try.

     

    Either way, having the Olimex OSHW designs available in a less restrictive format can only be a good thing, for us, for Olimex and for KiCad !

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 11 years ago in reply to Former Member

    selsinork wrote:

     

    I use gEDA myself, so would obviously have preferred if they'd went that direction    I can see that the Cern contributions to KiCad will probably mean it'll evolve to be the more prominent and capable package though, so perhaps it's time to give it a try.

     

    Do you know whether the two can import each other's library formats?  Interoperability between open source tools is pretty important, given that the community has to rely on its own means and resources.

     

    Morgaine.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • johnbeetem
    johnbeetem over 11 years ago

    This is very good news.  FLOSS often suffers from a chicken/egg problem where users won't use FLOSS because it's not as good as FiaB and developers aren't motivated to perfect FLOSS because there aren't enough users to provide the helpful feedback and especially reproducible bug reports so that FLOSS can achieve high quality.  But once you get over the threshold it's gangbusters.  I'm delighted to see eCAD reaching the threshold.

     

    Today PCBs, tomorrow FPGAs! :-)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 11 years ago in reply to morgaine

    Morgaine Dinova wrote:

    Do you know whether the two can import each other's library formats?  Interoperability between open source tools is pretty important, given that the community has to rely on its own means and resources.

    Not sure if either can do it directly, but I've heard various discussions on external tools to do it over the years.  Never really had a reason to investigate though. The gEDA tools essentially use text files, so it should be quite possible even if you had to start from scratch.

     

    I found this one with a very quick search https://github.com/upverter/schematic-file-converter/ which appears to take care of sematics at least, not sure about pcb layouts.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 11 years ago in reply to johnbeetem

    John Beetem wrote:

     

    Today PCBs, tomorrow FPGAs! :-)

    Haha, indeed! image

     

    I wonder if it's worth pointing out the conceptual similarities between component libraries for PCB tools and Verilog/VHDL cores in the FPGA world.  Although PCB components are a much cleaner "black box" from the perspective of someone wishing to combine them, nevertheless there is an element of "select component from list" to HDL cores as well, and in principle open source fans could be adding to FPGA core repositories as easily as to PCB components libraries.

     

    There's a rather large gap between principle and practice of course, but I think perhaps it might be closing, slowly.

     

    Morgaine.

     

     

    Addendum:  Top level of tree of FPGA cores and core projects at OpenCores.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • bprewit
    bprewit over 11 years ago

    So here's my experience:  A couple of years ago I really needed an EDA package; I looked at gEDA, KiCad, etc and what I found was that while the commercial packages had fairly complete component libraries, that the FOSS packages seemed not to.

     

    In my experience, if there's something going to go wrong in a design, it's the mechanical details; I've seldom been able to create a component without a mistake, so having the parts libraries was the selling point for the commercial packages.

     

    I ended up using Eagle based on their pricing and availability of libraries.  Even then, I still had to create a component or two.

     

    It seems to me that what the FOSS community needs is the libraries; whichever software has that will be adopted.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 11 years ago in reply to bprewit

    I'd have to agree. I end up creating most of the schematic symbols and footprints I use in gEDA myself. The standard stuff (resistors, caps, generic footprints like SOT23, TQFP44 etc) are there, but other things need creating.

    gEDA has http://www.gedasymbols.org/ that quite a few people contribute to, but even so the coverage is relatively small.

     

    One advantage to learning how to create your own is that I have specific footprints for things like the Raspberry Pi and Beaglebone Black that have all of the connectors in the right places, silk screen markings for cutouts around any tall connectors etc.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 11 years ago in reply to bprewit

    Bruce Prewit wrote:

     

    It seems to me that what the FOSS community needs is the libraries; whichever software has that will be adopted.

     

    Yep.  There's absolutely no arguing with that.

     

    It's very good news though, because in open source, libraries just grow and grow, and only very rarely regress.  At some point, an actively developed system like KiCad is quite likely to catch up with the bulk of "normal" components, and is then perceived as having "everything" most of the time.  From then on, it's all coasting downhill, just needing to keep up with new products.

     

    It's a bit like the situation with device drivers in Linux.  For a long time, peripherals support in Linux was regarded as really sparse or threadbare, and if you bought a random PC there was a very high chance that it would contain one or more components that lacked Linux drivers.  But Linux caught up.  Nowadays nobody laughs at Linux driver support, and the drivers are mostly maintained forever instead of bit-rotting on the next O/S release as happens in Windows.

     

    I expect that good things lie ahead for open source EDA tools, at least at the PCB level.

     

    For FPGAs, well, John has had a few harsh things to say on that subject in the past. image

     

    Morgaine.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube