login | register
Sat 17 of May, 2008 [10:17 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.
 
Google Ads
Shoutbox
  • Juan Ortega, Thu 15 of May, 2008 [10:33 UTC]: Hi everybody, I'm Juan, an ITCom student, and I need to know what basic elements I need to create a VoIP network. Can anybody helpme, please?,Thank you very much
  • gineta, Wed 14 of May, 2008 [03:58 UTC]: any here not fine the configuration of firewall juniper -screem for VOIP asterisk????
  • Anoop Prabhakaran, Tue 13 of May, 2008 [12:16 UTC]: I am developing Asterisk IVR, Whenever i make a internation call to the IVR system, the DTMF is not getting detected properly, this happens only for the first time, second call onwards system works fine. why this is happening
  • joe, Mon 12 of May, 2008 [04:27 UTC]: Is there an opensource browser based softphone, or a system like Busta where everything is not manages through their website?
  • Nick Barnes, Fri 09 of May, 2008 [11:36 UTC]: Christopher - yesterday I tried an Asterisk install on a CentOS 5.1 box with stock GUI and it all worked fine. Sorry I can't help.
  • aero, Fri 09 of May, 2008 [08:20 UTC]: can someone help me out on this, i tried to play some sound files on my asterisk box and this is the error message i got. WARNING[4429]: format_wav.c:169 check_header: Unexpected freqency 22050 May 8 11:17:39 WARNING[4433]: codec_gsm.c:194 gsmtolin_fra
  • Christopher Faust, Thu 08 of May, 2008 [14:15 UTC]: I beleive that I may have to change something in the xserver configuration. Please advise
  • Christopher Faust, Thu 08 of May, 2008 [14:14 UTC]: Everything was perfect. In the bios I have increased the memory allocated Still receive input not supported on my display.
  • Christopher Faust, Thu 08 of May, 2008 [14:13 UTC]: This would not be my main box. I am doing some testing to see if I can install zaptel and asterisk 1.4 on a full centos 5.1 box with development software Its bizzare, because before I went through the asterisk and zaptel installation everything was perfe
  • Nick Barnes, Thu 08 of May, 2008 [13:44 UTC]: Christopher - I can't see any way in which an Asterisk installation would muck your GUI, but remember that it is advised not to use a GUI on an Asterisk box anyway.
Server Stats
  • Execution time: 0.40s
  • Memory usage: 2.19MB
  • Database queries: 28
  • GZIP: Disabled
  • Server load: 0.50

GXP-2000 Firmware Hacking

Technical Information about the GXP-2000 Firmware


Basically I started trying to reverse engineer the GXP2000 firmware, so that i could modify it and load hacked firmware onto my phones but first i had to work out how the boot55.bin and gxp2000.bin files were constructed... I decided to document it here so that others can contribute and learn. - SoloFlyer (Feb21/06)


Might be a good idea to create a project like rockbox to provide generic firmware for a range of phones.

0x00 - 0x0F


The First 16Bytes of every GXP-2000 firmware look like this in hex :)
First 16Bytes ( 0x00 - 0x0F )
Firmware Versions File File Version 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ACSII
1.0.1.9, 1.0.1.12, 1.0.1.13 boot55.bin 1.0.1.2 00 00 41 8A AF 69 01 00 01 02 07 D5 04 16 0C 0E ..A.¯i.....Õ....
1.0.2.6, 1.0.2.3 boot55.bin 1.97.1.99 00 00 44 78 97 24 01 61 01 63 07 D6 01 13 10 22 ..Dx.$.a.c.Ö..."
1.0.2.3, 1.0.2.6, 1.0.2.8, 1.0.2.13 boot55a.bin 1.0.2.3 00 00 43 7E D5 4B 01 00 02 03 07 D6 01 13 0E 11 ..C~ÕK.....Ö....
1.0.1.9 gxp2000.bin 1.0.1.9 00 04 88 C5 E5 C7 01 00 01 09 07 D5 06 01 10 39 ...ÅåÇ.....Õ...9
1.0.1.12 gxp2000.bin 1.0.1.12 00 04 CA 25 A9 B0 01 00 01 0C 07 D5 08 0F 0F 39 ..Ê%©°.....Õ...9
1.0.1.13 gxp2000.bin 1.0.1.13 00 05 1D 31 F2 EC 01 00 01 0D 07 D5 0A 0D 13 00 ...1òì.....Õ....
1.0.2.3, 1.0.2.6 gxp2000.bin 1.0.1.99 00 05 1D 8B 81 A0 01 00 01 63 07 D6 01 13 12 32 ..... ...c.Ö...2
1.0.2.3 gxp2000a.bin 1.0.2.3 00 06 99 2F A9 5D 01 00 02 03 07 D6 01 18 0D 27 .../©].....Ö...'
1.0.2.6 gxp2000a.bin 1.0.2.6 00 06 A9 C0 1A 82 01 00 02 06 07 D6 02 02 12 34 ..©À.......Ö...4
1.0.2.8 gxp2000a.bin 1.0.2.8 00 06 4C A4 EC D9 01 00 02 08 07 D6 02 06 10 0C ..L¤ìÙ.....Ö....
1.0.2.13 gxp2000a.bin 1.0.2.3 00 06 56 D2 E8 F1 01 00 02 0D 07 D6 02 15 0D 23 ..VÒèñ.....Ö...#


0x00, 0x01, 0x02, 0x03 decimal size of file in bytes(including header) devided by 2 and converted to hex
0x04, 0x05 Checksum
0x06, 0x07, 0x08, 0x09 Version Number of File in decimal converted to hex
0x0A, 0x0B Build Date year
0x0C Build Date month
0x0D Build Date day
0x0E Build Time Hours
0x0F Build Time Minutes

0x010 - 0x1EF

File Name ( 0x10 - 0x1F )
Firmware Versions File File Version 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ACSII
1.0.2.8 boot55.bin 1.0.2.8 62 6f 6f 74 35 35 2e 62 69 6e 00 00 00 00 00 00 boot55.bin......


The Filename is hard coded into the file starting at 0x10 and is padded with 00's. the 00's continue until 0x1EF in every file i have looked at

0x1F0 - ????


0x1F0 - 0x2D1 in 1.0.2.13 gxp200a.bin
0x1F0 - 0x32D in 1.0.2.13 boot55a.bin

There is another Unique string here.... followed by some sort of table of values i dont know what it is but i suspect its important...

Internals of HW v0.4

DSP: Texas Instruments TMS320VC5501
RAM: 4MB
FLASH: 2MB (29LV160BBTC)
AUDIO: Realtek ALC202A
NETWORK: Realtek RTL8019AS, Realtek RTL8305SC

External Info


The TI TMS320VC5501 DSP is used, and there are some documents about it:

  • Eratta: http://focus.ti.com/lit/an/spra911c/spra911c.pdf
  • Bootloader: http://focus.ti.com/lit/an/spra911c/spra911c.pdf
  • Unorganised links: http://www-s.ti.com/sc/techlit/spru371 http://www-s.ti.com/sc/techlit/sprs206 http://www-s.ti.com/sc/techlit/spru374 http://www-s.ti.com/sc/techlit/spru375 http://www-s.ti.com/sc/techlit/spru376 http://www-s.ti.com/sc/techlit/spru630
Created by SoloFlyer, Last modification by voiponator on Fri 11 of Jan, 2008 [21:23 UTC]

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2008 VOIP-Info.org LLC

Powered by bitweaver