Open Hardware System on Module Project

“JM” has started working on a system-on-module project with the goal “to create a whole range of SoM boards and motherboards that can handle a large number of embedded projects”.  He has just released schematics and layout files created with Kicad for a dual NXP LPC1764 SO-DIMM module and the baseboard under GPL3 license.  The next goal is to release an AllWinner A10 SoM and corresponding baseboard. Kicad is an open source schematics capture and PCB layout software that can run in Windows, Linux and Mac. If you want to read the schematics or try it out, you can freely download it. In Ubuntu you could just use apt-get:

The hardware files for the module and carrier board are available here. JM explains that the LPC module and baseboard have already been manufactured and tested, so it could just be a matter of adapting the module for AllWinner A10/A20. […]

Schematics Capture and PCB Layout in Linux with Kicad

kicad_schematics_eeschema

Most schematics capture and PCB layout software run on Windows and are closed source. But if your favorite OS is Linux, there are a few open source software including Kicad and gEDA. There is also Cadsoft Eagle which can be installed in Linux with a free license for hobbyists and educational purposes, but is not open source. Today, I’ll focus on Kicad. I don’t really capture schematics, let alone layout PCBs, but I sometimes need to use this type of software to locate pins/components on the schematics and PCB and check some parts of the schematics that can affect  software. So I will mainly give an overview of Kicad and write my experience trying to import another project (Beagleboard XM) to Kicad. If you want to learn how to get started with your own project with Kicad, you might want to have a look at Teho Labs Kicad Tutorial. In […]