Project

General

Profile

Dimetra EBTS Base Radio Controller » History » Version 6

laforge, 02/19/2016 10:52 PM

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