Project

General

Profile

Dimetra EBTS Base Radio Controller » History » Version 7

laforge, 02/21/2016 11:32 AM

1 6 laforge
{{>toc}}
2 1 laforge
3 6 laforge
h1. BR Controller (CAE010CMX)
4 1 laforge
5 6 laforge
6 7 laforge
This is s small PowerPC based embedded system. It communicates with the TETRA Site Controller (TSC) over 10-Base-2 Ethernet and controls all the other units of the Base Radio via the backplane of the BR cabinet.
7 6 laforge
8 1 laforge
It has the following connections:
9
10 6 laforge
* RS-232 on the back of the BR
11
* RS-232 on the front of the BR
12
* Site Alarm I/O on the back of the BR
13
* 10-Base-2 Ethernet on the back of the BR (BNC)
14
* Clock input on the back of the BR (BNC) 
15 1 laforge
16
17 6 laforge
h2. Images
18
19
20 7 laforge
!{width:60%}tetra_br_controller_pcb.jpg!
21 1 laforge
22
h2. Hardware
23
24
25 7 laforge
The hardware is a typical embedded design centered around MPC860 PowerPC:
26
* XPC860DECZP33C1 (MPC860 PowerPC SoC)
27 6 laforge
** User Manual: http://cache.freescale.com/files/netcomm/doc/ref_manual/MPC860UM.pdf
28
** Hardware Specs: http://cache.freescale.com/files/32bit/doc/data_sheet/MPC860EC.pdf
29
** BDM/JTAG: http://cache.freescale.com/files/netcomm/doc/app_note/AN2387.pdf
30
** Seems like P3 is the BDM/JTAG port for it
31
* 4x AM29LV017D (16MBit NOR Flash), total capacity = 8MByte
32
** http://www.datasheetcatalog.org/datasheet/AdvancedMicroDevices/mXwrvv.pdf
33
* CT2M64S4D10.8T66 (16MByte SDRAM module)
34
* NE83C92A coaxial Ethernet transceiver 
35
** http://pdf1.alldatasheet.com/datasheet-pdf/view/17992/PHILIPS/NE83C92A.html
36
* XC56307GC100E (24-bit DSP56307 Digital Signal Processor)
37
** http://www.datasheetcatalog.org/datasheet/motorola/DSP56307.pdf
38
** Seems like P1000 is the [[OnCE]]/JTAG port for it
39
40
41
h2. Software
42
43
44
45
h3. boot loader
46
47 2 laforge
There is a bootloader pre-installed in the Base Radio.
48
49 1 laforge
50 6 laforge
h3. radio application
51 1 laforge
52 6 laforge
It seems like the BR Controller is downloading its software via the Ethernet link from the [[[Dimetra_EBTSSite_Controller]]]
53
54
55
h2. Console logs
56
57
58
59
h3. Normal boot
60
61 3 laforge
During normal boot, the console output is as follows:
62 6 laforge
<pre>
63 5 laforge
RAM Test: .... passed
64 3 laforge
65
66
67
Base Radio Controller
68
Version R07.00.20
69
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
70
Motorola Inc.  All rights reserved.
71
Ethernet Test: passed
72
Running from boot code area
73
74
To enter configuration mode, hit any key within 10 seconds:
75
Starting BRC registration
76
Waiting for Registration 
77
Waiting for Registration 
78
Waiting for Registration 
79
Waiting for Registration 
80
Waiting for Registration 
81
Waiting for Registration 
82 6 laforge
</pre>
83
where at the end it is probably waiting to register with the [[[Dimetra_EBTSSite_Controller]]]
84 3 laforge
85 6 laforge
86
h3. configuration mode
87
88 3 laforge
If the boot process is interrupted, you get into configuration mode:
89 6 laforge
<pre>
90 3 laforge
RAM Test: .... passed
91
92
93
94
Base Radio Controller
95
Version R07.00.20
96
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
97
Motorola Inc.  All rights reserved.
98
Ethernet Test: passed
99
Running from boot code area
100
101
To enter configuration mode, hit any key within 10 seconds:
102
Running config
103
104
105
Base Radio Controller
106
Version D07.00.20-TETRA-BRC-ROM
107
Software part number PC895F006000070020
108
Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
109
Motorola Inc.  All rights reserved.
110
111
Unauthorized Access Prohibited
112
        correcting TXLIN register 0x0 from 0x10 to 0x56
113
        INITILIZATION FAILURE: Pendulum lock failure.
114
*** REPEATER FAILED HW INITILIZATION ***
115
DSP bootloader complete
116
117
Enter login password: 
118
LOGIN: <FIELD>
119
120
BRC> 
121 6 laforge
</pre>
122 3 laforge
The default password seems to be "motorola" for the <FIELD> mode.
123
124 6 laforge
For more information see [[[Dimetra_EBTSBase_RadioControllerCLI]]]
Add picture from clipboard (Maximum size: 48.8 MB)