r5641 - trunk/gta02-core/docs

werner at docs.openmoko.org werner at docs.openmoko.org
Tue Sep 15 00:41:50 CEST 2009


Author: werner
Date: 2009-09-15 00:41:49 +0200 (Tue, 15 Sep 2009)
New Revision: 5641

Modified:
   trunk/gta02-core/docs/GETTING-STARTED
Log:
- docs/GETTING-STARTED: added section on editing and viewing the layout
- modules/mkloe: if fped fails, print on which files it failed



Modified: trunk/gta02-core/docs/GETTING-STARTED
===================================================================
--- trunk/gta02-core/docs/GETTING-STARTED	2009-09-14 09:32:54 UTC (rev 5640)
+++ trunk/gta02-core/docs/GETTING-STARTED	2009-09-14 22:41:49 UTC (rev 5641)
@@ -230,6 +230,24 @@
 modules/INFO
 
 
+(Re)view and edit the layout
+----------------------------
+
+To view and edit the layout, run KiCad on it:
+
+  pcbnew gta02-core.brd
+
+or, if this doesn't work (older versions of KiCad),
+
+  pcbnew `pwd`/gta02-core.brd
+
+A shorthand for this is "make brd".
+
+Gerber files can be generated by opening the dialog at File/Plot and
+then selecting "Gerber" as the plot format. This generates one .pho
+file per layer. Gerbers are best viewed with "gerbv".
+
+
 Making changes
 --------------
 




More information about the commitlog mailing list