Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r5887 - in trunk/gta02-core: . bom (wer...@docs.openmoko.org)
   2. r5888 - in trunk/gta02-core: . docs/ecn (wer...@docs.openmoko.org)
   3. r5889 - trunk/gta02-core/modules (wer...@docs.openmoko.org)
   4. r5890 - in trunk/gta02-core/bom: . dk research
      (wer...@docs.openmoko.org)
   5. r5891 - trunk/src/host/dfu-util/src (lafo...@docs.openmoko.org)
   6. r5892 - trunk/gta02-core/bom/research (wer...@docs.openmoko.org)
   7. r5893 - trunk/gta02-core/bom/research (wer...@docs.openmoko.org)
   8. r5894 - trunk/gta02-core/bom/research (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2010-04-03 13:21:29 +0200 (Sat, 03 Apr 2010)
New Revision: 5887

Modified:
   trunk/gta02-core/Makefile
   trunk/gta02-core/bom/Makefile
Log:
- Makefile: when generating schematics annotated with component descriptions,
  use "make null" as a basis, not "make optimist"
- bom/Makefile: when annotating schematics, consult all .dsc files, not only
  fic.dsc, 



Modified: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile   2010-04-03 04:37:44 UTC (rev 5886)
+++ trunk/gta02-core/Makefile   2010-04-03 11:21:29 UTC (rev 5887)
@@ -18,7 +18,7 @@
                scripts/all-sheets --shrink --pdf gta02-core
                $(MAKE) -C expanded gen
                $(MAKE) -C modules gen
-               $(MAKE) -C bom optimist gen
+               $(MAKE) -C bom null gen
 
 update:
                svn update

Modified: trunk/gta02-core/bom/Makefile
===================================================================
--- trunk/gta02-core/bom/Makefile       2010-04-03 04:37:44 UTC (rev 5886)
+++ trunk/gta02-core/bom/Makefile       2010-04-03 11:21:29 UTC (rev 5887)
@@ -12,6 +12,8 @@
     dk/digi-key.inv mouser/mouser.inv farnell/farnell.inv arrow/arrow.inv
 CHR=darfon.chr ralec.chr avx.chr acx.chr misc.chr stackpole.chr
 SCH=audio bt cpu-power cpu gps io lcm memory modem pmu sd-sim usb wlan
+DSC=fic/fic.dsc dk/digi-key.dsc mouser/mouser.dsc farnell/farnell.dsc \
+    arrow/arrow.dsc
 
 .PHONY:                all optimist pessimist null spotless
 .PHONY:                show-dup show-missing
@@ -122,15 +124,15 @@
 
 #ANN = pmu
 ANN = audio
-ann:           ../$(ANN).sch fic/fic.dsc gta02-core.par $(EQU)
-               $(BOOM) annotate ../$(ANN).sch fic/fic.dsc gta02-core.par \
+ann:           ../$(ANN).sch $(DSC) gta02-core.par $(EQU)
+               $(BOOM) annotate ../$(ANN).sch $(DSC) gta02-core.par \
                  $(EQU) >$(ANN)-bom.sch || { rm -f $(ANN)-bom.sch; exit 1; }
 
 $(SCH:%=%-bom.sch): \
-               $(SCH:%=../%.sch) fic/fic.dsc gta02-core.$(ANNOTATE) $(EQU)
+               $(SCH:%=../%.sch) $(DSC) gta02-core.$(ANNOTATE) $(EQU)
                for n in $(SCH); do \
                    $(BOOM) annotate '-s/OldPn (\S+)/FIC/' \
-                     ../$$n.sch fic/fic.dsc \
+                     ../$$n.sch $(DSC) \
                      gta02-core.$(ANNOTATE) $(EQU) >$$n-bom.sch \
                      || { rm -f $$n-bom.sch; exit 1; }; \
                done




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2010-04-03 13:38:11 +0200 (Sat, 03 Apr 2010)
New Revision: 5888

Modified:
   trunk/gta02-core/docs/ecn/ecn0044.txt
   trunk/gta02-core/pmu.sch
Log:
- pmu.sch: changed footprint of L1704 to 1210, to allow eithr part discussed in
  ECN0044 to be placed
- docs/ecn/ecn0044.txt: clarified that power savings obtained by using a larger
  inductor are only small



Modified: trunk/gta02-core/docs/ecn/ecn0044.txt
===================================================================
--- trunk/gta02-core/docs/ecn/ecn0044.txt       2010-04-03 11:21:29 UTC (rev 
5887)
+++ trunk/gta02-core/docs/ecn/ecn0044.txt       2010-04-03 11:38:11 UTC (rev 
5888)
@@ -16,8 +16,9 @@
 
 It thus seems that 500 mA are sufficient for normal operation.
 
-Another consideration is the power lost due to the inductor's resistance.
-Inductors with a high current rating also tend to have a low resistance.
+Another (small) consideration is the power lost due to the inductor's
+resistance. Inductors with a high current rating also tend to have a low
+resistance.
 
 If a 800 mA and 0805 part is too difficult to source, we therefore have
 two choices:
@@ -35,3 +36,5 @@
 
 Author: Werner Almesberger <wer...@openmoko.org>
 Commit: SVN 5879, tentatively lowered current rating to 600 mA
+Commit: SVN 5888, tentatively changed footprint to 1210, to allow for either
+  choice

Modified: trunk/gta02-core/pmu.sch
===================================================================
--- trunk/gta02-core/pmu.sch    2010-04-03 11:21:29 UTC (rev 5887)
+++ trunk/gta02-core/pmu.sch    2010-04-03 11:38:11 UTC (rev 5888)
@@ -1,4 +1,4 @@
-EESchema Schematic File Version 2  date Thu Apr  1 18:26:00 2010
+EESchema Schematic File Version 2  date Sat Apr  3 08:34:40 2010
 LIBS:power,device,conn,gta02-core,gta02-core-cache
 EELAYER 24  0
 EELAYER END
@@ -2097,7 +2097,7 @@
 P 11200 6550
 F 0 "L1704" V 11150 6400 50  0000 C CNN
 F 1 "2u2" V 11150 6650 50  0000 C CNN
-F 2 "0805" H 11200 6550 60  0001 C CNN
+F 2 "1210" H 11200 6550 60  0001 C CNN
 F 4 "600mA" V 11150 6900 50  0000 C CNN "I"
        1    11200 6550
        0    1    1    0   




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2010-04-03 13:43:56 +0200 (Sat, 03 Apr 2010)
New Revision: 5889

Modified:
   trunk/gta02-core/modules/stdpass.fpd
Log:
- added 1210 footprint



Modified: trunk/gta02-core/modules/stdpass.fpd
===================================================================
--- trunk/gta02-core/modules/stdpass.fpd        2010-04-03 11:38:11 UTC (rev 
5888)
+++ trunk/gta02-core/modules/stdpass.fpd        2010-04-03 11:43:56 UTC (rev 
5889)
@@ -36,6 +36,7 @@
     { "0603", 1.55mm, 0.85mm, 0.5mm, 0.9mm, 1mm }
     { "0805", 2mm, 1.25mm, 0.7mm, 1.3mm, 1.2mm }
     { "1206", 3.2mm, 1.6mm, 0.9mm, 1.7mm, 2mm }
+    { "1210", 3.2mm, 2.5mm, 0.9mm, 2.5mm, 2mm }
 
 set silk = 5mil
 




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2010-04-03 21:45:01 +0200 (Sat, 03 Apr 2010)
New Revision: 5890

Added:
   trunk/gta02-core/bom/research/ant8001
Modified:
   trunk/gta02-core/bom/dk/digi-key.equ
   trunk/gta02-core/bom/gta02-core.equ
   trunk/gta02-core/bom/research/STATUS
Log:
One more part and a bit more research. Score:

SVN Rev -- No source -- -- Digi-Key --  -- Farnell ---  --- Mouser ---
        Short   Missing Parts   Price   Parts   Price   Parts   Price
r5890   10      12      82      1394     2      UKP 52   1       134

- bom/gta02-core.equ, bom/dk/digi-key.equ: added the Tyco 1734035-2 as an exact
  replacement for the CMK A425-206162-001 USB receptacle
- bom/research/STATUS: removed the CMK A425-206162-001
- bom/research/STATUS, bom/research/ant8001: researched the Wavefar WTE06016
  ISM antenna



Modified: trunk/gta02-core/bom/dk/digi-key.equ
===================================================================
--- trunk/gta02-core/bom/dk/digi-key.equ        2010-04-03 11:43:56 UTC (rev 
5889)
+++ trunk/gta02-core/bom/dk/digi-key.equ        2010-04-03 19:45:01 UTC (rev 
5890)
@@ -124,3 +124,4 @@
 DIGI-KEY 631-1039-1-ND                 FOX FX425B-12.000
 DIGI-KEY XC1608CT-ND                   ECS ECS-120-9-42-CKM
 DIGI-KEY 741X083330JPCT-ND             CTS 741X083330JP
+DIGI-KEY A31727CT-ND                   TYCO 1734035-2

Modified: trunk/gta02-core/bom/gta02-core.equ
===================================================================
--- trunk/gta02-core/bom/gta02-core.equ 2010-04-03 11:43:56 UTC (rev 5889)
+++ trunk/gta02-core/bom/gta02-core.equ 2010-04-03 19:45:01 UTC (rev 5890)
@@ -20,3 +20,7 @@
 #
 
 UNIFIRST TAS4025A-12MHz                ECS ECS-120-9-42-CKM
+
+# USB connector
+
+CMK A425-206162-001            TYCO 1734035-2

Modified: trunk/gta02-core/bom/research/STATUS
===================================================================
--- trunk/gta02-core/bom/research/STATUS        2010-04-03 11:43:56 UTC (rev 
5889)
+++ trunk/gta02-core/bom/research/STATUS        2010-04-03 19:45:01 UTC (rev 
5890)
@@ -2,7 +2,6 @@
 
 Part                   File            Status
 ---------------------- --------------  ---------------------------------------
-A425-206162-001
 AAT1275IRN-5.0-T1      u4904           not researched yet
 ATR0610-PQQ            u7601           borderline availability
 ATR0635-7KQY           u7608           borderline av., expensive or long lead
@@ -24,6 +23,7 @@
 SN74AUP1G00DCKR                u4902           borderline availability, 
incomp. subst.
 TD028TTEC1             lcm             not found yet, brokers list it
 WM3236AQ               u8001           not found yet
+WTE06016               ant8001         not found, many incompatible subst.
 
 OPTIMIZATION:
 

Added: trunk/gta02-core/bom/research/ant8001
===================================================================
--- trunk/gta02-core/bom/research/ant8001                               (rev 0)
+++ trunk/gta02-core/bom/research/ant8001       2010-04-03 19:45:01 UTC (rev 
5890)
@@ -0,0 +1,18 @@
+ANT8001, U1: Wavefar WTE06016
+
+We have no data sheet of this ISM band antenna. Its size is about
+6.0 x 8.4 x 3 mm.
+
+There are many chip antennas for the ISM (2.4-2.5 GHz) band, usually
+of smaller size. Impedance is generally 50 Ohm, but we don't know
+what gain to use.
+
+A smaller antenna may require more attention with regard to separation
+from the ground plane.
+
+In any case, it seems very unlikely that an exact replacement can be
+found.
+
+Comment from Joerg: this type of bulky antenna is uncommon today
+Comment from Joachim: he remembers the gain of a vaguely similar
+  antenna to be around 1.2 dB




--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2010-04-04 03:24:03 +0200 (Sun, 04 Apr 2010)
New Revision: 5891

Modified:
   trunk/src/host/dfu-util/src/Makefile.am
Log:
use 'svnversion -n' to prevent newline at end of version info


Modified: trunk/src/host/dfu-util/src/Makefile.am
===================================================================
--- trunk/src/host/dfu-util/src/Makefile.am     2010-04-03 19:45:01 UTC (rev 
5890)
+++ trunk/src/host/dfu-util/src/Makefile.am     2010-04-04 01:24:03 UTC (rev 
5891)
@@ -2,7 +2,7 @@
 
 dfu-version.h:
        echo -e '#ifndef DFU_UTIL_VERSION' \
-       '\n#define DFU_UTIL_VERSION "'`svnversion`'"' \
+       '\n#define DFU_UTIL_VERSION "'`svnversion -n`'"' \
        '\n#endif' > dfu-version.h
 BUILT_SOURCES = dfu-version.h
 




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2010-04-04 05:53:21 +0200 (Sun, 04 Apr 2010)
New Revision: 5892

Modified:
   trunk/gta02-core/bom/research/STATUS
Log:
- bom/research/STATUS: removed Ralec RTA02-4D330JTP. It's already been 
  replaced, with the CTS 741X083330JP.
- bom/research/STATUS: moved parts with incompatible substitutes to separate
  section and categorized the incompatibilities



Modified: trunk/gta02-core/bom/research/STATUS
===================================================================
--- trunk/gta02-core/bom/research/STATUS        2010-04-04 01:24:03 UTC (rev 
5891)
+++ trunk/gta02-core/bom/research/STATUS        2010-04-04 03:53:21 UTC (rev 
5892)
@@ -5,26 +5,35 @@
 AAT1275IRN-5.0-T1      u4904           not researched yet
 ATR0610-PQQ            u7601           borderline availability
 ATR0635-7KQY           u7608           borderline av., expensive or long lead
-BF2520-B2R4CAB/LF      u8002           not found yet, smaller substitute
-BTP-03JA4G             con1701         no distrib., incompatible subst.
 DFBM-CS320-FI1R
-FA2012-KR40PAA         u6007           not found yet, larger substitute
 HT-110USD              led1502         large minimum order, subst. likely
-HT-210UD/NB            led1501         long lead time, incompatible subst.
-IT3205BE               x7601           not found, incompat. expensive subst.
 JAR02-062101           jk4401          manuf. may be dead, inc. subst. likely
 PCF50633HN/04/N3,5     u1701           large minimum order
 PPR06-023104
 R3113D241A-TR-F                u7604           not researched yet
-RTA02-4D330JTP
 RT9013-12PB
 RT9711BPB              u4905           not researched yet
 SC32442B54             u1501           not found yet, brokers list it
-SN74AUP1G00DCKR                u4902           borderline availability, 
incomp. subst.
 TD028TTEC1             lcm             not found yet, brokers list it
 WM3236AQ               u8001           not found yet
-WTE06016               ant8001         not found, many incompatible subst.
 
+
+WITH INCOMPATIBILE SUBSTITUTE:
+
+Part                   File            Status                  Incompatibility
+                                                               Foot  Circuit
+                                                               | Mech| Functn
+                                                               | | Pins|
+---------------------- --------------  ----------------------  +-+-+-+-+------
+BF2520-B2R4CAB/LF      u8002           not found yet           X - - - -
+BTP-03JA4G             con1701         no distributor          X ? ? - -
+FA2012-KR40PAA         u6007           not found yet           X - - - -
+HT-210UD/NB            led1501         long lead time          X - X ? colors
+IT3205BE               x7601           not found, sub. expens  X - - - -
+SN74AUP1G00DCKR                u4902           borderline availab.     X - - - 
-
+WTE06016               ant8001         not found               X X ? - -
+
+
 OPTIMIZATION:
 
 Part                   File            Status
@@ -36,7 +45,13 @@
 
 "borderline availability" = only sources with lead time, although short. May
     become harder to source.
-"incompatible substitute" = differs in footprint, pin numbering, or physical
-    shape, but fulfills same function.
 
+Incompatibilities:
+- Footprint: Footprint changes
+- Mechanical: mechanical interfaces other than footprint and height change
+- Pins: pin assignment changes (but signals stay the same)
+- Circuit: surrounding circuit needs to change (except for traces)
+- Function: part performs only similar function, e.g., needs other connector,
+  software interface changes, etc.
+
 Parts without a file have not been researched yet.




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2010-04-04 07:20:23 +0200 (Sun, 04 Apr 2010)
New Revision: 5893

Modified:
   trunk/gta02-core/bom/research/STATUS
   trunk/gta02-core/bom/research/u4904
Log:
Researched the Analogic Tech AAT1275IRN-5.0-T1



Modified: trunk/gta02-core/bom/research/STATUS
===================================================================
--- trunk/gta02-core/bom/research/STATUS        2010-04-04 03:53:21 UTC (rev 
5892)
+++ trunk/gta02-core/bom/research/STATUS        2010-04-04 05:20:23 UTC (rev 
5893)
@@ -2,7 +2,6 @@
 
 Part                   File            Status
 ---------------------- --------------  ---------------------------------------
-AAT1275IRN-5.0-T1      u4904           not researched yet
 ATR0610-PQQ            u7601           borderline availability
 ATR0635-7KQY           u7608           borderline av., expensive or long lead
 DFBM-CS320-FI1R
@@ -25,6 +24,7 @@
                                                                | Mech| Functn
                                                                | | Pins|
 ---------------------- --------------  ----------------------  +-+-+-+-+------
+AAT1275IRN-5.0-T1      u4904           not found yet           X - X X 1
 BF2520-B2R4CAB/LF      u8002           not found yet           X - - - -
 BTP-03JA4G             con1701         no distributor          X ? ? - -
 FA2012-KR40PAA         u6007           not found yet           X - - - -
@@ -33,7 +33,9 @@
 SN74AUP1G00DCKR                u4902           borderline availab.     X - - - 
-
 WTE06016               ant8001         not found               X X ? - -
 
+1) No fault indication
 
+
 OPTIMIZATION:
 
 Part                   File            Status

Modified: trunk/gta02-core/bom/research/u4904
===================================================================
--- trunk/gta02-core/bom/research/u4904 2010-04-04 03:53:21 UTC (rev 5892)
+++ trunk/gta02-core/bom/research/u4904 2010-04-04 05:20:23 UTC (rev 5893)
@@ -3,3 +3,23 @@
 Research needed. It's a US company yet the part is unknown in the west :-(
 
 AAT1275IRN-5.0-T1   LNR-IC USB POWER SWITCH AAT1275IRN-5.0-T1 2.7-5.0V 50
+
+
+Some similar chips (from a search for fixed 5V output. Note that, for
+some reason, the AAT1275IRN-5.0-T1 uses an output configuration typical
+for adjustable voltages):
+
+Analog Devices ADP2503ACPZ-5.0-R7 or ADP2504ACPZ-5.0-R7
+http://www.analog.com/static/imported-files/data_sheets/ADP2503_ADP2504.pdf
+
+TI TPS61092RSAR or TPS61032RSAR
+http://focus.ti.com/lit/ds/symlink/tps61090.pdf
+http://focus.ti.com/lit/ds/symlink/tps61030.pdf
+
+Device                 Package         Current Inductor Caps   Enable  Fault
+---------------------- --------------- ------- -------- ------ ------  -----
+AAT1275IRN-5.0-T1      16-TDFN, 3x4mm  500mA   2.2uH    10.4uF H       L
+ADP2503ACPZ-5.0-R7     10-LFCSP, 3x3mm 600mA   1.6uH    32  uF H       -
+ADP2504ACPZ-5.0-R7     10-LFCSP, 3x3mm 1A      1.6uH    32  uF H       -
+TPS61092RSAR           16-QFN, 4x4mm   500mA   6.8uH   112.2uF H       -
+TPS61032RSAR           16-QFN, 4x4mm   1A      6.8uH   232.2uF H       -




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2010-04-04 07:44:33 +0200 (Sun, 04 Apr 2010)
New Revision: 5894

Modified:
   trunk/gta02-core/bom/research/STATUS
   trunk/gta02-core/bom/research/u7604
Log:
Researched the Ricoh R3113D241A-TR-F



Modified: trunk/gta02-core/bom/research/STATUS
===================================================================
--- trunk/gta02-core/bom/research/STATUS        2010-04-04 05:20:23 UTC (rev 
5893)
+++ trunk/gta02-core/bom/research/STATUS        2010-04-04 05:44:33 UTC (rev 
5894)
@@ -9,7 +9,6 @@
 JAR02-062101           jk4401          manuf. may be dead, inc. subst. likely
 PCF50633HN/04/N3,5     u1701           large minimum order
 PPR06-023104
-R3113D241A-TR-F                u7604           not researched yet
 RT9013-12PB
 RT9711BPB              u4905           not researched yet
 SC32442B54             u1501           not found yet, brokers list it
@@ -20,16 +19,17 @@
 WITH INCOMPATIBILE SUBSTITUTE:
 
 Part                   File            Status                  Incompatibility
-                                                               Foot  Circuit
-                                                               | Mech| Functn
-                                                               | | Pins|
+                                       (of original part;      Foot  Circuit
+                                        of substitute only     | Mech| Functn
+                                        if indicated)          | | Pins|
 ---------------------- --------------  ----------------------  +-+-+-+-+------
-AAT1275IRN-5.0-T1      u4904           not found yet           X - X X 1
+AAT1275IRN-5.0-T1      u4904           not found yet           X - X X 1)
 BF2520-B2R4CAB/LF      u8002           not found yet           X - - - -
 BTP-03JA4G             con1701         no distributor          X ? ? - -
 FA2012-KR40PAA         u6007           not found yet           X - - - -
 HT-210UD/NB            led1501         long lead time          X - X ? colors
 IT3205BE               x7601           not found, sub. expens  X - - - -
+R3113D241A-TR-F                u7604           not found yet           X - X - 
-
 SN74AUP1G00DCKR                u4902           borderline availab.     X - - - 
-
 WTE06016               ant8001         not found               X X ? - -
 

Modified: trunk/gta02-core/bom/research/u7604
===================================================================
--- trunk/gta02-core/bom/research/u7604 2010-04-04 05:20:23 UTC (rev 5893)
+++ trunk/gta02-core/bom/research/u7604 2010-04-04 05:44:33 UTC (rev 5894)
@@ -3,3 +3,19 @@
 research needed.
 
 R3113D241A-TR-F     LNR-IC V-DETECTOR R3113D241A-TR-F 2.4V SON1408-3 3PIN
+
+Before starting the search for a replacement, why do we actually need a
+reset generator ?
+
+- the ATR635 data sheet shows in Figure 3-2 that the chip should work
+  even without connecting NRESET at all.
+
+- even if we need an external reset for some reason, couldn't we just
+  use a GPIO (from the 1.8 V domain, GPAx), perhaps with some EMI filter
+  to prevent inter-can pollution ?
+
+The Panasonic MN13821SGP might be a suitable replacement.
+
+               Package         Threshold       Min Vdd
+R3113D241A     SON-1408-3      2.4 V           0.45 V ?
+MN13821SGP     MINI-3DC, 3x3mm 2.4 V           1.5 V




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to