Difference between revisions of "HOWTO Polycom VVX Firmware Pack"
From Bicom Systems Wiki
(Created page with "To create new Polycom firmware pack do the following: *Download the Polycom firmware pack in split mode. *Extract the downloaded file and rename it to '''polycom'''. *Remove ...") |
Dino Mesic (Talk | contribs) m |
||
Line 1: | Line 1: | ||
To create new Polycom firmware pack do the following: | To create new Polycom firmware pack do the following: | ||
− | *Download the Polycom firmware pack | + | *Download the Polycom UCS firmware pack (split version) from [http://support.polycom.com/content/support/north-america/usa/en/support/voice.html Polycom Support page]. |
− | + | ||
− | + | ||
− | + | ||
− | + | *Extract the downloaded file and rename main folder name to '''polycom'''. | |
− | + | ||
− | * | + | *Remove 000000000000.cfg and 000000000000-directory~.xml files from polycom folder. |
− | ::Config | + | *Firmware files and Config folder inside main polycom folder must be renamed to match firmware version: |
+ | Any 6.3.x firmware: add _63x to filenames and Config folder | ||
+ | Any 6.2.x firmware: add _62x to filenames and Config folder | ||
− | *Create folder '''upload''' inside polycom folder | + | **Example for polycom firmware 6.3.0: |
+ | |||
+ | ::3111-33215-001.sip.ld → 3111-33215-001.sip'''_63x'''.ld | ||
+ | ::3111-17823-001.dect.ld → 3111-17823-001.dect'''_63x'''.ld | ||
+ | ::Config → Config'''_63x''' | ||
+ | |||
+ | *Create folder '''upload''' inside polycom folder: | ||
+ | |||
+ | mkdir upload | ||
+ | |||
+ | *Change its ownership: | ||
chown 101:1003 upload/ | chown 101:1003 upload/ | ||
− | *Set | + | *Set permissions for all files in polycom folder to 644: |
find . -type f | xargs chmod 644 | find . -type f | xargs chmod 644 | ||
− | + | *Compress the '''polycom''' folder. | |
− | + | ||
− | + | ||
− | + | ||
− | *Compress the '''polycom''' folder | + |
Latest revision as of 09:08, 22 July 2020
To create new Polycom firmware pack do the following:
- Download the Polycom UCS firmware pack (split version) from Polycom Support page.
- Extract the downloaded file and rename main folder name to polycom.
- Remove 000000000000.cfg and 000000000000-directory~.xml files from polycom folder.
- Firmware files and Config folder inside main polycom folder must be renamed to match firmware version:
Any 6.3.x firmware: add _63x to filenames and Config folder Any 6.2.x firmware: add _62x to filenames and Config folder
- Example for polycom firmware 6.3.0:
- 3111-33215-001.sip.ld → 3111-33215-001.sip_63x.ld
- 3111-17823-001.dect.ld → 3111-17823-001.dect_63x.ld
- Config → Config_63x
- Create folder upload inside polycom folder:
mkdir upload
- Change its ownership:
chown 101:1003 upload/
- Set permissions for all files in polycom folder to 644:
find . -type f | xargs chmod 644
- Compress the polycom folder.