Subversion Repositories OpenARM Single-board Computer

Rev

Rev 336 | Rev 347 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 336 Rev 341
Line 198... Line 198...
198
http://nl.farnell.com/phycomp/2238-580-15649/capacitor-0805-100nf-50v/dp/3019949?_requestid=139252
198
http://nl.farnell.com/phycomp/2238-580-15649/capacitor-0805-100nf-50v/dp/3019949?_requestid=139252
199
http://nl.farnell.com/avx/08052u270gat2a/capacitor-%B5wave-0805-27pf-200v/dp/7568584?_requestid=139455
199
http://nl.farnell.com/avx/08052u270gat2a/capacitor-%B5wave-0805-27pf-200v/dp/7568584?_requestid=139455
200
http://nl.farnell.com/phycomp/2222-780-15658/capacitor-0805-470nf-16v/dp/3188887?_requestid=139545
200
http://nl.farnell.com/phycomp/2222-780-15658/capacitor-0805-470nf-16v/dp/3188887?_requestid=139545
201
http://nl.farnell.com/murata/grm32er61a106ka01l/capacitor-1210-10uf-10v/dp/9527796?_requestid=139756
201
http://nl.farnell.com/murata/grm32er61a106ka01l/capacitor-1210-10uf-10v/dp/9527796?_requestid=139756
202
http://nl.farnell.com/avx/08052u150gat2a/capacitor-%B5wave-0805-15pf-200v/dp/7568541?_requestid=139894
202
http://nl.farnell.com/avx/08052u150gat2a/capacitor-%B5wave-0805-15pf-200v/dp/7568541?_requestid=139894
-
 
203
-
 
204
------------------------------------------------------------------------
-
 
205
-
 
206
# how to create pdf files of the schematics
-
 
207
cd ~/openarm/working/gschem/pdf
-
 
208
bash -x create-pdf.sh
-
 
209
-
 
210
# how to user the inventory generator and create bill of materials
-
 
211
cd ~/openarm/working/gschem/
-
 
212
make all
-
 
213
-
 
214
cd ~/openarm/working/scripts
-
 
215
perl inventory.pl --help
-
 
216
perl inventory.pl --verbose --docdir ~/openarm/doc/ --bomdir ~/openarm/working/gschem/bom/ --outfile ~/openarm/working/gschem/openarm-sbc-inventory.bom
-
 
217
$ perl inventory.pl --verbose --docdir /home/jelle/openarm/doc/ --bomdir /home/jelle/openarm/working/gschem/bom/ --outfile /home/jelle/openarm/working/gschem/openarm-sbc-inventory.bom
-
 
218
-
 
219
# manualy tweaking the layout of the ~/openarm/working/gschem/openarm-sbc-inventory.bom
-
 
220
geany ~/openarm/working/gschem/openarm-sbc-inventory.bom
-
 
221
# generating A4 landscape pdf file by printing to pdf with the gtk-print dialog
-
 
222
# need a way to do this from command line, anybody?
-
 
223
-
 
224
------------------------------------------------------------------------