You are on page 1of 3

How to identify the platform types

Description/Symptoms

This document is to provide a way to identify the controller type via either maintenance
command or via bootup sequence from RTC Shell

Body/Solutions

Each system is assigned with a unique number to determine the platform types as
follows:

Table 1: Platform Family Number

For CX = 64
For MX = 200
For Lite = 250
For AX = 300
For LX = 1000
For MXe = 2000

On RTC shell, if one type "sysGetPlatformFamily" (without quote), one should use table
1 to determine the platform

Alternatively, during the bootup sequence, one can identify the platform number from
bootup ROM as follows:

The following is an extract of 3300 bootup sequence and is to illustrate where to obtain
the platform number.

There are 2 places that one can get this platform information:

Location 1: During the initial bootup ROM from RTC shell.

MITEL SYSTEM ROM R2.1/1 Aug 16 2006 (103)

CCA Number : 56007690 RA.4


System Model : 00520001 F2000 <-----F2000 in which 2000=MXe
CPU Model : 8280 R0a10
Reset Config : 04043640
Bus Clock (MHz) : 100
CPM Clock (MHz) : 250
Core Clock (MHz) : 450
Internal Memory Map : f0000000
Main Memory (MB) : 512
Location 2: In the middle of bootup sequence

Look for "DW pool created with……. platform: 2000" as follows:

MiSslClientConnectSSL(): SSL_CTX_get_verify_result() returned certificate is not


yet valid
ENABLING COMMANDS

Management Layer SUCCESSFULLY started.

Start DHCP service

Start DNS-QryMgr service

MCC initializing with ST TDM Bus connectivity @ 8Mbs.


0x35923c0 (tAppStartup):
DW pool created with 1536 buffers, platform: 2000 <------This is MXe
Initialized and enabled Mcc1.
Initialized and enabled Mcc2.
Dsp List Filename: "/sysro/DspConfig/dsplist.txt"
Dsp Config Filename: "/sysro/DspConfig/dspConfig3300.txt"
Dsp Card Type Filename: "/sysro/DspConfig/DspCardType.txt"
Dsp Type Filename: "/sysro/DspConfig/DspType3300.txt"
Dsp Dynamic Loading Filename: "/sysro/DspConfig/loading3300.txt"

Alternativley the command "GetPlatformType", can be translated using the following


table;

For CX = 4
For MX = 3
For Lite = 2
For AX = 6
For LX = 1
For MXe = 5

You might also like