r5817 - trunk/gta02-core/bom

werner at docs.openmoko.org werner at docs.openmoko.org
Fri Feb 5 21:57:10 CET 2010


Author: werner
Date: 2010-02-05 21:57:09 +0100 (Fri, 05 Feb 2010)
New Revision: 5817

Added:
   trunk/gta02-core/bom/digi-key.equ
   trunk/gta02-core/bom/digi-key.inv
Modified:
   trunk/gta02-core/bom/Makefile
Log:
Adding other sources.

- bom/Makefile: new target show-missing to make a "shopping list" of mapped but
  unavailable parts
- bom/digi-key.inv, bom/digi-key.equ: some of the missing parts can be sourced
  from Digi-Key



Modified: trunk/gta02-core/bom/Makefile
===================================================================
--- trunk/gta02-core/bom/Makefile	2010-02-05 14:53:07 UTC (rev 5816)
+++ trunk/gta02-core/bom/Makefile	2010-02-05 20:57:09 UTC (rev 5817)
@@ -2,11 +2,11 @@
 COPY=rsync -e ssh --progress
 
 KITS=20
-EQU=fic/fic.equ
-INV=fic/fic.inv gta02-core.inv dummy.inv
+EQU=fic/fic.equ fic/missing.equ digi-key.equ
+INV=fic/fic.inv gta02-core.inv dummy.inv fic/missing.inv digi-key.inv
 CHR=darfon.chr ralec.chr avx.chr acx.chr misc.chr
 
-.PHONY:		all spotless upload
+.PHONY:		all spotless upload show-missing
 
 
 all:		gta02-core.ord
@@ -46,3 +46,6 @@
 spotless:
 		$(MAKE) -C fic spotless
 		rm -f gta02-core.par gta02-core.ord darfon.chr ralec.chr
+
+show-missing:
+		(echo '#ORD'; grep MISSING gta02-core.ord ; ) | ./prettyord -

Added: trunk/gta02-core/bom/digi-key.equ
===================================================================
--- trunk/gta02-core/bom/digi-key.equ	                        (rev 0)
+++ trunk/gta02-core/bom/digi-key.equ	2010-02-05 20:57:09 UTC (rev 5817)
@@ -0,0 +1,14 @@
+#EQU
+#
+# Note: many parts at cut-tape and thus need re-reeling.
+#
+DIGI-KEY ADG3304BCBZ-REEL7CT-ND		ADI ADG3304BCBZ-REEL
+DIGI-KEY P10850SCT-ND			PANASONIC EVQPUD02K
+DIGI-KEY P11169CT-ND			PANASONIC EXC24CB102U
+DIGI-KEY HFQ439CT-ND			HIROSE FH23-39S-0.3SHW(05)
+DIGI-KEY 490-4980-1-ND			MURATA MM8430-2610RB3
+# note: this equivalence is a detour - the Digi-Key part is an RA1. It differs
+# from RB3 only in the reeling.
+DIGI-KEY SI1040X-T1-E3TR-ND		VISHAY SI1040X-T1-E3
+DIGI-KEY 296-18200-1-ND			TI SN74AUP1G00DCKR
+DIGI-KEY H9161CT-ND			HIROSE U.FL-R-SMT-1(10)

Added: trunk/gta02-core/bom/digi-key.inv
===================================================================
--- trunk/gta02-core/bom/digi-key.inv	                        (rev 0)
+++ trunk/gta02-core/bom/digi-key.inv	2010-02-05 20:57:09 UTC (rev 5817)
@@ -0,0 +1,15 @@
+#INV
+# 
+# Note: many parts at cut-tape and thus need re-reeling. 
+#
+DIGI-KEY ADG3304BCBZ-REEL7CT-ND		6726	USD 1 2.43 25 1.94
+DIGI-KEY P10850SCT-ND			31180	USD 1 0.76 10 0.569
+DIGI-KEY P11169CT-ND			7128	USD 1 0.68 10 0.509 100 0.3737
+DIGI-KEY HFQ439CT-ND			4738	USD 1 3.02 25 2.34  100 1.872
+DIGI-KEY 490-4980-1-ND			12423	USD 1 0.57 25 0.4388
+DIGI-KEY SI1040X-T1-E3TR-ND		0	USD 3000 0.294
+# the SI1040X is a family of similar switches. Shouldn't be hard to find
+# another one.
+DIGI-KEY 296-18200-1-ND			0	USD 1 0.61 25 0.3596
+# consider using a different package
+DIGI-KEY H9161CT-ND			39012	USD 1 1.46 10 1.19




More information about the commitlog mailing list